]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added EasyOCR
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Thu, 18 May 2023 11:25:00 +0000 (11:25 +0000)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 11:25:00 +0000 (11:25 +0000)
programs/easyocr [new file with mode: 0644]

diff --git a/programs/easyocr b/programs/easyocr
new file mode 100644 (file)
index 0000000..e1cbebb
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "easyocr",
+    "files": [
+        {
+            "path": "$HOME/.EasyOCR",
+            "movable": true,
+            "help": "Export the following environment variable:\n\n```bash\nexport EASYOCR_MODULE_PATH=\"$XDG_CONFIG_HOME/EasyOCR\"\n```\n"
+        }
+    ]
+}