aspose file tools
The moose likes Android and the fly likes How to convert image to text Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "How to convert image to text" Watch "How to convert image to text" New topic
Author

How to convert image to text

chetan dhumane
Ranch Hand

Joined: Jan 07, 2009
Posts: 608

How to convert image to text in android.


http://www.androcid.com/
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
What do you mean by that - OCR? If so, read http://www.coderanch.com/t/506270/Streams/java/read-text-image-file. If you meant something else, then you need to be more precise about what that is.
chetan dhumane
Ranch Hand

Joined: Jan 07, 2009
Posts: 608

Lester Burnham wrote:What do you mean by that - OCR? If so, read http://www.coderanch.com/t/506270/Streams/java/read-text-image-file. If you meant something else, then you need to be more precise about what that is.


ImageIO is not supported in android.
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
What does ImageIO have to do with wanting to do OCR? (If that is what you intend to do - you still haven't told us.) Make sure you read the full topic I linked to.
Pramod P Deore
Ranch Hand

Joined: Jul 15, 2008
Posts: 623

How to convert image to text in android.

You can also use Base64 class to convert image to Text.


Life is easy because we write the source code.....
 
 
subject: How to convert image to text
 
Threads others viewed
Binary to string conversion
How to Write Text over an existing image
Image Processing
Some know how to convert a file. Doc to image using java?
textbox to string
IntelliJ Java IDE