3

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

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

2 Answers2

1

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

Saqib
  • 91
  • 6
0

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.

Community
  • 1
  • 1
Dawnkeeper
  • 2,844
  • 1
  • 25
  • 41