Reputation: 54
i have an image i am using aspire and Aspose api for image extraction but output getting blank nothing is getting from image .after that i can use test4j but output is not getting any thing how can i extract text from image in my image is shown bellow.that image is hand drawn from the android mobile phone!
my image:
please suggest me how can i extract text or which OCR properties i can use thanks in advance
Upvotes: 3
Views: 2197
Reputation: 91
I am Social Media Developer at Aspose. I have reported your issue to Aspose.OCR developers through Aspose Support forums on your behalf. You can track the progress of the issue on below thread:
Upvotes: 1
Reputation: 2873
What you are looking for is some kind of text recognition.
Coding this by yourself will need much time and most likely more experience than you have.
This leaves us with getting some library for the job.
A quick Google search for java text recognition
turned up some paid-for libs and also ocr4j
(Link).
You might want to search further.
edit
There are also THIS and THIS SO questions that handle android ocr.
Upvotes: 0