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

HTTPError: HTTP Error 404: Not Found #165

Open Hemantr05 opened 3 years ago

Hemantr05 commented 3 years ago

When I run the example code, it throws an HTTP Error 404: Not Found, when I load the pipeline using: pipeline=keras_ocr.pipeline.Pipeline() What might be the reason?

awesomedeba10 commented 3 years ago

same....the pretrained model has been moved caused throwing 404 Not found error...guess we've to train the model manually

magicaltoast commented 3 years ago

@Hemantr05 @awesomedeba10 Example throws an error because this image no longer exists, but it is specified in the example. If you remove the second link, it should work ;) https://upload.wikimedia.org/wikipedia/commons/e/e8/FseeG2QeLXo.jpg

atharvayeola commented 2 years ago

@magicaltoast, please elaborate on your solution because I am getting a similar error. image

Armanasq commented 3 months ago

I have the same issue, is there any solution for this?