Tess-two_example

时间:2021-03-14 19:59:23
【文件属性】:
文件名称:Tess-two_example
文件大小:24.05MB
文件格式:ZIP
更新时间:2021-03-14 19:59:23
Java Tess-two_example tess-两个用法示例。 这个Android项目使用Tesseract执行OCR。 ## Usefull info #####我需要开始在Android项目中使用Tesseract类的内容:添加到build.gradle : dependencies { compile 'com.rmtheis:tess-two:5.4.1' } 就这样! #####为什么此示例仅适用于以横向模式捕获的图像? 如果以人像模式拍摄的图像不起作用? 此代码不包含对位图的设置正确方向。 尝试添加: try { ExifInterface exif = new ExifInterface(_path); int exifOrientation = exif.getAttributeInt( ExifInterface
【文件预览】:
Tess-two_example-master
----gradlew.bat(2KB)
----Tess-two_example.iml(870B)
----gradlew(5KB)
----gradle.properties(872B)
----app()
--------app-release.apk(17.9MB)
--------proguard-rules.pro(697B)
--------src()
--------.gitignore(8B)
--------build.gradle(810B)
----gradle()
--------wrapper()
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------copyright()
--------modules.xml(369B)
--------encodings.xml(159B)
--------compiler.xml(686B)
----.gitignore(944B)
----README.md(2KB)
----settings.gradle(16B)
----build.gradle(557B)

网友评论