{"uid":"cap_8lvXQiO6-pZ_0OBPnd7H5","slug":"agent-web-access-ocr-tesseract-25f403b0","name":"Agent Web-Access OCR (Tesseract)","description":"Extract text from an image by URL (OCR): PNG/JPG/WEBP/TIFF/BMP of a screenshot, scan, receipt, chart or photo -> the readable text, via the Tesseract engine. Keyless, no LLM. Use it to read text an agent can only see as an image. SSRF-guarded; max ~10MB.","url":"https://web.cyberwarex.com/ocr","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Public http(s) URL of the image."},"lang":{"type":"string","default":"eng","description":"Tesseract language code (default eng)."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string"},"text":{"type":"string"},"chars":{"type":"integer"},"engine":{"type":"string"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_lp7cV8TW6rXLDsU9-lqSc","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts readable text from an image at a public URL using the Tesseract OCR engine, returning the plain text content of screenshots, scans, receipts, charts, or photos.","exampleAgentPrompt":"Can you read the text out of this receipt image for me? Here's the URL: https://example.com/receipt.jpg — use Tesseract OCR on it.","exampleUseCases":[{"title":"Read text from scanned invoice","prompt":"I have a scanned invoice image at https://storage.example.com/invoices/inv-2024-03.png — can you extract all the text from it so I can parse the line items?"},{"title":"Extract text from screenshot","prompt":"There's a screenshot of an error message at https://cdn.myapp.com/errors/screenshot_20240510.png — can you read the text in it for me?"},{"title":"OCR a foreign-language document image","prompt":"I need the text pulled out of this French document scan at https://files.example.com/doc_fr.tiff — please run OCR on it using the French language setting (fra)."}],"resultDescription":"Returns a JSON object containing the extracted plain text (the 'text' field), the total character count ('chars'), the OCR engine used ('engine', typically 'tesseract'), and the source image URL ('url'). No LLM or AI interpretation is applied — raw Tesseract output only.","failureModes":["Image URL is not publicly accessible or returns a non-200 status — OCR cannot proceed","Image exceeds ~10MB size limit — request rejected","Unsupported image format provided — only PNG, JPG, WEBP, TIFF, BMP accepted","SSRF guard blocks private/internal IP ranges or localhost URLs","Invalid or unsupported Tesseract language code supplied — may fall back to English or error","Image contains no readable text or is too low resolution — returns empty or near-empty text string","Network timeout fetching the remote image — transient failure"],"whenToPreferThis":"Choose this endpoint when you need fast, keyless, cost-efficient OCR of a single image accessible via a public URL, without requiring an LLM or AI-based vision model. Ideal when the image is a screenshot, scan, receipt, or document photo and you need the raw text for downstream processing. Prefer this over LLM vision APIs when budget is tight ($0.005/call), when you want deterministic Tesseract output, or when no API key management is feasible. Not suitable for handwriting recognition requiring deep learning models or for extracting structured data beyond raw text.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:30:37.342Z","isFirstParty":false}