Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikhailms/ocr_system

Python version of OCR System
https://github.com/mikhailms/ocr_system

machine-learning ocr python

Last synced: 2 days ago
JSON representation

Python version of OCR System

Awesome Lists containing this project

README

        

# OCR System
## Python version of OCR System.
### System gives 99.7% of accuracy on clean data.
### Also there are 4 stages of noisy data - from little noise up to text, where no letters could be identified.
### System does well on all levels:
- [x] level 1 - ~99.5%
- [x] level 2 - ~96.3%
- [x] level 3 - 87.6%
- [x] level 4 - ~65%

### As extra, word correction feature is implemented - it gives following results:
- [x] 100% for clean data and noisy levels 1,2
- [x] level 3 - ~95%
- [x] level 4 - ~70%.