1. 首页
  2. 数据库
  3. 其它
  4. Tess two_example 源码

Tess two_example 源码

上传者: 2021-03-22 10:52:50上传 ZIP文件 24.05MB 热度 14次
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
下载地址
用户评论