61 lines
1.9 KiB
Plaintext
61 lines
1.9 KiB
Plaintext
Categories:Office
|
|
License:Apache2
|
|
Web Site:
|
|
Source Code:https://github.com/rmtheis/android-ocr
|
|
Issue Tracker:https://github.com/rmtheis/android-ocr/issues
|
|
|
|
Auto Name:OCR Test
|
|
Summary:Convert camera images to text
|
|
Description:
|
|
N.B. The direct translation function won't work as it requires API keys which are
|
|
not in the source.
|
|
It is possible to long-press the result to copy it, so that it can be pasted
|
|
into a browser or a dictionary.
|
|
|
|
Experimental app for optical character recognition (OCR).
|
|
Runs the Tesseract OCR engine on your device to find text in images
|
|
captured by the device camera, without uploading your images to a server.
|
|
It is suitable for recognizing individual words or short phrases of text.
|
|
|
|
The default single-shot capture runs OCR on a snapshot image that's captured
|
|
when you click the shutter button, like a regular photo.
|
|
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
|
|
viewfinder. The continuous preview mode works best on a fast device.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/rmtheis/android-ocr.git
|
|
|
|
Build:0.5.12,31
|
|
commit=5ca566e5
|
|
subdir=android
|
|
srclibs=TessTwo@cbfa61eff0
|
|
prebuild=sed -i 's@\(rence.1=\).*@\1../tess-two@' project.properties && \
|
|
cp -r $$TessTwo$$ ../
|
|
build=$$NDK$$/ndk-build -C ../tess-two
|
|
|
|
Build:0.5.13,32
|
|
disable=doesnt build
|
|
commit=10c6621452be6f215
|
|
subdir=android
|
|
srclibs=1:TessTwo@8f63ae2058159
|
|
build=$$NDK$$/ndk-build -C $$TessTwo$$
|
|
|
|
Build:0.5.14,33
|
|
commit=927c2e9b2adcf8515515fd4a54ebd23123ea664b
|
|
subdir=android
|
|
srclibs=1:TessTwo@9ff9e499eaf7bc799a4781ee530e0e5508898e90
|
|
build=$$NDK$$/ndk-build -C $$TessTwo$$
|
|
|
|
|
|
Maintainer Notes:
|
|
RepoManifest always a version ahead, since upstream bumps versions just after each release.
|
|
.
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:RepoManifest
|
|
Current Version:0.5.14
|
|
Current Version Code:33
|
|
|