unlimited-ocr-document-parsing
Installation
SKILL.md
Unlimited-OCR document parsing
Use the bundled caller to extract the complete document. Prefer this skill when the user asks for long-document OCR, Markdown conversion, reading-order preservation, tables, formulas, or multi-page parsing.
Choose a provider
baidu: default; supports local files and public HTTPS URLs, including PDF/OFD/Office/text formats. RequiresUNLIMITED_OCR_API_KEYplusUNLIMITED_OCR_SECRET_KEY, or an existingUNLIMITED_OCR_ACCESS_TOKEN.local: sends local images/PDFs toUNLIMITED_OCR_LOCAL_BASE_URL. UseUNLIMITED_OCR_LOCAL_BACKEND=sglangfor the official SGLang server, oropenaifor another compatible server. Local mode intentionally rejects--file-url.
Run
From this skill directory:
uv run scripts/unlimited_ocr_caller.py --file-path "/absolute/path/document.pdf" --pretty
For a public URL with the cloud provider: