# GoldBean Baidu OCR Numbers

> GoldBean Baidu OCR Numbers is a paid API for AI agents from goldbean-api.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Extracts numeric digits and number sequences from images using Baidu's OCR engine

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-numbers
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-ocr-numbers-fb0eef65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lVuxo9vUehY6sjGAXwTC3

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 goldbean-baidu-ocr-numbers-fb0eef65
```

Example prompt: Can you read all the numbers out of this image for me? Here's the URL: https://example.com/meter-photo.jpg — I need the digits extracted using Baidu's OCR.

## When to prefer this

Choose this endpoint when you specifically need to extract numeric content (digits, number sequences, prices, IDs) from images and want to leverage Baidu's OCR engine via a simple pay-per-call API without committing to a subscription. Ideal for lightweight, occasional number-recognition tasks where cost efficiency matters.

## Known failure modes

- Image URL is inaccessible or returns 404 — OCR cannot be performed
- Image contains no discernible numbers — empty or null result returned
- Low-resolution or blurry image causes recognition errors or incomplete extraction
- Unsupported image format causes processing failure
- Payment of $0.002 USDC not completed — 402 Payment Required response

## How this service works

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP, Image Gen, Video Gen. 50 free calls/day. No credit card. Pay-per-call from $0.001.

## Output

Returns a JSON object with a success flag and a data object containing the recognized numbers and digit sequences extracted from the input image via Baidu's OCR engine.

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": {},
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-ocr-numbers-fb0eef65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from goldbean-api.xyz](https://www.zero.xyz/host/goldbean-api.xyz/llms.txt)
