AI Agent Skill Repository

AI Agent Skills Directory

Browse reusable skills for Codex, Claude Code, Cursor, finance, research, web scraping, PPT, football analytics, data, marketing, design, and more.

Live registry search

Results for “crnn-ocr

Exact name and slug matches are checked against the live registry before ranked alternatives.

Clear search

Decision filters

Choose by scenario, quality, and trust signals.

Showing 1-16 of 113 ranked candidates matching "crnn-ocr"

Best blend of relevance, quality, freshness, and verified outcomes

1

EasyOCR

VERIFIEDEXCELLENT · 94TRUST · 87SAFE · REVIEWEDRESEARCH

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

$ npx skills add JaidedAI/EasyOCR
29.6K stars64 quality87 trustReviewed9mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by JaidedAIDetailsQuick view
2

CHINESE OCR

VERIFIEDPROMISING · 64TRUST · 75SAFE · EXPERIMENTALRESEARCH

[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别

$ npx skills add xiaofengShi/CHINESE-OCR
3.0K stars51 quality75 trustExperimental7y since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by xiaofengShiDetailsQuick view
3

Keras Ocr

VERIFIEDSTRONG · 79TRUST · 84SAFE · REVIEWEDRESEARCH

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.

$ npx skills add faustomorales/keras-ocr
1.5K stars53 quality84 trustReviewed with permission notes11mo since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by faustomoralesDetailsQuick view
4

Chineseocr Lite

VERIFIEDEXCELLENT · 98TRUST · 89SAFE · REVIEWEDRESEARCH

超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M

$ npx skills add DayBreak-u/chineseocr_lite
12.3K stars65 quality89 trustReviewed3mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

c++ocr
by DayBreak-uDetailsQuick view
5

PaddleOCR

VERIFIEDEXCELLENT · 100TRUST · 89SAFE · REVIEWEDRESEARCH

Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ lan…

$ npx skills add PaddlePaddle/PaddleOCR
83.1K stars75 quality89 trustReviewed2mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by PaddlePaddleDetailsQuick view
6

Umi OCR

VERIFIEDEXCELLENT · 95TRUST · 86SAFE · REVIEWEDRESEARCH

OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。

$ npx skills add hiroi-sora/Umi-OCR
45.4K stars65 quality86 trustReviewed9mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by hiroi-soraDetailsQuick view
7

Crnn

VERIFIEDPROMISING · 68TRUST · 79SAFE · EXPERIMENTALRESEARCH

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.

$ npx skills add bgshih/crnn
2.1K stars50 quality79 trustExperimental7y since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

luaocr
by bgshihDetailsQuick view
8

CRNN Chinese Characters Rec

VERIFIEDPROMISING · 62TRUST · 75SAFE · EXPERIMENTALRESEARCH

(CRNN) Chinese Characters Recognition.

$ npx skills add Sierkinhane/CRNN_Chinese_Characters_Rec
1.9K stars50 quality75 trustExperimental4y since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by SierkinhaneDetailsQuick view
9

LaTeX OCR

VERIFIEDSTRONG · 78TRUST · 82SAFE · REVIEWEDRESEARCH

pix2tex: Using a ViT to convert images of equations into LaTeX code.

$ npx skills add lukas-blecher/LaTeX-OCR
16.5K stars58 quality82 trustReviewed with permission notes2y since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by lukas-blecherDetailsQuick view
10

GLM OCR

VERIFIEDEXCELLENT · 94TRUST · 85SAFE · REVIEWEDRESEARCH

GLM-OCR: Accurate × Fast × Comprehensive

$ npx skills add zai-org/GLM-OCR
7.0K stars62 quality85 trustReviewed4mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by zai-orgDetailsQuick view
11

Llm Aided Ocr

VERIFIEDEXCELLENT · 85TRUST · 81SAFE · REVIEWEDRESEARCH

Enhances Tesseract OCR output using LLMs (local or API) for error correction, smart chunking, and markdown formatting of scanned PDFs

$ npx skills add Dicklesworthstone/llm_aided_ocr
2.9K stars59 quality81 trustReviewed with permission notes5mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by DicklesworthstoneDetailsQuick view
12

OnnxOCR

VERIFIEDEXCELLENT · 92TRUST · 86SAFE · REVIEWEDRESEARCH

基于PaddleOCR重构,并且脱离PaddlePaddle深度学习训练框架的轻量级OCR,推理速度超快 —— A lightweight OCR system based on PaddleOCR, decoupled from the PaddlePaddle deep learning training framework, wi…

$ npx skills add jingsongliujing/OnnxOCR
1.8K stars62 quality86 trustReviewed2mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by jingsongliujingDetailsQuick view
13

IOS OCR Server

VERIFIEDEXCELLENT · 92TRUST · 84SAFE · REVIEWEDRESEARCH

An iOS OCR Server Using Apple’s Vision Framework

$ npx skills add riddleling/iOS-OCR-Server
1.8K stars61 quality84 trustReviewed3mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

swiftocr
by riddlelingDetailsQuick view
14

SwiftOCR

VERIFIEDSTRONG · 71TRUST · 78SAFE · EXPERIMENTALRESEARCH

Fast and simple OCR library written in Swift

$ npx skills add NMAC427/SwiftOCR
4.6K stars52 quality78 trustExperimental6y since pushNeeds review

Scenario Document processing

CLI + Codex · 4 targets

swiftocr
by NMAC427DetailsQuick view
15

Tesserocr

VERIFIEDEXCELLENT · 89TRUST · 83SAFE · REVIEWEDRESEARCH

A Python wrapper for the tesseract-ocr API

$ npx skills add sirfz/tesserocr
2.2K stars58 quality83 trustReviewed5mo since pushSafe to try

Scenario Document processing

CLI + Codex · 4 targets

pythonocr
by sirfzDetailsQuick view
16

Deepseek Ocr.Rs

VERIFIEDEXCELLENT · 85TRUST · 81SAFE · EXPERIMENTALRESEARCH

Rust multi‑backend OCR/VLM engine (DeepSeek‑OCR-1/2, PaddleOCR‑VL, DotsOCR) with DSQ quantization and an OpenAI‑compatible server & CLI – run locally without Python.

$ npx skills add TimmyOVO/deepseek-ocr.rs
2.2K stars58 quality81 trustExperimentalOpenAI Agents6mo since pushNeeds review

Scenario Document processing

OpenAI Agents + CLI · 4 targets

rustocr
by TimmyOVODetailsQuick view

Page 1

Showing the strongest 16 results to keep the registry fast for humans and agents. Refine by use case, platform, stars, or search query for a narrower shortlist.

Try the agent resolve API