# Geld Machen Image OCR

> Geld Machen Image OCR is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Extracts text from an image URL or base64-encoded image using local Tesseract OCR

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/image-ocr
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geld-machen-image-ocr-fb3cd540
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9vdWBTMAN1uqBGQ35rVe3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability geld-machen-image-ocr-fb3cd540
```

Example prompt: Can you extract all the text from this image for me? Here's the URL: https://example.com/receipt.jpg — use English as the language.

## When to prefer this

Choose this endpoint when you need a cheap ($0.01), fast OCR call on a single image URL or base64 image and Tesseract accuracy is sufficient. Good for screenshots, printed text, receipts, and signs in English. Not ideal for handwriting, complex layouts, or non-Latin scripts beyond Tesseract's language packs.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Non-image URLs (HTML pages, PDFs) may return empty or garbled text
- Low-resolution or blurry images produce poor OCR accuracy
- Unsupported language codes may fall back to English or fail
- Base64 payload too large may time out or be rejected
- Private/authenticated image URLs cannot be fetched

## How this service works

TIP-OF-SPEAR: URL Fingerprint ($0.01) GET ?url= → body_sha256/TLS/DNS. DEMAND-MATCHED SERP tip: Web Search ($0.02) GET ?q= (required) → ranked results. OCR tip: Image OCR ($0.01) GET ?url= → Tesseract text (COGS=0). Builder tool: Bazaar Readiness Check — FREE ?url= indexed yes/nein + issue count; PAID report $0.05 Fix-JSON. Gated-data: Base DeFi Snapshot ($0.03) balances+gas+protocol TVL/APY. Free teasers have no live hash/results. Upsell red-flag $0.25. Ladder: 0.01→0.02→0.025→0.25→0.35→0.49→0.75→17.

## Output

A JSON response containing the OCR-extracted text from the provided image, produced by local Tesseract. The text field contains all recognized characters and words from the image. Quality depends on image resolution and clarity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "HTTPS image URL to OCR"
  },
  "lang": {
   "type": "string",
   "description": "OCR language (default eng)"
  },
  "image_url": {
   "type": "string",
   "description": "Alias for url"
  },
  "image_base64": {
   "type": "string",
   "description": "Base64 image (alt to url)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-image-ocr-fb3cd540/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
