...edu.sfsu.cs.orange.ocr : None
This commit is contained in:
parent
a9e3bd583f
commit
b1f5a774b2
|
@ -4,7 +4,6 @@ Web Site:
|
||||||
Source Code:https://github.com/rmtheis/android-ocr
|
Source Code:https://github.com/rmtheis/android-ocr
|
||||||
Issue Tracker:https://github.com/rmtheis/android-ocr/issues
|
Issue Tracker:https://github.com/rmtheis/android-ocr/issues
|
||||||
|
|
||||||
Auto Name:OCR Test
|
|
||||||
Summary:Convert camera images to text
|
Summary:Convert camera images to text
|
||||||
Description:
|
Description:
|
||||||
N.B. The direct translation function won't work as it requires API keys which are
|
N.B. The direct translation function won't work as it requires API keys which are
|
||||||
|
@ -27,10 +26,13 @@ viewfinder. The continuous preview mode works best on a fast device.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/rmtheis/android-ocr.git
|
Repo:https://github.com/rmtheis/android-ocr.git
|
||||||
|
|
||||||
Build Version:0.5.12,31,5ca566e5,\
|
Build:0.5.12,31
|
||||||
subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\
|
commit=5ca566e5
|
||||||
sed -i 's@\(rence.1=\).*@\1../tess-two@' project.properties && \
|
subdir=android
|
||||||
cp -r $$TessTwo$$ ../,build=$$NDK$$/ndk-build -C ../tess-two
|
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
|
Build:0.5.13,32
|
||||||
disable=needs testing
|
disable=needs testing
|
||||||
|
|
Loading…
Reference in a new issue