Android Question IN SEARCH OF OCR that actually works (Please)

MitchBu

Well-Known Member
Licensed User
Longtime User
I am starting to get desperate. I need OCR to scan books.

I tried the project at https://www.b4x.com/android/forum/threads/textrecognitionandroid-ocr.121018/#content but unfortunately, results are not consistent. Sometimes it works, other times nothing happens.

I downloaded this https://www.b4x.com/android/forum/threads/textrecognitionandroid-ocr.121018/ but the project requires ocrrest and I could not find it anywhere.

I then proceeded to download https://www.b4x.com/android/forum/threads/ocr-ocr-reader-complete.70659/.

Plenty of archives to download, but in the end, I get the error:

Maven artifact not found: androidx.annotation/annotation-experimental

I reinstalled the SDK following the instructions at https://www.b4x.com/b4a.html but still no joy. Seems what I downloaded following instructions no longer contain the required files.

Is there any OCR project that works out of the box ?

TIA
 
Last edited:

amidgeha

Active Member
Licensed User
Longtime User
I am starting to get desperate. I need OCR to scan books.

I tried the project at https://www.b4x.com/android/forum/threads/textrecognitionandroid-ocr.121018/#content but unfortunately, results are not consistent. Sometimes it works, other times nothing happens.

I downloaded this https://www.b4x.com/android/forum/threads/textrecognitionandroid-ocr.121018/ but the project requires ocrrest and I could not find it anywhere.

I then proceeded to download https://www.b4x.com/android/forum/threads/ocr-ocr-reader-complete.70659/.

Plenty of archives to download, but in the end, I get the error:

Maven artifact not found: androidx.annotation/annotation-experimental

I reinstalled the SDK following the instructions at https://www.b4x.com/b4a.html but still no joy.

Is there any OCR project that works out of the box ?
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Upvote 0

bskotu555

Active Member
I also encountered your confusion today. Currently, I am trying one by one on the forum, but the results are not good. Have you finally solved the problem? My requirement is to take photos and OCR recognize the text on the image, and fill it into the text box.@MitchBu
 
Upvote 0

Magma

Expert
Licensed User
Longtime User
Well...

before some months searching b4x forum for the same.... and create the following...


Is not that I ve created something extremely different... but it was something i needed and worked for me...

I want to share my experience... first @Johan Schoeman solution works very good...
ofcourse GMS Solution is extremely fast...

BUT... you need to have the latest Android resources, also click at SDK every library about GMS, recognition, google play services..
also before download and unzip the latest Android resources..Android SDK...command line tools... delete the old Folder !

Target at android-35 sdk at project properties/build config... also have the right manifest ! pray... and will work Perfect!

For me works from Android 7 to Android 15... and for Google Play Certified Devices <- (have this also in mind)

* At the other hand not having yet greek language... ocr... hope some time have...
 
Last edited:
Upvote 0
Top