{
  "format": "delx/discovery-pack/v1",
  "id": "ocr-images-and-scans",
  "title": "Read text from images and scans",
  "description": "A single intent path for local English OCR across caller-supplied images and scanned PDFs, priced per delivered result with no paid vision dependency.",
  "audience": "Document, research and automation agents",
  "query": "read text from an image or scanned document",
  "keywords": [
    "image OCR",
    "scanned document OCR",
    "PDF OCR",
    "document text recognition",
    "Tesseract for agents"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/packs/ocr-images-and-scans",
  "machine_url": "https://commerce.delx.ai/packs/ocr-images-and-scans.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=read%20text%20from%20an%20image%20or%20scanned%20document",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=read%20text%20from%20an%20image%20or%20scanned%20document",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-ocr-images-and-scans"
  },
  "products": [
    {
      "tool_name": "extract_image_text",
      "service_name": "Image OCR for Agents",
      "category": "image",
      "price_usdc": "0.01",
      "method": "POST",
      "route": "/api/v1/x402/image-ocr",
      "product_url": "https://commerce.delx.ai/products/extract-image-text",
      "intent_url": "https://commerce.delx.ai/intents/image-ocr-api",
      "machine_url": "https://commerce.delx.ai/intents/image-ocr-api.json",
      "example_input": {
        "image_base64": "\u003cbase64 PNG up to 6 MiB decoded>",
        "max_chars": 200000,
        "psm": 6
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image-ocr -m POST -H 'x-delx-source: discovery-pack-ocr-images-and-scans' --max-amount 0.01 -b '{\"image_base64\":\"\u003cbase64 PNG up to 6 MiB decoded>\",\"max_chars\":200000,\"psm\":6}'"
    },
    {
      "tool_name": "extract_pdf_ocr",
      "service_name": "Scanned PDF OCR for Agents",
      "category": "document",
      "price_usdc": "0.01",
      "method": "POST",
      "route": "/api/v1/x402/pdf-ocr",
      "product_url": "https://commerce.delx.ai/products/extract-pdf-ocr",
      "intent_url": "https://commerce.delx.ai/intents/pdf-ocr-api",
      "machine_url": "https://commerce.delx.ai/intents/pdf-ocr-api.json",
      "example_input": {
        "pdf_base64": "\u003cbase64 scanned PDF up to 4 MiB decoded>",
        "max_pages": 10,
        "max_chars": 200000,
        "psm": 6
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/pdf-ocr -m POST -H 'x-delx-source: discovery-pack-ocr-images-and-scans' --max-amount 0.01 -b '{\"pdf_base64\":\"\u003cbase64 scanned PDF up to 4 MiB decoded>\",\"max_pages\":10,\"max_chars\":200000,\"psm\":6}'"
    }
  ]
}
