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
- Host: GitHub
- URL: https://github.com/mixpeek/top-ocr-libraries
- Owner: mixpeek
- Created: 2022-07-28T01:34:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T11:58:53.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T18:13:28.063Z (4 months ago)
- Topics: ocr-python, opencv, tesseract-ocr, tika
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |