OCR to Markdown

Verified
tool:core/ocr-to-markdown

Convert PDFs, office files, and images into structured Markdown.

≤ $1.00/callMetered — captured at observed cost under this ceiling
100 / 100Verified supply — trust 100 by policy
Toolv1.0.0 · First-party
Jul 24, 2026by core
Sample · $0

Try OCR to Markdown

Input

Run OCR to Markdown on a prepared example.

Prepared example
Output
files:write

writes workspace artifacts

Required
spend

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.

NameTypeRequiredDescription
source_urlstringNoPublic document or image URL; mutually exclusive with data_base64
data_base64stringNoBase64 document or image bytes; mutually exclusive with source_url
mime_typestringNoSource 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
pagesarrayNoOptional zero-based pages (defaults to the first 50)
file_namestringNoOptional 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.

From a Core agent
{
  "tool": "hire_store_tool",
  "input": {
    "listing_id": "tool:core/ocr-to-markdown",
    "args": {}
  }
}
Resolve via the public API
curl -X POST https://build.dev.core.so/api/resolve \
  -H 'content-type: application/json' \
  -d '{"need": "ocr to markdown"}'