Free OCR Tool
Extract text from any image or PDF instantly. Powered by Tesseract. Free in browser, API for 1 credit per call.
Instant
No signup
Files deleted after
100+ languages
PDF supported
Drop file here or click to browse
JPG, PNG, PDF, WebP, TIFF, BMP, GIF
Extracted Text
Files are processed server-side and deleted immediately after extraction. Never stored.
OCR API
1 credit per call — cheapest on ZeroPhantom
Use the OCR API to extract text from images and PDFs programmatically. Pass your API key from the customer portal. 1 unified credit per call — the same credits you use for file conversion and temp mail.
curl -X POST https://zphantom.com/api/ocr \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@invoice.pdf" \
-F "lang=eng"
# Response:
{
"success": true,
"text": "Invoice #12345\nDate: 2025-01-01\n...",
"pages": 2,
"chars": 842,
"credits_remaining": 498
}