tess-two

Junk results when using Tesseract OCR and tess-two

依然范特西╮ 提交于 2019-11-28 14:38:10
I have developed OCR Application using Tesseract OCR Library and referred from the following Links. android-ocr tesseract But I am getting junk data as results sometimes. Can anyone help me what to do further to get accurate results. hcham1 You should provide your test images if you want to get specific help for your case as well as any code you are using but a general rule of thumb for getting accurate results are : Use a high resolution image (if needed) 300 DPI is minimum Make sure there is no shadows or bends in the image If there is any skew, you will need to fix the image in code prior

how to reduce android app size?

会有一股神秘感。 提交于 2019-11-28 05:46:28
问题 First of all , I am using android studio for development of android app. I have build an android app for OCR using tesseract library. The app is currently working great and giving desire output but my problem is with its size. The size of the build app is 30 MB which is high compared to other OCR app available. I have tried "minifyenabled = true" but it reduce just 300 kb of size. So my question is how to reduce size of my app? 回答1: You can use APK splits to build smaller versions of your app

Junk results when using Tesseract OCR and tess-two

人盡茶涼 提交于 2019-11-27 08:39:20
问题 I have developed OCR Application using Tesseract OCR Library and referred from the following Links. android-ocr tesseract But I am getting junk data as results sometimes. Can anyone help me what to do further to get accurate results. 回答1: You should provide your test images if you want to get specific help for your case as well as any code you are using but a general rule of thumb for getting accurate results are : Use a high resolution image (if needed) 300 DPI is minimum Make sure there is