Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 571 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 571 Bytes

Streamlit OCR comparator

A Streamlit app for OCR tasks, hosted on HuggingFace

OCR, or Optical Character Recognition, is a computer vision task, which includes the detection of text areas, and the recognition of characters.

This app allows you to compare, from a given image, the results of different solutions: EasyOcr, PaddleOCR, MMOCR, Tesseract.

App is hosted on HuggingFace : OCR Comparator

For local install on Windows, follow local_install.txt file.