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

https://github.com/designerspr/tesseru

Imporved OCR Based on tesseract
https://github.com/designerspr/tesseru

Last synced: about 1 year ago
JSON representation

Imporved OCR Based on tesseract

Awesome Lists containing this project

README

          

# About TesserU

An imporved OCR system for special questions.
Using python, pytesseract, tessseract 4.0.0.
Add some preprocessing steps.

## environment setting

make sure that the tesseract has been installled.

```
pip install pytesseract
```