2013-11-02 00:16:14 +00:00
|
|
|
Categories:Office
|
2012-10-14 22:11:10 +00:00
|
|
|
License:Apache2
|
2013-04-09 12:18:48 +00:00
|
|
|
Web Site:
|
2012-10-14 22:11:10 +00:00
|
|
|
Source Code:https://github.com/rmtheis/android-ocr
|
|
|
|
Issue Tracker:https://github.com/rmtheis/android-ocr/issues
|
|
|
|
|
2013-06-15 10:13:09 +00:00
|
|
|
Auto Name:OCR Test
|
2013-04-10 11:02:51 +00:00
|
|
|
Summary:Convert camera images to text
|
2012-10-14 22:11:10 +00:00
|
|
|
Description:
|
2013-04-10 11:02:51 +00:00
|
|
|
N.B. The direct translation function won't work as it requires API keys which are
|
2013-04-09 12:18:48 +00:00
|
|
|
not in the source.
|
2013-04-09 21:38:55 +00:00
|
|
|
It is possible to long-press the result to copy it, so that it can be pasted
|
2013-04-10 11:02:51 +00:00
|
|
|
into a browser or a dictionary.
|
|
|
|
|
|
|
|
Experimental app for optical character recognition (OCR).
|
2013-12-29 23:11:18 +00:00
|
|
|
Runs the Tesseract OCR engine on your device to find text in images
|
2013-04-10 11:02:51 +00:00
|
|
|
captured by the device camera, without uploading your images to a server.
|
2013-05-27 10:08:12 +00:00
|
|
|
It is suitable for recognizing individual words or short phrases of text.
|
2013-04-10 11:02:51 +00:00
|
|
|
|
2013-05-27 10:08:12 +00:00
|
|
|
The default single-shot capture runs OCR on a snapshot image that's captured
|
2013-04-10 11:02:51 +00:00
|
|
|
when you click the shutter button, like a regular photo.
|
2013-05-27 10:08:12 +00:00
|
|
|
When the "continuous preview" checkbox is checked, the app shows a dynamic,
|
|
|
|
real-time display of what the device is recognizing right beside the camera
|
2013-12-29 23:11:18 +00:00
|
|
|
viewfinder. The continuous preview mode works best on a fast device.
|
2012-10-14 22:11:10 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/rmtheis/android-ocr.git
|
|
|
|
|
2013-04-09 12:18:48 +00:00
|
|
|
Build Version:0.5.12,31,5ca566e5,\
|
|
|
|
subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\
|
|
|
|
sed -i 's@\(rence.1=\).*@\1../tess-two@' project.properties && \
|
2013-05-27 10:08:12 +00:00
|
|
|
cp -r $$TessTwo$$ ../,build=$$NDK$$/ndk-build -C ../tess-two
|
2012-10-14 22:11:10 +00:00
|
|
|
|
2013-12-29 23:11:18 +00:00
|
|
|
Build:0.5.13,32
|
|
|
|
disable=needs testing
|
|
|
|
commit=10c6621452be6f215
|
|
|
|
subdir=android
|
|
|
|
srclibs=1:TessTwo@8f63ae2058159
|
|
|
|
build=$$NDK$$/ndk-build -C $$TessTwo$$
|
|
|
|
|
2014-01-01 18:27:36 +00:00
|
|
|
Build:0.5.14,33
|
|
|
|
disable=next release
|
|
|
|
|
2013-12-29 23:11:18 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
RepoManifest always a version ahead, since upstream bumps versions just after each release.
|
|
|
|
.
|
|
|
|
|
2012-10-14 22:11:10 +00:00
|
|
|
Auto Update Mode:None
|
2013-12-29 23:11:18 +00:00
|
|
|
Update Check Mode:RepoManifest
|
|
|
|
Current Version:0.5.14
|
|
|
|
Current Version Code:33
|
2012-10-14 22:11:10 +00:00
|
|
|
|