Table Ocr

v0.4.0

OCR and extract tables from scanned PDFs and images using MinerU. Recognizes table structures in image-based documents and converts them to structured Markdo...

0· 174·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description request OCR table extraction via MinerU; required binary (mineru-open-api) and the MINERU_TOKEN credential directly match that purpose and are expected.
Instruction Scope
SKILL.md only instructs the agent to run the MinerU CLI (extract, auth) against user-provided files or URLs and to set MINERU_TOKEN. It does not instruct reading unrelated system files or other environment variables.
Install Mechanism
Install options are standard: npm package and a go install from a GitHub repo. Both are typical for distributing a CLI; no arbitrary downloads or extract-from-unknown-URL steps are present.
Credentials
Only MINERU_TOKEN is required and is declared as the primary credential. That is proportional for a CLI that authenticates to a remote MinerU service.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide persistence or access to other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears coherent, but before installing: verify you trust mineru.net and the npm/GitHub packages (review package source if possible), because installing a global CLI runs third-party code on your system. The MINERU_TOKEN permits the MinerU service to process your files — avoid uploading sensitive documents unless you trust the service and its privacy policy. Use a limited/revocable token, rotate it if needed, and prefer running the CLI locally on non-sensitive data if you cannot confirm the provider's practices.

Like a lobster shell, security has layers — review code before you run it.

latestvk97emww3sseny48ny09xg7hc2n844h2k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📄 Clawdis
Binsmineru-open-api
EnvMINERU_TOKEN
Primary envMINERU_TOKEN

Install

Install via npm
Bins: mineru-open-api
npm i -g mineru-open-api
Install via go install
Bins: mineru-open-api

Comments