Read a picture, a scan or a screenshot: full text in reading order, typed blocks with their box on the page, tables as a matrix plus markdown, and every QR code and barcode with its decoded content.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://doc.halowerk.com/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://doc.halowerk.com/ocr'
Endpoint: https://doc.halowerk.com/ocr. Operated by doc.halowerk.com, 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.
Turn one PDF into structured JSON: header fields, tables as rows and columns, key value pairs and per page full text, each field with its page, position and con…