The document extraction function can recognize handwriting information in documents, including handwritten text content, position coordinates, and other detailed information. Handwriting recognition is significant for processing documents containing handwritten content (such as handwritten signatures, handwritten notes, etc.).Documentation Index
Fetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Handwriting Information Structure
Handwriting information is located inresult.files[].data.handwritings[], with each handwriting item containing the following attributes:
page: Page number where handwriting content is located (starting from 0)text: Recognized handwritten text contentposition[]: Position coordinate information of handwriting content in the document

