faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.39k stars 360 forks source link

import keras_ocr #172

Open WiKC73 opened 3 years ago

WiKC73 commented 3 years ago

AttributeError: partially initialized module 'keras_ocr' has no attribute 'pipeline' (most likely due to a circular import)

Saransh-cpp commented 3 years ago

HI @WiKC73, this is probably due to the naming of the files. Make sure that your python file is not named "keras_ocr".