Estrarre testo da immagini con Python e PyOCR
PyOCR è un wrapper OCR per Python.
Il che vuol dire che nel sistema è necessario avere un OCR installato.
Quelli compatibili sono (da documentazione):
- Libtesseract (Python bindings for the C API)
- Tesseract (wrapper: fork + exec)
- Cuneiform (wrapper: fork + exec)