Skip to content

OcrNer CLI v0.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Feb 13:23
· 14 commits to main since this release
f304c81

OcrNer CLI v0.0.1

Local-first OCR, Named Entity Recognition, and Vision captioning — no cloud APIs required.

Full Documentation

Key Features

  • Tesseract OCR - Extract text from images with preprocessing (grayscale, contrast, sharpen)
  • BERT NER (ONNX) - Named entity recognition running locally via ONNX Runtime
  • Florence-2 Vision - Image captioning and vision-based OCR
  • ImageSharp Preprocessing - Automatic image enhancement for better OCR accuracy
  • Auto-downloads models - Zero manual setup, models download on first use

Downloads

Platform Architecture Download
Windows x64 ocrner-win-x64.zip
Windows ARM64 ocrner-win-arm64.zip
Linux x64 ocrner-linux-x64.tar.gz
Linux ARM64 ocrner-linux-arm64.tar.gz
macOS x64 (Intel) ocrner-osx-x64.tar.gz
macOS ARM64 (Apple Silicon) ocrner-osx-arm64.tar.gz

Quick Start

# Extract and run
./ocrner --help

# OCR an image
./ocrner ocr -f image.png

# Named entity recognition
./ocrner ner -f document.png

What's Changed

Full Changelog: lucidrag-cli-v1.0.0-preview12...ocrner-v0.0.1