Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 3.96 KB

File metadata and controls

16 lines (13 loc) · 3.96 KB

OCRPageObject

Fields

Field Type Required Description
index int ✔️ The page index in a pdf document starting from 0
markdown str ✔️ The markdown string response of the page
images List[models.OCRImageObject] ✔️ List of all extracted images in the page
tables List[models.OCRTableObject] List of all extracted tables in the page
hyperlinks List[str] List of all hyperlinks in the page
header OptionalNullable[str] Header of the page
footer OptionalNullable[str] Footer of the page
dimensions Nullable[models.OCRPageDimensions] ✔️ The dimensions of the PDF Page's screenshot image
confidence_scores OptionalNullable[models.OCRPageConfidenceScores] Confidence scores for the OCR page (populated when confidence_scores_granularity is set)