tess-two Questions

4

Solved

Almost everything in my activity is working fine, except for wherever TAG is referenced. TAG gets a red line and says: 'TAG' has private access in 'android.support.v4.app.FragmentActivity'. MainAc...
Evangelineevangelism asked 17/6, 2016 at 16:29

7

I am working on an Android app that requires OCR. I have decided to use Tesseract as API but I keep on getting this error: E/Tesseract(native): Could not initialize Tesseract API with language=e...
Swanee asked 10/7, 2016 at 11:28

2

Solved

I'm using the popular OCR tessercat fork for android tess-two https://github.com/rmtheis/tess-two. I integrated all the staff and it works etc... But I need to detect only digits, my code for now ...
Dissyllable asked 8/8, 2015 at 6:8

1

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 wha...
Alodi asked 31/8, 2016 at 7:43

1

Solved

I am trying to extract text from any captured image in Android. So I have created an Intent to access the camera and started it with startActivityForResult. This is my onActivityResult code: prot...
Hatch asked 13/8, 2016 at 15:55

1

Solved

I want to import tess-two library in android studio and after compilation it show error in ndk build. I have already tries solution given on stackoverflow. like , Execution failed for task ':...
Roughage asked 17/3, 2016 at 9:41

2

Solved

My android app has an OCR functionality using tess-two library. I have this issue in reading the String which contains "fi". After baseApi.getUTF8Text(), a method to get the recognized text by the ...
Dam asked 27/8, 2015 at 6:24
1

© 2022 - 2024 — McMap. All rights reserved.