OCR to Markdown
Verifiedtool:core/ocr-to-markdown
Convert PDFs, office files, and images into structured Markdown.
Price≤ $1.00/callMetered — captured at observed cost under this ceiling
Trust100 / 100Verified supply — trust 100 by policy
TypeToolv1.0.0 · First-party
ListedJul 24, 2026by core
Sample · $0
Try OCR to Markdown
Input
Run OCR to Markdown on a prepared example.
Prepared exampleOutput
files:write
writes workspace artifacts
Requiredspend
metered provider-backed execution
Required- MCP endpoint
- https://core-tools-dev.fly.dev/mcp
- Tool
- ocr_to_markdown
- Definition pin
- sha256:0346c1325c075d8bcfff64e0c1df5f47035c8f10a476c129c61d69f3f30c6667
- Attestation
- First-party · reviewed Jul 24, 2026
- Payee
- payee:core
The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.
No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.
| Name | Type | Required | Description |
|---|---|---|---|
| source_url | string | No | Public document or image URL; mutually exclusive with data_base64 |
| data_base64 | string | No | Base64 document or image bytes; mutually exclusive with source_url |
| mime_type | string | No | Source media type (default application/pdf) application/pdf · application/vnd.openxmlformats-officedocument.wordprocessingml.document · application/vnd.openxmlformats-officedocument.presentationml.presentation · image/jpeg · image/png · image/webp |
| pages | array | No | Optional zero-based pages (defaults to the first 50) |
| file_name | string | No | Optional Markdown output filename |
Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.
{
"tool": "hire_store_tool",
"input": {
"listing_id": "tool:core/ocr-to-markdown",
"args": {}
}
}curl -X POST https://build.dev.core.so/api/resolve \
-H 'content-type: application/json' \
-d '{"need": "ocr to markdown"}'