This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Calamari OCR Wrapper for in-code usage. | |
It assumes that images are already loaded into memory as np.array. | |
Extended with predictions postprocessing API. | |
For now character whitelisting is implemented. | |
Calamari OCR: https://github.com/Calamari-OCR/calamari/ | |
License: Apache 2.0 | |
''' |