Reference examples to quickly integrate document parsing functionality with APIs
with_document=true
to return document parsing results.
Example:
result.files[].document
, with the following example (excerpt):
document
: Document parsing result object
pages
: Array of parsing results for each page of the document
angle
: Rotation angle of the document pagewidth
: Width of the document pageheight
: Height of the document pagelines
: Results for each text line in the document
text
: Text contentposition
: Text coordinatescharPositions
: Coordinates of each character in the textposition
can be referenced in the Coordinate System Description.