FAQs
Short answers to the questions we get asked most often. Questions that aren’t already covered in the how-to pages.
What's the difference between Extract and Digitise?
- Extract pulls specific structured fields from a document, based on a prompt you write (e.g. “rider name, trip date, total amount”) and an AI-drafted schema you review before running. Output is a hierarchical Field / Value view with per-field confidence scores, downloadable as JSON, CSV, or Excel.
- Digitise converts the full content of a document into structured text, organised into headlines, section titles, paragraphs, tables, and images. Output is a side-by-side editor with the original page on the left and detected sections on the right, downloadable as HTML, Markdown, DOCX, or Plain Text.
Rule of thumb: Use Extract when you know which fields you need. Use Digitise when you want the whole document.
What's the difference between a Config and a Project?
- A Config is a saved recipe: a name, a description of what to extract (or a document format + language for Digitise), an output format, and sharing settings. Build once, reuse across every document of that type.
- A Project is a single run of a Config against one document, with its own status, results view, and download.
Configs live under Workspace → Configs. Projects live under Workspace → Projects. A Config’s Usage column tells you how many projects have used it.
What file formats can I upload, and what are the limits?
- Accepted formats: PDF, JPEG, PNG.
- Per-file size: up to 50 MB.
- Per-project pages: up to 10 pages (whether that’s a 10-page PDF or a batch of 10 image files).
If you have an unusual format, check the upload dialog in your workspace for the current list. New formats are added over time.
My document has more than 10 pages. How do I process it?
Split the source into 10-page batches on your computer, then upload each batch as its own project against the same Config. After each project completes:
- Extract: download every project’s JSON (or CSV) and concatenate them. Column layouts are identical across runs of the same Config.
- Digitise: download every project’s Markdown (or HTML) and paste them in order.
The 10-page cap applies uniformly across plans; upgrading does not raise it. If you have a genuine single-document requirement beyond 10 pages, reach out to support.
Extract returned the wrong value for a field. How do I fix it?
A few things to try, in order:
- Sharpen the extraction prompt. Copy one of these into Describe what to extract:
Treat the prompt like a prompt to the model, because it is.
2. Tune the schema before running. The AI-drafted schema in the Define your output format dialog is a starting point. Change field types (string to date or number), remove noise fields, or add nested structure where the document has it.
3. Correct inline before export. Click into the field on the results view and fix the value. The correction is baked into the download.
4. Improve the source. Blurry or skewed scans hurt accuracy more than any prompt change. Re-scan at 300 DPI and straighten before uploading if you can.
5. Chain Digitise then Extract. For messy scans, handwritten forms, and multilingual docs, run Digitise first to get clean structured text, then Extract over that. See Chain Digitise and Extract.
How much does a project cost?
Cost is per page, and depends on the product:
- Digitise: 1 credit per page.
- Extract: 2 credits per page.
So a 5-page Digitise project consumes 5 credits, and a 5-page Extract project consumes 10 credits. Your remaining balance is always visible on the Home dashboard. Contact support for volume pricing.
What do the different project statuses mean?
A project moves through up to four states, visible on Workspace → Projects and the Home dashboard:
Filter by status using the All statuses pill on the Projects page.