rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.23k stars 893 forks source link

Conversion of screenshot to text is not proper #35

Closed SaranyaSampath closed 9 years ago

SaranyaSampath commented 9 years ago

Trying to convert android screenshot to text by using this library. But conversion is not proper. getting some text as a w , / E " . Can we convert screenshot to text by using this library or it's only applicable to scanned images , documents. Please clarify. Or am i doing any mistake.

rmtheis commented 9 years ago

You're likely not making a mistake, no. You'd generally need to pre-process your input images using external tools in order to get the results you're looking for.

SaranyaSampath commented 8 years ago

what kind of preprocessing we need to do ?