# GoldBean Baidu OCR Accurate API

> GoldBean Baidu OCR Accurate API 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-15).

Performs high-accuracy optical character recognition on images using Baidu's Accurate OCR engine, returning extracted text from documents, photos, and scanned files.

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-accurate
- Price: $0.002/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-accurate-api-ac0593db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GUUouEazkg0jqlPOS0FT8

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-accurate-api-ac0593db
```

Example prompt: Can you extract all the text from this scanned invoice image? Here's the URL: https://example.com/invoice_scan.jpg — use Baidu's accurate OCR so I get clean, precise results.

## When to prefer this

Choose this endpoint when you need high-accuracy OCR on complex documents, dense text layouts, or images with mixed fonts — Baidu's Accurate OCR engine is tuned for precision over speed. Prefer this over basic OCR endpoints when the text quality matters, such as for legal documents, invoices, or forms. The $0.002/call price point makes it cost-effective for per-document workflows.

## Known failure modes

- Invalid or inaccessible image URL returns an error in the data field
- Unsupported image format causes processing failure
- Image resolution too low for accurate recognition
- Payment of $0.002 USDC not fulfilled triggers 402 response
- Rate limit exceeded on free tier after 50 daily calls
- Non-text or blank images return empty text results

## 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 payload containing the recognized text strings extracted from the input image, potentially including character-level positions and confidence metadata depending on Baidu's response format.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-ocr-accurate-api-ac0593db/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)
