Data processing
Turn scans into data, build search that understands meaning instead of keywords, and put the right answer at the top of the results.
What do you need to do?
Models for this work
All categoriesWhich one should I pick?
| Model | Best for | Quality | Speed | Price |
|---|---|---|---|---|
| GOT-OCR 2.0 | Turning a pile of scans into data | Excellent | Very fast | $0.45/hr |
| Nomic Embed v1.5 | Building search over your own documents | Very good | Very fast | $0.22/hr |
| BGE Reranker v2 | Making an existing search noticeably better in one step | Excellent | Fast | $0.22/hr |
Prices are the hourly rate for the hardware we recommend for each model, billed by the minute. Every model page has a calculator that turns that into a total for your job.
You will never get a surprise bill.
- A hard spend cap. New accounts start at $25. Nothing starts that would go past it.
- Auto-shutoff when idle. Sessions stop after 15 minutes, with a warning at 12.
- A live cost meter. Spent so far and budget left, on screen the whole time.
Renting opens shortly. Want to know when?
We are testing the rental flow with a small group before we open it to everyone. Leave an email and we will tell you the day it opens. One message, no newsletter.
Questions people ask
How accurate is document scanning compared with older OCR?
Much better on the things that used to fail. Older OCR reads a page as a stream of characters, so it loses multi-column layouts and turns tables into scrambled text. GOT-OCR 2.0 understands page structure, so a table comes back as a table and a two-column article stays in reading order. It also handles reasonable handwriting, which traditional OCR does not attempt.
How much does it cost to process 5,000 scanned pages?
About $0.90. One page takes roughly 1.5 seconds on an RTX 4090 at $0.45 per hour, so 5,000 pages is around 2 hours. Commercial document processing services typically charge $0.01 to $0.10 per page, which would put the same job between $50 and $500.
What does "search by meaning" actually mean?
Keyword search looks for the words you typed. Search by meaning looks for documents about the same thing, even when they share no words. A customer asking "how do I get my money back" finds your refund policy, which never uses the phrase "money back". You do this by running an embedding model once over your archive and storing the result, after which searching is instant and needs no GPU at all.
Do I need a database or special software?
You need somewhere to put the index, and the common choices are free. Postgres with the pgvector extension works and is probably already in your stack. So do Qdrant, Chroma, and LanceDB. The output of an embedding job is a standard set of vectors that loads into any of them, so you are not locked into a particular tool by anything we do.
Can I process documents that contain personal data?
Yes, and this is the main reason people run it here. Files go to isolated storage, the processing machine is destroyed when the job ends, and inputs and outputs are deleted 24 hours after you download them. Nothing is read by us or used for training. If you have a formal requirement around residency or retention, read the enterprise page and talk to us before you start.
How large an archive can I process in one job?
Hundreds of thousands of documents is routine. Files live in object storage, not on the GPU, so the job size is limited by your budget and your patience rather than by the machine. For very large archives, run a sample of a few hundred first and check the output format is what you expected, then run the rest.
Own a GPU that sits idle? Put it to work. The average provider earns $180 to $420 per month per card.
List your GPU