Tess two_example 源码

amid9 12 0 ZIP 2021-03-22 10:03:49

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

用户评论
请输入评论内容
评分:
暂无评论