Skip to content

textrieve v1.0.0

Choose a tag to compare

@dsk-dev-ai dsk-dev-ai released this 24 Sep 20:18
· 24 commits to main since this release

Free, fully-open image-to-text (OCR).

  • Web UI: drag-and-drop, preview, copy/download, engine status
  • REST API: POST /api/ocr (multipart) -> text, confidence, duration
  • CLI: single file, many files, or a folder; plain or --json
  • Engine: RapidOCR (ONNX) on CPU — offline, no API keys
  • 7 tests incl. real OCR round-trip; CI gate (Python 3.11/3.12)
  • Apache-2.0