TessUI: Update to 0.3.7 (13); disable (jar files)
This commit is contained in:
parent
2f1a646765
commit
2a95a2c615
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Multimedia,Office
|
Categories:Multimedia,Office
|
||||||
License:AGPLv3
|
License:AGPLv3
|
||||||
Web Site:https://gitorious.org/character-recognition
|
Web Site:https://gitorious.org/character-recognition
|
||||||
|
@ -10,6 +11,8 @@ Description:
|
||||||
OCR software based on [https://code.google.com/p/tesseract-ocr/ Tesseract] library to perform character recognition
|
OCR software based on [https://code.google.com/p/tesseract-ocr/ Tesseract] library to perform character recognition
|
||||||
on images selected from the gallery or captured from the camera. Recognition
|
on images selected from the gallery or captured from the camera. Recognition
|
||||||
results can be edited or copied for export.
|
results can be edited or copied for export.
|
||||||
|
|
||||||
|
This app uses binary files verified to match their upstream version.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -23,6 +26,23 @@ Build:0.3.6,12
|
||||||
scandelete=tesseract-android-tools
|
scandelete=tesseract-android-tools
|
||||||
buildjni=../tesseract-android-tools
|
buildjni=../tesseract-android-tools
|
||||||
|
|
||||||
|
Build:0.3.7,13
|
||||||
|
disable=verify jar file
|
||||||
|
commit=3a15d11420e3e5e982866690c054993c7204d06a
|
||||||
|
subdir=TessUI
|
||||||
|
submodules=yes
|
||||||
|
rm=tesseract-android-tools-test,ImageViewer
|
||||||
|
scandelete=tesseract-android-tools
|
||||||
|
buildjni=../tesseract-android-tools
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
|
||||||
|
JAR file for microsoft-translator (starting with 0.3.7,13):
|
||||||
|
http://search.maven.org/#search|ga|1|microsoft%20translator
|
||||||
|
https://github.com/boatmeme/microsoft-translator-java-api
|
||||||
|
https://microsoft-translator-java-api.googlecode.com/
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:0.3.7
|
Current Version:0.3.7
|
||||||
|
|
15
srclibs/BingTranslator.txt
Normal file
15
srclibs/BingTranslator.txt
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Source details (the only mandatory fields)
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/boatmeme/microsoft-translator-java-api.git
|
||||||
|
|
||||||
|
# Comma-separated list of subdirs to use. The first existing subdirectory
|
||||||
|
# found between those given will be used. If none is found or provided, the
|
||||||
|
# root of the repo directory will be used instead.
|
||||||
|
Subdir:
|
||||||
|
|
||||||
|
# Any extra commands to prepare the source library
|
||||||
|
Prepare:
|
||||||
|
|
||||||
|
# If given "Yes", "android update project -p ." will be executed
|
||||||
|
Update Project:
|
||||||
|
|
Loading…
Reference in a new issue