Skip to main content
The document extraction function can recognize stamp information in documents, including stamp type, color, position, and other detailed information. Stamp information is significant for document authenticity verification and compliance checking.

Stamp Structure

Stamp information is located in result.files[].data.stamps[], with each stamp containing the following attributes:
  • page: Page number where the stamp is located (starting from 0)
  • text: Text content in the stamp
  • type: Stamp type (such as “Invoice Special Seal”, “Financial Special Seal”, etc.)
  • color: Stamp color (such as “Red”, “Blue”, etc.)
  • shape: Stamp shape (such as “Round Seal”, “Square Seal”, etc.)

Stamp Data Structure

Example Code

Return Data Example