ExtractedPage interface
Extraction information of a single page in a with a document.
Properties
cluster |
Cluster identifier. |
height | Height of the page (in pixels). |
key |
List of Key-Value pairs extracted from the page. |
number | Page number. |
tables | List of Tables and their information extracted from the page. |
width | Width of the page (in pixels). |
Property Details
clusterId
Cluster identifier.
clusterId?: number
Property Value
number
height
Height of the page (in pixels).
height?: number
Property Value
number
keyValuePairs
List of Key-Value pairs extracted from the page.
keyValuePairs?: ExtractedKeyValuePair[]
Property Value
number
Page number.
number?: number
Property Value
number
tables
List of Tables and their information extracted from the page.
tables?: ExtractedTable[]
Property Value
width
Width of the page (in pixels).
width?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript