SightParse Pro
StableDocument AIPARROTSIGHT nativeDocument intelligence for government and enterprise
P50 450msP95 890ms$0.90 / 1k calls
Overview
SightParse Pro converts scanned documents and PDFs into structured JSON: fields, tables, checkboxes and signatures, each with confidence scores and source coordinates. Pretrained templates cover Malaysian identity documents, invoices and common government forms.
- Layout-aware table and checkbox extraction
- MyKad / passport / invoice templates built-in
- Field-level confidence and coordinates
- Webhooks for async batch jobs
Capabilities
Field accuracy94
Table recovery91
Handwriting tolerance86
Template coverage88
API
https://api.parrotsight.com/v1/documents/extract
bash
curl -X POST https://api.parrotsight.com/v1/documents/extract \
-H "Authorization: Bearer $PS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"ps-parse-pro","document":"data:application/pdf;base64,<BASE64_ENCODED_PDF>","template":"my_invoice_v2"}'Version history
- v2.1.0Latest2026-07-28
Handwriting recognition improvements (+14%)
- v2.0.0Released2026-05-20
New layout engine; async batch API