• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Need Scanner sdk which scans OCR,OMR,Handwritten text and i can able to integerate that sdk .

saivenki48

Lurker
Need Scanner sdk which scans OCR,OMR,Handwritten text and i can able to integerate that sdk in my Android Project so that i can scans the data from documents and after scans completed fetch the data and auto populate in my Android App. Can you Please suggest the sdk suits all the requirements.
 
The LEADTOOLS SDK has OCR and OMR features which you can use to recognize text and OMR fields from your images. There is a LEADTOOLS SDK dedicated for use on the Android platform and contains OCR features (https://www.leadtools.com/sdk/android).

(Disclaimer: I am an employee of the vendor of this toolkit).

There's also a demo application on the Google Play store that you can try before downloading the entire library:
https://play.goore/apps/details?id=leadtools.ocrdemo
gle.com/sto

HI

I downloaded the lead Tool app from using above link from Google play , i am able to read the characters but when the form consists of checkboxes(OMR) it is not scanned properly.In Lead Tool Docs also you mentioned it can Read Forms and OCR and OMR.

Is it available for Android , if so can you please send the app link and sdk link,

Can you send your contact details also so it is easy for communication,(email and Mobile no).
 
The online app is a demo that showcases some of the features of the Android OCR features but OMR is not currently implemented in it. You can find the source code for this in the Android toolkit.

If you don’t have LEADTOOLS, you can download an evaluation edition of the toolkit from here:
https://www.leadtools.com/downloads?category=main

You can find the App’s source code included with the toolkit:
LEADTOOLS20\Examples\Android\OcrDemo

In this project, you can change the code to recognize OMR by defining an appropriate OCR zone:
https://www.leadtools.com/help/leadtools/v20/dh/fo/ocrzone-zonetype.html

You can contact LEADTOOLS support for any issue you face through our email:
support@leadtools.com

You can also find our online chat support system available between 8:30 AM-6:00 PM EST:
https://www.leadtools.com/support/chat
 
Back
Top Bottom