activate edu.sfsu.cs.orange.ocr
This commit is contained in:
parent
dea5581e46
commit
834d69a340
|
@ -1,26 +1,28 @@
|
||||||
Category:Office
|
Category:Office
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:https://github.com/rmtheis/android-ocr
|
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
|
||||||
|
|
||||||
Summary:Convert images to text
|
Summary:Convert images to text
|
||||||
Description:
|
Description:
|
||||||
The direct translation function won't work as it requires API keys which are not in the source.
|
The direct translation function won't work as it requires API keys which are
|
||||||
It is possible to long-press the result to copy it, so that it can be pasted into a browser
|
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.
|
or a dictionary.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/rmtheis/android-ocr.git
|
Repo:https://github.com/rmtheis/android-ocr.git
|
||||||
|
|
||||||
#ndk-build worked first, not second time. build takes long time so I only built armeabi-v7a
|
Build Version:0.5.12,31,5ca566e5,\
|
||||||
Build Version:0.5.12,31,!disable at 5ca566e5,subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\
|
subdir=android,srclibs=TessTwo@cbfa61eff0,prebuild=\
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1tess-two@' project.properties && \
|
sed -i 's@\(rence.1=\).*@\1../tess-two@' project.properties && \
|
||||||
cp -r $$TessTwo$$ . && $$NDK$$/ndk-build -C tess-two && \
|
cp -r $$TessTwo$$ ../,build=$$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
|
Auto Update Mode:None
|
||||||
|
# not every version is published and there is no secondary check
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:0.5.12
|
Current Version:0.5.12
|
||||||
Current Version Code:31
|
Current Version Code:31
|
||||||
|
|
Loading…
Reference in a new issue