Examples
vOCR
Extract data from any document type in a consistent structure with fine-tuned vLLMs for the highest accuracy.
Introduction
The vOCR is a robust Object Character Recognition (OCR) API, enhanced with fine-tuned vLLMs, designed to efficiently extract data from various document types in a consistent structure.
vOCR shines at the following:
- KYC Automation: Streamlines the verification process by extracting Personally Identifiable Information (PII) from documents to verify customer identity.
- Financial Data Extraction: Automates the extraction of financial data from statements, reports, and other financial documents for analysis and reporting.
- Healthcare Records Management: Extracts patient information, medical history, and treatment details from healthcare records for efficient data management and analysis.
- Classification Engines: Facilitates accurate categorization and organization of extracted data.
Let’s see the vOCR in action by building a simple ID data extractor.
Initial requirements
- Setup a JigsawStack account (if you don’t have an account already)
- Get your JigsawStack API key from here.
Example
Request payload
Make request
Here is the complete code
api/id-extractor.ts
Curl request
Find more information on vOCR API here
Was this page helpful?