Tatvora OCR AI
Turn documents into usable data.
Extract text and structured information from images, scans, PDFs and office documents through a single document intelligence API.
Tatvora publishes distinct models rather than one general-purpose endpoint. Pick the model that matches your problem, or combine several into a workflow.
Turn documents into usable data.
Extract text and structured information from images, scans, PDFs and office documents through a single document intelligence API.
Detection, recognition, verification and liveness are separate APIs. Read how they fit together on the Face AI platform page.
Detect human faces inside images and video frames.
Locate human faces in an image or camera frame and return their position as bounding boxes.
Recognise identities using intelligent facial analysis.
Match a captured face against the identity set your application supplies to determine who the person is.
Verify whether two faces belong to the same person.
Compare a reference image against a live capture and receive a match or no-match decision with a similarity score.
Verify that the person in front of the camera is real and live.
Determine whether a captured face belongs to a physically present person rather than a printed photo or replayed screen.
Make typing faster and smarter.
A context-aware next-word prediction API that adds predictive typing and sentence completion to any text input.
| Product | Category | Endpoint | Request |
|---|---|---|---|
| OCR AI | Document AI | POST /api/v1/ocr | multipart/form-data (1 file) |
| Face Detection AI | Face AI | POST /api/v1/face/detect | multipart/form-data (1 file) |
| Face Recognition AI | Face AI | POST /api/v1/face/recognize | multipart/form-data (2 files) |
| Face Verification AI | Face AI | POST /api/v1/face/verify | multipart/form-data (2 files) |
| Face Liveness AI | Face AI | POST /api/v1/face/liveness | multipart/form-data (1 file) |
| Predict AI | Predictive AI | POST /api/v1/predict | application/json |
Roadmap categories — Vision AI, Language AI, Speech AI and Generative AI — will appear here as models are published.
Every product includes examples in cURL, Python, JavaScript, C# and Java, plus an evaluation key so you can validate it against your own data.