Paddle HPS
Map Paddle layout parsing results to openparser@1.
import {
PADDLE_LAYOUT_OUTPUT_CAPABILITIES,
mapLayoutResultsToParsedDocument,
type PaddleLayoutParsedDocument,
} from '@openparser/adapters/paddle';
import { openparserAdapterConverterVersion } from '@openparser/adapters';
openparserAdapterConverterVersion('paddle');Adapter-only
Paddle has no bundled HTTP client in this package. Your application calls HPS, stores any extracted figures, and passes the response to the adapter.
Pass the layoutParsingResults returned by HPS. You can also provide page dimensions and a map of figure URLs.
PADDLE_LAYOUT_OUTPUT_CAPABILITIES lists element kinds the converter may emit; geometry and figure assets depend on the HPS response and figure URI mode.