danwald / pytextractor

python ocr using tesseract/ with EAST opencv detector
MIT License
42 stars 19 forks source link

Executable does not work: ModuleNotFoundError: No module named 'text_detection' #2

Closed guysoft closed 5 years ago

guysoft commented 5 years ago

Steps to reproduce:

  1. Ran sudo pip3 install pytextractor

  2. got this output:

    
    $ /usr/local/bin/text_detector --help
    Traceback (most recent call last):
    File "/usr/local/bin/text_detector", line 6, in <module>
    from text_detection import text_detector
    ModuleNotFoundError: No module named 'text_detection'
danwald commented 5 years ago

This should be fixed as of v0.5. Upgrade the pip package and it should work Thanks for your interest. Cheers