← 返回
未分类

LiaoGong-OCR

🔍 廖工AI设计实战出品 | LiaoGong-OCR — easyocr+tesseract双引擎OCR,15条预处理链含实测基准,手机拍屏数字识别87%准确率。支持中文海报/截图/英文文档/手机拍照/批量转文字。Use when: OCR this image, extract text from imag...
🔍 廖工AI设计实战出品 | LiaoGong-OCR — easyocr+tesseract双引擎OCR,15条预处理链含实测基准,手机拍屏数字识别87%准确率。支持中文海报/截图/英文文档/手机拍照/批量转文字。Use when: OCR this image, extract text from imag...
jnbno1163
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 363
下载
💾 0
安装
1
版本
#latest

概述

LiaoGong-OCR · 廖工双引擎OCR

廖工AI设计实战出品 — easyocr + tesseract 双引擎OCR系统,15条可组合预处理链含实测基准数据。

三种用法

用法命令/代码场景
-----------------------
CLI工具liaogong-ocr image.jpg命令行一键提取文字
Python库from liaogong_ocr import OCREngine集成到你的Python项目
AI Agentnpx clawhub@latest install liaogong-ocrAI智能体自动触发OCR

快速开始

# 安装系统依赖 tesseract(Windows用 winget install tesseract-ocr)
pip install -r requirements.txt
liaogong-ocr your_image.jpg

引擎模式

模式命令最适合
--------------------
自动liaogong-ocr img.jpg通用场景,自动选择引擎
easyocrliaogong-ocr -e easyocr img.png中文海报、截图、复杂排版
tesseractliaogong-ocr -e tesseract doc.png英文文档、白底黑字
手机拍照liaogong-ocr -p phone photo.jpg手机拍屏幕(87%数字准确率)

预处理链(手机拍屏幕数字提取实测)

预处理链数字准确率速度
---------------------------
optimal_phone87%
grayscale_binary72%
contrast_enhance65%
sharpen55%
clahe31%
adaptive_binary18%

系统要求

  • Python 3.8+
  • Tesseract(系统安装)
  • 首次运行 easyocr 需下载 ~100MB 模型

廖工AI设计实战出品 · github.com/jnbno1163

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-21 14:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,221 📥 267,204
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,069 📥 803,659
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,482