mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
OCR helper app based on Tesseract (used by MyExpenses)
This commit is contained in:
parent
f704186230
commit
9a379f150b
1 changed files with 26 additions and 0 deletions
26
metadata/org.totschnig.ocr.tesseract.yml
Normal file
26
metadata/org.totschnig.ocr.tesseract.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue