High accuracy PDF extractor with bounding boxes and scores avatar

High accuracy PDF extractor with bounding boxes and scores

Pricing

from $900.00 / 1,000 pdf results

Go to Apify Store
High accuracy PDF extractor with bounding boxes and scores

High accuracy PDF extractor with bounding boxes and scores

Extract PDF to text or markdown at the highest accuracy with word level bounding boxes and confidence scores using the interfaze.ai model

Pricing

from $900.00 / 1,000 pdf results

Rating

0.0

(0)

Developer

Interfaze.ai

Interfaze.ai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

PDF & Image Extractor

AI-powered OCR and text extraction using Interfaze. Extract text from PDFs, images, scanned documents, handwritten notes, charts, tables, and mathematical equations with bounding boxes and confidence scores.

What it does

This actor takes a URL to a PDF or image file and extracts all text content using Interfaze's ocr run task. It supports 100+ languages, handwritten text recognition, and returns precise bounding box coordinates with per-word confidence scores.

Input

FieldTypeRequiredDescription
fileUrlstringYesURL to the PDF or image file
extractionPromptstringNoDescribe what to extract. Defaults to extracting all text
interfazeApiKeystringNoYour own Interfaze API key. If not provided, the actor uses its built-in key

Supported formats

  • Images: PNG, JPG, JPEG, GIF, WebP, BMP, TIFF
  • Documents: PDF

Example input

{
"fileUrl": "https://arxiv.org/pdf/2602.04101",
"extractionPrompt": "Extract all text from this document"
}

Output

The actor returns the full OCR result including extracted text, sections, line-by-line bounding boxes, and per-word confidence scores:

{
"name": "ocr",
"result": {
"extracted_text": "California\nUSA\nDRIVER LICENSE\nDL Y4067081\nCLASS C...",
"sections": [
{
"text": "California\nUSA\nDRIVER LICENSE...",
"lines": [
{
"text": "California",
"bounds": {
"top_left": { "x": 63, "y": 89 },
"width": 205,
"height": 40
},
"average_confidence": 0.99,
"words": [
{
"text": "California",
"confidence": 0.99
}
]
}
]
}
]
}
}

Use cases

  • Invoice and receipt processing
  • ID card and document verification
  • Academic paper extraction
  • Handwritten note digitization
  • Table and chart data extraction
  • Legal document processing
  • Medical record digitization

API key

You can optionally provide your own Interfaze API key in the input. Get one at interfaze.ai/dashboard.