summarylogtreecommitdiffstats
path: root/python-easyocr-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'python-easyocr-git.install')
-rw-r--r--python-easyocr-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/python-easyocr-git.install b/python-easyocr-git.install
new file mode 100644
index 000000000000..9a642b1774ca
--- /dev/null
+++ b/python-easyocr-git.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ""
+ echo "---------------------------- TIPS ----------------------------"
+ echo "Model weight for chosen language will be automatically downloaded"
+ echo "or you can download it manually from the following links and put"
+ echo "it in '~/.EasyOCR/model' folder"
+ echo "See https://github.com/JaidedAI/EasyOCR#Usage"
+ echo ""
+}