Ross ROSS = Recommend OSS · open-source software intelligence for agents

robertknight/ocrs

Rust library and CLI tool for OCR (extracting text from images) observed · 2026-08-28

github.com/robertknight/ocrs · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 95
  • Release rhythm 35
  • Longevity 69

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 974
  • days_rel: n/a
  • days_push: 31
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1875 stars · 90 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Ocrs is a Rust library and CLI tool for optical character recognition that extracts text from images such as scanned documents, photos, and screenshots. It uses neural network models (trained in PyTorch, exported to ONNX and run via the RTen engine) and is designed to compile across many platforms including WebAssembly.

Use cases

  • extract text from images with OCR
  • convert scanned documents to text
  • read text from screenshots
  • run OCR in WebAssembly in the browser
  • get text layout positions from images as JSON
  • replace Tesseract with a modern ML-based OCR engine

When to choose

  • you need OCR in a Rust project or as a standalone CLI
  • you want easy cross-platform compilation including WebAssembly
  • you need a permissively licensed OCR engine trained on open datasets
  • you want JSON output with word and line layout information

When to avoid

  • you need high accuracy comparable to commercial OCR engines
  • you need to recognize non-Latin scripts or languages other than English
  • you need a battle-tested, mature OCR solution

Facets

library · maturity active

ocr image-processing machine-learning cli computer-vision machine-learning rust cross-platform wasm cli ocr text-extraction onnx neural-networks rust-library text-processing

2 sources

Member repositories

RepositoryRoleHealth v2
robertknight/ocrsmain69

For agents

markdown · JSON · MCP: product_card(name="robertknight/ocrs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem