PDF to OCR
OCR, or Optical Character Recognition, is a pioneering technology that has the ability to convert different types of documents, including scanned paper documents, PDF files, or images captured by a digital camera, into editable and searchable data. By incorporating OCR technology into the API, it enables the PDF documents to be more than just static files. The transformed documents gain an…
PDF to OCR endpoints
| Method | Endpoint | Description |
|---|---|---|
| process-pdf | ||
| POST |
process-pdf /process-pdf |
Submit a pdf file in base64 format to the endpoint. The file will be processes as soon a worker is free. |
| ocr-pdf | ||
| POST |
request results of uuid /ocr-pdf |
After submission with POST /process-pdf a uuid is returned. This uuid is used to retrieve the result. If a result is available, the response contains the base64 string with a… |
PDF to OCR pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| PRO | $1 / month | 100 / second |
|
| ULTRA | $2 / month | 1000 / second |
|
| MEGA | $31 / month | 1000 / second |
|