X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=xEQpFZ3V/jpjN09Nr55axr3FwLe9L0qIXKm7KTl1QHdsAd9PDY8L2 JqGk3t+duMNDD/WBxypd2BCWxzxtJM5ssKeXCL7/z4QrFg29cippaF0Bi5Bf2Gn3 TZs387h1X9udTFG5G8NWiE+cA27uK+o1d9DCBGqHclednRK72Cc4nk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=n2ANWmyN+bah1KF4l5nxpmU+KwU=; b=SCPUXqPrB88IdWTioHTAVnIiOjHb YX/1OF2S86BoyXm0BdwnKJV+ZNSDHKuhdPZrRgmTu3JeOXPa8NC0w0o85LyX2yDx t24NgAJhVQ3h8K7Qzo7u/D3KsCn9KhAFnogrGrMJQX2Kr1rtZmwSjmWLnzbjHAck /wv/BwI95as9d70= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Brian Inglis Subject: Re: Tesseract 3.04 - Cygwin64 - Windows 8.1 - Can't open makebox Date: Tue, 22 Sep 2015 16:43:30 +0000 (UTC) Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Schmitz, Marco 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