baliram bhande
baliram bhande

Reputation: 54

extract text from image

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:

http://puu.sh/9ndSR/9ef7a0cb07.png

please suggest me how can i extract text or which OCR properties i can use thanks in advance

Upvotes: 3

Views: 2197

Answers (2)

Saqib
Saqib

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:

http://www.aspose.com/community/forums/thread/552365/getting-blank-output-for-hand-writing-recognition.aspx

Upvotes: 1

Dawnkeeper
Dawnkeeper

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

Related Questions