·local-ocr
#

local-ocr

ocrmypdf 및 Tesseract를 통한 자동 회전, 기울기 조정 및 검색 가능한 PDF 생성 기능을 갖춘 AI 에이전트용 로컬 OCR 파이프라인입니다.

23설치·1트렌드·@baphomet480

설치

$npx skills add https://github.com/baphomet480/claude-skills --skill local-ocr

local-ocr 설치 방법

명령줄에서 local-ocr AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/baphomet480/claude-skills --skill local-ocr
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: 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-ocr
카테고리
#문서
인증됨
최초 등록
2026-03-09
업데이트
2026-03-10

Browse more skills from baphomet480/claude-skills

빠른 답변

local-ocr이란?

ocrmypdf 및 Tesseract를 통한 자동 회전, 기울기 조정 및 검색 가능한 PDF 생성 기능을 갖춘 AI 에이전트용 로컬 OCR 파이프라인입니다. 출처: baphomet480/claude-skills.

local-ocr 설치 방법은?

터미널 또는 명령줄 도구(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