How to use RapidOCR in offline mode? #561
-
|
How to use RapidOCR in offline mode? Specifically I am trying to create a Dockerfile which will download all the models locally during build time |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
When you build the image, you can execute the |
Beta Was this translation helpful? Give feedback.
-
|
@SWHL Thanks for your quick response. Appreciate it. |
Beta Was this translation helpful? Give feedback.
When you build the image, you can execute the
rapidocr checkcommand, and the relevant model will be automatically downloaded to the installation directory. You can put the entire installation directory into a docker image, and then it can be used offline.