# GoldBean Baidu OCR Document & Office Extraction

> GoldBean Baidu OCR Document & Office Extraction 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 text and structured data from office documents (Word, Excel, PDF, etc.) using Baidu's OCR AI engine

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-doc-office
- 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-document-office-extraction-894aeeae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MsRSy9ytsSTlqJXKUWhhC

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-document-office-extraction-894aeeae
```

Example prompt: Can you extract all the text and table data from this scanned PDF contract using Baidu's OCR — here's the document URL: https://example.com/contract.pdf

## When to prefer this

Choose this endpoint when you need to extract text or structured data specifically from office-format documents (PDF, Word, Excel, PowerPoint) or their scanned images, and want to leverage Baidu AI's OCR capabilities via a pay-per-call model at $0.002 per call with no subscription required. It is especially suited for workflows involving Chinese-language documents where Baidu OCR excels, or when you need cheap, on-demand document digitization without a long-term commitment.

## Known failure modes

- Unsupported file format returns an error in the data field
- Low-resolution or heavily skewed document images may yield poor OCR accuracy
- Invalid or inaccessible document URL results in fetch failure
- Non-office document content (e.g. complex handwriting) may not be recognized accurately
- Rate limits or quota exhaustion beyond the 50 free daily calls may return a payment-required error

## 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' boolean and a 'data' field containing the extracted text, recognized content, and any structured table or field data parsed from the submitted document 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-document-office-extraction-894aeeae/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)
