pyaota.ocr.digit_ocr module¶
MNIST-style digit OCR using a CNN.
- pyaota.ocr.digit_ocr.load_digit_model(model_path=None)[source]¶
Load (or reuse) the MNIST-style digit classifier. If no model path is provided, use the default model from the package.
- Return type:
Model