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