Sunculture OCR & Identity Document Parsing

This service extracts OCR text and parses supported identity documents into a standardized JSON payload. Use /health to check availability and /v1/documents/parse to parse documents.

Key endpoints

  • POST /v1/ocr/text
  • POST /v1/ocr/data
  • POST /v1/documents/parse

Strict validation

  • Rejects blurry/low-contrast/low-signal images instead of returning incorrect fields.
  • Enable via strict_validation=true.