Linux.com

How to scan and OCR like a pro with open source tools

Posted by: Anonymous [ip: 64.0.193.178] on June 25, 2008 06:41 PM
You don't actually need sed in the last script (I have an irrational dislike of sed):

tr -s '[:blank:]\n' ' '

#

Return to How to scan and OCR like a pro with open source tools