Detailed explanation of field information structure and processing methods in document extraction
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