New API access now available on all plans

Image to text, instantly

Extract text from images and PDFs with AI. Use our web app or integrate via API.

Features

Everything you need to extract text at scale.

AI-Powered Extraction

Vision model extracts text from images and PDFs with high accuracy.

PDF Support

Upload multi-page PDFs and extract text from all pages in parallel.

REST API Access

Integrate OCR into your apps with our simple API. All plans included.

Custom Prompts

Add instructions like "Extract invoice total" or "Focus on handwritten text".

Real-time Streaming

Watch text appear as it's extracted via WebSocket.

Drag, Drop, or Paste

Upload via file picker, drag-and-drop, or paste from clipboard.

Pricing

Simple pricing. API access included on all plans.

Free
$0 /month

10 images/month, 5MB max

  • API Access
  • PDF Support
  • Custom Prompts
Most Popular
Pro
$9.99 /month

500 images/month, 20MB max

  • Everything in Free
  • Priority Processing
  • 90-day Retention
Enterprise
$49.99 /month

Unlimited images, 50MB max

  • Everything in Pro
  • Unlimited Usage
  • 1-year Retention

Simple REST API

Integrate OCR into your applications with just a few lines of code. Create API tokens in your dashboard and start extracting text programmatically.

  • Available on all plans, including Free
  • Simple Bearer token authentication
  • Supports images and PDFs
curl -X POST https://itsocr.com/api/v1/ocr \
  -H "Authorization: Bearer itsocr_..." \
  -F "file=@document.jpg"

# Response
{
  "success": true,
  "text": "Extracted text...",
  "processingTimeMs": 1234
}

Contact

Get in touch

We usually respond within a day.

Email

support@itsocr.com

Hours

Sun-Thu, 9am-6pm (UTC)

Address

308 Negra Arroyo Lane, Albuquerque, NM 87104