Schmitz, Marco <marco.schmitz <at> adesso-mobile.de> writes: > I am using Windows 8.1 and Cygwin64 in order to run Tesseract 3.04. > Running the following command: > tesseract arbeitsunfaehigkeit.hausarzt.exp0.jpg arbeitsunfaehigkeit batch.nochop makebox
looking at usage and your --list-langs output, try: $ tesseract arbeitsunfaehigkeit.hausarzt.exp0.jpg batch.nochop -l arbeitsunfaehigkeit makebox assuming your output is batch.nochop, have lang data in arbeitsunfaehigkeit, and your config file is makebox; if your output is makebox and config is batch.nochop, try: $ tesseract arbeitsunfaehigkeit.hausarzt.exp0.jpg makebox -l arbeitsunfaehigkeit batch.nochop -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple