# GoldBean Baidu OCR Handwriting Recognition

> GoldBean Baidu OCR Handwriting Recognition 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).

Recognizes and extracts text from handwritten content in images using Baidu's handwriting OCR API, billed per call via x402.

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-handwriting
- 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-handwriting-recognition-bd02f59b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E1pgdEHNk6cIabpmGcUZO

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-handwriting-recognition-bd02f59b
```

Example prompt: Can you read the handwritten text in this image and give me the transcribed content? Here's the photo of my handwritten notes.

## When to prefer this

Choose this endpoint when you need to extract text specifically from handwritten content (cursive, printed by hand, or Chinese handwriting) rather than typed/printed documents. It is especially strong for Chinese handwriting recognition powered by Baidu's models. Prefer this over generic OCR endpoints when dealing with handwritten notes, forms, or manuscripts. The pay-per-call pricing at $0.002 USDC makes it cost-effective for low-to-moderate volume workloads.

## Known failure modes

- Image not provided or malformed URL returns an error or empty data
- Handwriting is too unclear or low-resolution for recognition, resulting in partial or empty output
- Non-handwritten printed text may not be optimally handled by this handwriting-specific model
- Payment failure via x402 prevents the call from completing
- Rate limits or quota exhaustion after free tier (50 calls/day) is exceeded

## 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 extracted from the handwritten image, structured per Baidu's OCR 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-handwriting-recognition-bd02f59b/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)
