adelevett/docling_pp_layout_demo
0
PDF Layout Detection with PP-DocLayoutV3
Upload any PDF and get a structured breakdown of every element on the page — titles, body text, tables, figures, formulas, headers, footers, footnotes, and more — powered by PaddlePaddle's PP-DocLayoutV3 model via the docling-pp-doc-layout plugin.
Results are displayed as interactive JSON in the browser and can be downloaded as a .json file with one click.
How to use
- Click Source Document and upload a PDF.
- Click Run Layout Detection.
- Inspect the extracted elements in the JSON panel.
- Click Download JSON to save the results.
Output format
Each detected region is returned as an object with two fields:
{
"type": "SectionHeaderItem",
"content": "Introduction"
}type reflects the docling document-model class. The table below maps the model's raw labels to the types you will see:
