doc-ocr
文档文字识别。用户提供 PDF/扫描件/图片(合同、发票、书页、截图),需要提取文字、转成可编辑文本时使用。扫描件自动 OCR(macOS Vision,中英文)。Document OCR: extract editable text from PDFs, scans, and images (contracts, invoices, book pages, screenshots) via macOS Vision.
Install this skill
or
96/100
Security score
The doc-ocr skill was audited on Aug 16, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 29
Access to home directory dotfiles
SourceSKILL.md
| 27 | |
| 28 | ```bash |
| 29 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py 合同.pdf |
| 30 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py 发票.jpg |
| 31 | ``` |
low line 30
Access to home directory dotfiles
SourceSKILL.md
| 28 | ```bash |
| 29 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py 合同.pdf |
| 30 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py 发票.jpg |
| 31 | ``` |
| 32 |
low line 38
Access to home directory dotfiles
SourceSKILL.md
| 36 | |
| 37 | ```bash |
| 38 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py ./扫描件/ -o 全部.txt |
| 39 | ``` |
| 40 |
low line 44
Access to home directory dotfiles
SourceSKILL.md
| 42 | |
| 43 | ```bash |
| 44 | python3 ~/.hermes/skills/utilities/doc-ocr/scripts/dococr.py 书.pdf --md |
| 45 | ``` |
| 46 |
Scanned on Aug 16, 2026
View Security Dashboard