From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s4G7VfSb031578 for ; Fri, 16 May 2014 03:31:41 -0400 Received: from mx1.redhat.com (ext-mx11.extmail.prod.ext.phx2.redhat.com [10.5.110.16]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4G7Vfcv018809 for ; Fri, 16 May 2014 03:31:41 -0400 Received: from ewr.djernes.net (ewr.djernes.net [97.107.141.189]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4G7VcRO012770 for ; Fri, 16 May 2014 03:31:39 -0400 Received: from voldemort.home (bzq-109-67-66-172.red.bezeqint.net [109.67.66.172]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ewr.djernes.net (Postfix) with ESMTPSA id 454094C02E for ; Fri, 16 May 2014 07:31:37 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 ewr.djernes.net 454094C02E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quitelikely.com; s=2010; t=1400225497; bh=qIz5XtJIAvD6D++YW7p8sxaDbOlRaMjmODzDRiQTCJs=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=fEhXLqdaesHE/SXQz44OkcWidb2TKiZ3zWFI5iQOzcMvsQLtSnHZ+5hDnBQ9DCwZD iurMwan5ZhV+qwzA9Bdp1wrqu3wuNF0ieXPVvbZK+7VSqqf3/k+TCKmAM0RY5WUKKv 3cesalOFE+t8ZOZbsyHruW7O7F5EKTq2Pk0u9Vvc= Date: Fri, 16 May 2014 10:31:35 +0300 (IDT) From: Geoff Shang X-X-Sender: geoff@voldemort.home To: Linux for blind general discussion Subject: Re: is there a convert tool for this? In-Reply-To: <9ac581$pdag8m@ipmail04.adl6.internode.on.net> Message-ID: References: <9ac581$pdag8m@ipmail04.adl6.internode.on.net> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RedHat-Spam-Score: -0.6 (BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_PASS, URIBL_BLOCKED) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.16 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 07:31:41 -0000 On Fri, 16 May 2014, Peter Billam wrote: > ps2txt is part of the (debian) package ghostscript ps2txt is actually a symlink to ps2ascii. I say this because there is also pstotext which is in its own package, and which may give different results again. I generally use pdftotext but I have been known to try them all if I get marginal results in converting a document. pdftotext also has some nice features like -raw and -layout which can change the formatting of the output, useful if there's tables that you need to read across rather than by column. Geoff.