Skip to main content
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.).

Handwriting Information Structure

Handwriting information is located in result.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 content
  • position[]: Position coordinate information of handwriting content in the document

Handwriting Information Data Structure

Position Coordinate Structure

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

Example Code

Return Data Example