什麼是 local-ocr?
用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。 來源:baphomet480/claude-skills。
用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。
透過命令列快速安裝 local-ocr AI 技能到你的開發環境
來源:baphomet480/claude-skills。
Robust Optical Character Recognition (OCR) pipeline driven by ocrmypdf and tesseract. Handles scanned PDFs, rotated image inputs, and raw text extraction securely and locally without external APIs.
Why not GPU via PyTorch/EasyOCR? The ocrmypdf tool is the industry standard for producing searchable PDFs. It leverages tesseract for pixel-accurate text placement. A pure-CPU pipeline is leaner (avoids a 1.5GB PyTorch payload) and reliably embeds text exactly where it appears in the scanned image.
Produces a standard, layered PDF. If you give it an image, it wraps it in a PDF. If you give it a scanned PDF, it adds the invisible text layer.
用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。 來源:baphomet480/claude-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/baphomet480/claude-skills --skill local-ocr用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。 來源:baphomet480/claude-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/baphomet480/claude-skills --skill local-ocr 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/baphomet480/claude-skills