OCR to searchable text and JSON.
Turn PDFs, TIFFs, scans, and photos into full text, structured JSON, and a searchable PDF in one call. Multi-language including English, Hindi, Tamil, Telugu, Bengali, Arabic, French, Portuguese, Swahili, priced so a startup, an integrator, or an enterprise can run it at the same flat rate.
Raw text + searchable PDF in one call
- ✓ Auto-deskew + orientation detection
- ✓ Multi-page documents in one call
- ✓ 9 languages including Indian + African scripts
- ✓ Text + bounding box coordinates returned
- ✓ Confidence per page in response
- ✓ Searchable PDF, overlay text on original image
from abscode import DocumentAI client = DocumentAI(api_key="abs_sk_...") result = client.ocr.extract( file="document.pdf", languages=["en", "hi"], output_searchable_pdf=True ) print(result.text) print(result.searchable_pdf_url) # https://cdn.abscode.com/.../doc.pdf
Common scenarios
Document archive search
OCR legacy scanned PDFs so they become searchable in your archive.
Mobile scan → searchable
Send phone-captured docs (from Mobile Scanning) to the API, get searchable PDF back.
Compliance keyword scan
OCR contracts, then grep for terms. Fast batch processing via async API.
Vernacular content
Hindi / Tamil / Telugu / Bengali support for India-local document workflows.
Educational worksheets
OCR student answer sheets, printed or handwritten, for grading workflows.
Govt records digitization
Bulk scan + OCR for state digitization initiatives. Async + webhook callback.
Flat per-page rate
Same flat rate per page. No surge pricing. No tier overages. Pricing shown in your local currency, change country in the top-right to switch.
Affordable to all
Our OCR pipeline is tuned to spend less time and less space per page, fewer server cycles, less data moved and stored. That efficiency is what keeps the price low and the footprint greener, with no drop in text quality. The same flat rate works whether you run one page a day or millions.
Common questions
Explore the rest of the Document AI API
One license, every capability — take this and you also get all of these.