diff --git a/metadata/edu.sfsu.cs.orange.ocr.txt b/metadata/edu.sfsu.cs.orange.ocr.txt index 8ef7cf58ee..0eb8a89976 100644 --- a/metadata/edu.sfsu.cs.orange.ocr.txt +++ b/metadata/edu.sfsu.cs.orange.ocr.txt @@ -6,16 +6,22 @@ Issue Tracker:https://github.com/rmtheis/android-ocr/issues Summary:Convert images to text Description: +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. . Repo Type:git Repo:https://github.com/rmtheis/android-ocr.git -Build Version:0.5.13,32,!no libs in apk abf3d3b11,subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\ -sed -i 's@\(android.library.reference.1=\).*@\1$$TessTwo$$@' project.properties && ndk-build -C $$TessTwo$$ +#ndk-build worked first, not second time. build takes long time so I only built armeabi-v7a +Build Version:0.5.12,31,!disable at 5ca566e5,subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\ +sed -i 's@\(android.library.reference.1=\).*@\1tess-two@' project.properties && \ +cp -r $$TessTwo$$ . && $$NDK$$/ndk-build -C tess-two && \ +sed -i 's/armeabi armeabi-v7a x86/armeabi-v7a/g' tess-two/jni/Application.mk Auto Update Mode:None -Update Check Mode:None +Update Check Mode:Market Current Version:0.5.12 Current Version Code:31