<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Using PDFTOTEXT to convert a batch of PDFs to text and splitting them by page</title>
	<atom:link href="https://danwin.com/2009/12/using-pdftotext-to-convert-a-batch-of-pdfs-to-text-and-splitting-them-by-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://danwin.com/2009/12/using-pdftotext-to-convert-a-batch-of-pdfs-to-text-and-splitting-them-by-page/</link>
	<description>Words, photos, and code by Dan Nguyen. The &#039;g&#039; is mostly silent.</description>
	<lastBuildDate>Sun, 07 Dec 2025 04:13:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: Dan Nguyen</title>
		<link>https://danwin.com/2009/12/using-pdftotext-to-convert-a-batch-of-pdfs-to-text-and-splitting-them-by-page/#comment-358</link>
		<dc:creator><![CDATA[Dan Nguyen]]></dc:creator>
		<pubDate>Wed, 14 Apr 2010 17:49:16 +0000</pubDate>
		<guid isPermaLink="false">https://danwin.com/uncategorized/using-pdftotext-to-convert-a-batch-of-pdfs-to-text-and-splitting-them-by-page/#comment-358</guid>
		<description><![CDATA[for f in *.tif; do tesseract $f &quot;${f%.tif}.txt&quot;; done;]]></description>
		<content:encoded><![CDATA[<p>for f in *.tif; do tesseract $f &#8220;${f%.tif}.txt&#8221;; done;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
