# GoldBean Baidu OCR API

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

Runs Baidu's OCR engine on images to extract text and structured data, billed per call via x402 micropayment

## Facts

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

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-api-2a8575be
```

Example prompt: Can you read the text out of this invoice image for me? Here's the URL: https://example.com/invoice.jpg — use Baidu OCR to extract all the text fields.

## When to prefer this

Choose this endpoint when you need to extract text from images using Baidu's OCR engine, especially for documents containing Chinese, Japanese, or other East Asian scripts where Baidu's models excel. Prefer it for cost-sensitive workloads at $0.001/call with no subscription required, and when you want pay-per-call micropayment billing via USDC on Base chain rather than a monthly API key plan.

## Known failure modes

- Image URL unreachable or returns non-200 response — OCR fails with error
- Image format not supported (e.g. unsupported codec) — returns error in data field
- Image too large or resolution too low — poor or empty OCR results
- Insufficient USDC balance for x402 micropayment — payment rejected before call executes
- Text in image is unclear, blurry, or heavily stylized — low confidence or missing extractions
- Non-image content at URL — API returns failure 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 success status and a data payload containing the OCR-extracted text, detected text regions, character strings, and optionally bounding box coordinates for each recognized text block, as provided by 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-api-2a8575be/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)
