How it works

Live in three steps.

From a plain-English description to production JSON in minutes. No templates, no rules engine, no infrastructure to run.

1
Create an extractor
Name it and describe the fields you need in plain language, like "invoice number, date, line items, total". OleeVision turns that into a precise extraction prompt for you.
2
Send a document
POST a PDF or image to your extractor endpoint, or drop one into the playground to preview instantly. No pre-processing, no coordinate mapping.
3
Get clean JSON
Structured, validated fields come back in about 1.4 seconds, ready to drop straight into your system, with a confidence signal on every read.
A quick example

One POST, structured data back.

curl -X POST \
  "https://vision.oleon.io/api/v1/extract/YOUR_KEY" \
  -F "image=@invoice.jpg"

# → { "success": true, "data": { "invoice_no": "INV-2048", ... } }
Try it free