Directory / visual.hugen.tokyo
OCR extraction from scanned PDF documents (English). Uses Tesseract to read text from image-based pages that have no embedded text layer. Returns structured text and metadata. Ideal for invoices, receipts, contracts, and legacy documents. $0.05 per extraction.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://visual.hugen.tokyo/visual/ocr' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://visual.hugen.tokyo/visual/ocr'
Endpoint: https://visual.hugen.tokyo/visual/ocr. Operated by visual.hugen.tokyo, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Extract structured text, tables, and metadata from any PDF URL. Returns page-by-page text content, detected tables as JSON arrays, and document metadata (title,…
Render any URL into a clean A4 PDF with print-quality graphics. Auto-removes ads, cookie banners, and overlays. Returns base64-encoded PDF with metadata. No bro…
Screenshot any public URL — returns base64 JPEG/PNG with metadata (page title, file size, render time). Full-page scroll capture, CSS selector targeting, device…