From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7CCnupU002020 for ; Thu, 12 Aug 2010 08:49:56 -0400 Received: from mx1.redhat.com (ext-mx01.extmail.prod.ext.phx2.redhat.com [10.5.110.5]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7CCnpJG013064 for ; Thu, 12 Aug 2010 08:49:51 -0400 Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7CCndkd007599 for ; Thu, 12 Aug 2010 08:49:39 -0400 Received: from x.it.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by x.it.okstate.edu (8.14.3/8.14.3) with ESMTP id o7CCncJI077980 for ; Thu, 12 Aug 2010 07:49:38 -0500 (CDT) (envelope-from martin@x.it.okstate.edu) Message-Id: <201008121249.o7CCncJI077980@x.it.okstate.edu> To: Linux for blind general discussion Subject: Re: Extracting ASCII text from a PDF Document MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <77978.1281617378.1@x.it.okstate.edu> Date: Thu, 12 Aug 2010 07:49:38 -0500 From: Martin McCormick X-RedHat-Spam-Score: -0.01 (T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.5 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: Thu, 12 Aug 2010 12:49:56 -0000 Kirk Reiser writes: > What happens when you run pdftotext on the file? $ pstotext BCD996XT_v1.04.00_Protocol.pdf < BCD996XT Operation Specification > 200 GPL Ghostscript GPL Ghostscript 8.628.62: : Unrecoverable error, exit code 1 Unrecoverable error, exit code 1 7.13. REMOTE I think that 7.13.remote is some stray text that got outputted from the file before pstotext exploded. The output would have gone to standard output had it worked. Martin