General OCR Struct

v0.1.0

Offline OCR extracting and structuring Chinese/English screenshot text into raw or cleaned rows and fields for receipts, tables, and statements.

0· 251·0 current·0 all-time
byJY@9penny
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 (offline OCR + structuring) match the included script and SKILL.md. The script runs RapidOCR locally, extracts lines, and heuristically structures transaction-like rows—behavior aligns with the stated purpose.
Instruction Scope
SKILL.md instructs only local usage of the provided Python script on user-supplied image paths, returning OCR text or structured transactions. The instructions do not ask the agent to read unrelated files, environment variables, or send data externally.
Install Mechanism
This is an instruction-only skill (no install spec). The Python script depends on the third‑party package rapidocr_onnxruntime; SKILL.md mentions installing Python packages but the registry entry does not provide an automated install step. This is low risk but requires the host to have a trusted RapidOCR runtime installed.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads the image path provided by the caller. No disproportionate access is requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. It operates only when invoked and has no elevated persistence requirements.
Assessment
This skill appears coherent and runs OCR locally, but you should: (1) confirm rapidocr_onnxruntime is installed from a trusted source (pip/official release) because the script will import and execute that package locally; (2) verify your host's RapidOCR runtime does not auto-download models or call the network if you require strictly offline operation; (3) only run the script on images you are comfortable processing (it will read the image file you pass); and (4) test it in a controlled environment before using with sensitive financial or personal documents to validate the heuristics and ensure no unexpected behavior.

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

latestvk97dqgswcv573760qjm2hdpqkh83kzdz

License

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

Comments