·local-ocr
#

local-ocr

用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。

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。

SKILL.md

查看原文

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
分類
#文件處理
認證
收錄時間
2026-03-09
更新時間
2026-03-10

Browse more skills from baphomet480/claude-skills

快速解答

什麼是 local-ocr?

用於 AI 代理的本機 OCR 管道,具有自動旋轉、傾斜校正以及透過 ocrmypdf 和 Tesseract 產生可搜尋 PDF 的功能。 來源: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 中使用

這個 Skill 的原始碼在哪?

https://github.com/baphomet480/claude-skills