# GoldBean Baidu OCR Seal Recognition

> GoldBean Baidu OCR Seal 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-14).

Extracts and recognizes text from seal/stamp impressions on documents using Baidu's OCR engine

## Facts

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

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-seal-recognition-f74c043e
```

Example prompt: Can you read the seal/stamp text on this contract image? It's a circular official seal and I need to know what it says — here's the image URL: https://example.com/contract.jpg

## When to prefer this

Choose this endpoint when you specifically need to extract text from seal or stamp impressions on documents, especially official Chinese company or government stamps. It is ideal when standard document OCR fails to isolate seal text, or when the seal is overlaid on other content. Prefer this over general OCR when the target is circular/oval stamp text rather than body document text.

## Known failure modes

- Image URL inaccessible or returns 404 — OCR cannot be performed
- Image quality too low or seal too faded for accurate recognition
- No seal detected in the image — empty or partial result returned
- Unsupported image format — API may return an error
- Rate limit exceeded beyond 50 free daily calls — payment required per call

## 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 text extracted from the seal or stamp impression in the image

## Response schema (JSON Schema)

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

## More

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