An open API service indexing awesome lists of open source software.

https://github.com/mixpeek/top-ocr-libraries

Most popular open source OCR libraries listed by accuracy and speed
https://github.com/mixpeek/top-ocr-libraries

ocr-python opencv tesseract-ocr tika

Last synced: 3 months ago
JSON representation

Most popular open source OCR libraries listed by accuracy and speed

Awesome Lists containing this project

README

          

# Top OCR Libraries

The most popular open source OCR (Optical Character Recognition) libraries, including speed and accuracy results against a standardized file.

## Testing Methodology
lorem ipsum

## Standardization
Each library links to its' corresponding python library to make it simple for you to integrate.

| Library | Accuracy | Speed (ms)
| :---: | :---: | :---: |
| [Tika](https://github.com/chrismattmann/tika-python) | 100% | 1 |
| [Tesseract](https://github.com/madmaze/pytesseract) | 100% | 1 |
| [OpenCV](https://github.com/opencv/opencv-python) | 100% | 1 |
| [EasyOCR](https://github.com/JaidedAI/EasyOCR) | 100% | 1 |
| [Haystack](https://haystack.deepset.ai/tutorials/preprocessing) | 100% | 1 |