another attempt at ocr. ndk-build failed this time strangely
This commit is contained in:
parent
27430a420d
commit
b457e64bd2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue