From 9a379f150b77fa5af7d42185ba4d1d967c0b48ee Mon Sep 17 00:00:00 2001 From: Michael Totschnig Date: Tue, 22 Dec 2020 17:24:33 +0000 Subject: [PATCH] OCR helper app based on Tesseract (used by MyExpenses) --- metadata/org.totschnig.ocr.tesseract.yml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 metadata/org.totschnig.ocr.tesseract.yml diff --git a/metadata/org.totschnig.ocr.tesseract.yml b/metadata/org.totschnig.ocr.tesseract.yml new file mode 100644 index 0000000000..44641edaf1 --- /dev/null +++ b/metadata/org.totschnig.ocr.tesseract.yml @@ -0,0 +1,26 @@ +Categories: + - Graphics +License: Apache-2.0 +AuthorName: Michael Totschnig +AuthorEmail: michael@totschnig.org +AuthorWebSite: https://michael.totschnig.org/ +SourceCode: https://github.com/mtotschnig/OCR +IssueTracker: https://github.com/mtotschnig/OCR/issues + +AutoName: OCR + +RepoType: git +Repo: https://github.com/mtotschnig/OCR.git + +Builds: + - versionName: '2.0' + versionCode: 2 + commit: r2 + subdir: app + gradle: + - tesseract + +AutoUpdateMode: Version r%c +UpdateCheckMode: Tags +CurrentVersion: '2.0' +CurrentVersionCode: 2