local-ocr とは?
ocrmypdf と Tesseract による自動回転、デスキュー、検索可能な PDF 生成を特徴とする AI エージェント用のローカル OCR パイプライン。 ソース: baphomet480/claude-skills。
ocrmypdf と Tesseract による自動回転、デスキュー、検索可能な PDF 生成を特徴とする AI エージェント用のローカル OCR パイプライン。
コマンドラインで 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.
ocrmypdf と Tesseract による自動回転、デスキュー、検索可能な PDF 生成を特徴とする AI エージェント用のローカル OCR パイプライン。 ソース: baphomet480/claude-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/baphomet480/claude-skills --skill local-ocrocrmypdf と Tesseract による自動回転、デスキュー、検索可能な PDF 生成を特徴とする AI エージェント用のローカル OCR パイプライン。 ソース: 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