DocumentPageOutput interface
Content and layout elements extracted from a page from the input.
Properties
angle | The general orientation of the content in clockwise direction, measured in degrees between (-180, 180]. |
barcodes | Extracted barcodes from the page. |
formulas | Extracted formulas from the page. |
height | The height of the image/PDF in pixels/inches, respectively. |
lines | Extracted lines from the page, potentially containing both textual and visual elements. |
page |
1-based page number in the input document. |
selection |
Extracted selection marks from the page. |
spans | Location of the page in the reading order concatenated content. |
unit | The unit used by the width, height, and polygon properties. For images, the unit is "pixel". For PDF, the unit is "inch". Possible values: "pixel", "inch" |
width | The width of the image/PDF in pixels/inches, respectively. |
words | Extracted words from the page. |
Property Details
angle
The general orientation of the content in clockwise direction, measured in degrees between (-180, 180].
angle?: number
Property Value
number
barcodes
Extracted barcodes from the page.
barcodes?: DocumentBarcodeOutput[]
Property Value
formulas
Extracted formulas from the page.
formulas?: DocumentFormulaOutput[]
Property Value
height
The height of the image/PDF in pixels/inches, respectively.
height?: number
Property Value
number
lines
Extracted lines from the page, potentially containing both textual and visual elements.
lines?: DocumentLineOutput[]
Property Value
pageNumber
1-based page number in the input document.
pageNumber: number
Property Value
number
selectionMarks
Extracted selection marks from the page.
selectionMarks?: DocumentSelectionMarkOutput[]
Property Value
spans
Location of the page in the reading order concatenated content.
spans: DocumentSpanOutput[]
Property Value
unit
The unit used by the width, height, and polygon properties. For images, the unit is "pixel". For PDF, the unit is "inch".
Possible values: "pixel", "inch"
unit?: string
Property Value
string
width
The width of the image/PDF in pixels/inches, respectively.
width?: number
Property Value
number
words
Azure SDK for JavaScript