1. Exploring a Brand Guidelines PDF
Data EngineerBackground
A data engineer is building an ingestion pipeline for corporate brand guidelines and needs to ensure the parser correctly identifies section headers.
Problem
Reading raw JSON output to verify heading hierarchies is tedious and error-prone.
How to use
Upload the brand guidelines PDF, leave 'Use Struct Tree' enabled, and set the Node Filter to 'Headings only'.
{
"useStructTree": true,
"nodeFilter": "heading"
}Outcome
An HTML explorer view is generated, displaying only the heading nodes, allowing quick verification of the document's structural hierarchy.