How to disable .paddleocr directory creation? #12774
Replies: 3 comments 2 replies
-
When you do not specify the default detection and recognition model address, paddleocr will download the official model by default. You can delete it manually, or it will not be downloaded the second time after downloading. |
Beta Was this translation helpful? Give feedback.
-
To avoid re-downloading these files each time a new container is created, is it possible to pre-download the files and store them in a local directory? This way, when a new container is started, it can copy the files from the local directory instead of downloading them again. |
Beta Was this translation helpful? Give feedback.
-
Anyone has found solution for this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提出你的问题 Please ask your question
In PaddlePaddle/Paddle#48873 they say to disable .paddleocr file creation to get paddleocr to work in the docker container, but I can not find anything in the docs about how to do this. I can also do ENV HOME=/tmp but I do not want to spend time downloading files unnecessarily.
Beta Was this translation helpful? Give feedback.
All reactions