Understand the parsed PDF output format
masterThe parsed data from pdf2json is structured into four main sub-objects that describe the PDF document:
Transcoder: Contains thepdf2jsonversion number.Meta: Contains full document metadata (replaces the deprecatedAgencyandIdfields). This includes properties likePDFFormatVersion,Author,Creator,Producer, and anxmpmetadata object.Pages: An array ofPageobjects, each describing the elements (lines, fills, texts) and dimensions of a specific page.Width: The PDF page width in page units.
Note: The Agency and Id fields are deprecated since v2.0.0 and have been replaced by the Meta object.