anumiti
The Eye नेत्र

Every Indian document. Every language. Verified truth.

The document intelligence API built for India. Extract structured data from 50+ Indian document types in 22 languages. Sub-100ms latency. 94% accuracy. One API call.

What does a NETRA API call look like?

One request. Structured JSON. Every field with a confidence score.

Request

terminal
curl -X POST https://api.anumiti.com/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@invoice.pdf" \
-F "document_type=gst_invoice" \
-F "language=auto"

Response

response.json
{
"status": "success",
"document_type": "gst_invoice",
"language_detected": "hi-en",
"confidence": 0.97,
"processing_time_ms": 84,
"data": {
"gstin_seller": "27AABCU9603R1ZM",
"gstin_buyer": "07AAACN1234L1Z5",
"invoice_number": "INV-2026-00142",
"invoice_date": "2026-03-28",
"total_amount": 14750.00,
"cgst": 1327.50,
"sgst": 1327.50,
"line_items": [{ ... }]
}
}

What can NETRA do?

Document intelligence purpose-built for Indian documents, languages, and formats.

Multi-Language OCR

Extract text from documents in 22 Indian languages with 94% accuracy. Hindi, Tamil, Bengali, Gujarati, and more.

Document Classification

Automatically identify document types — GST invoices, PAN cards, Aadhaar, bank statements, contracts, court orders.

Field Extraction

Extract structured data from any Indian document. GSTINs, PAN numbers, amounts, dates, addresses — all as clean JSON.

GSTIN Verification

Verify GSTIN numbers against the GST Network in real-time. Validate business details, registration status, and filing compliance.

Sub-Second Processing

Process documents in under 100ms. Batch API handles 500 documents at once. Built for high-volume production workloads.

22 Language Support

Native support for all 22 scheduled Indian languages. Not a wrapper — purpose-built for Indic scripts and mixed-language documents.

Developer-First API

RESTful API with structured JSON responses. SDKs for Node.js and Python. Comprehensive docs. 5-minute integration.

Trust Scoring

Every extraction comes with a confidence score. Know exactly how trustworthy each extracted field is before processing.

Which Indian documents does NETRA support?

50+ document types and growing. Here are the most popular.

GST Invoice
E-Invoice
PAN Card
Aadhaar Card
Bank Statement
Cheque
Driving License
Passport
Voter ID
Court Order
Legal Contract
Employment Letter
Salary Slip
ITR Form
Company Filing (MCA)
Property Document
Insurance Policy
Medical Record
Educational Certificate
Stamp Paper

How do I integrate NETRA?

SDKs for every stack. 5-minute integration.

curl -X POST https://api.anumiti.com/v1/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -F "file=@invoice.pdf" \
  -F "document_type=gst_invoice" \
  -F "language=auto"

How fast and accurate is NETRA?

Built for production workloads. Not a demo.

0
Processing latency
0
Extraction accuracy
0
Indian languages
0
Docs per batch request

How does NETRA compare to alternatives?

Purpose-built for India. Not a global OCR adapted for Indic scripts.

FeatureNETRAAWS TextractGoogle Document AISarvam Vision
22 Indian language supportLimitedLimited
Indian document types (50+)Limited
GSTIN verification built-in
Sub-100ms latency
Trust scoring per field
Batch API (500 docs)
Hindi-English mixed docsLimitedLimited
India data residency
Free tier100 pages/mo1,000 pages/mo
Starting price₹2,999/moPay per page$300/moContact

NETRA — Frequently Asked Questions

Process your first document in 5 minutes

Free API key. 100 pages/month. No credit card required.