Skip to main content
The document extraction feature identifies key field information in a document based on the fields configured for its file category.Each field includes a key-value pair and position coordinate information.

Field Structure

Field information is located in result.files[].data.fields[], with each field containing the following attributes:
  • key: Field name (such as “Invoice Code”, “Invoice Date”, etc.)
  • value: Field value (recognized text content)
  • position[]: Position coordinate information of the field in the document; fields may span pages or lines, so an array is used

Position Coordinate Structure

For detailed coordinate descriptions, please refer to the Coordinate System documentation.

Example Code

Return Data Example