<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; scan-text</title>
	<atom:link href="http://www.ghacks.net/tag/scan-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find and Replace text across multiple documents</title>
		<link>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/</link>
		<comments>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 09:24:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[replacer]]></category>
		<category><![CDATA[scan-text]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text crawler]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/</guid>
		<description><![CDATA[A colleague of mine build a static html website a few years ago. He slowly but steadily created hundreds of html pages which was great for him because he could simply use one already finished file as a template for a new one. It did however pose a problem as well. Updating information across all files was very time consuming. Think of extending the copyright notice each year, adding advertisement to the websites or changing the navigation.]]></description>
			<content:encoded><![CDATA[<p>A colleague of mine build a static html website a few years ago. He slowly but steadily created hundreds of html pages which was great for him because he could simply use one already finished file as a template for a new one. It did however pose a problem as well. Updating information across all files was very time consuming. Think of extending the copyright notice each year, adding advertisement to the websites or changing the navigation.</p>
<p>What he obviously needs is a program that can find and replace text across multiple documents. Ideally it would be a software that would be easy to use and would require just a few clicks to achieve the desired results. One of the applications that can deliver a speedy way of replacing text across multiple documents is Text Crawler.</p>
<p>Ideally you only need to fill out the old and new text, the location of the documents and the type of documents that you want to change. <a href="http://www.digitalvolcano.co.uk/textcrawler.html">Text Crawler</a> scans all documents of that type for the phrase that you have entered and displays all occurrences in a list that contains the file name and location as well as the line in the document with the match.</p>
<p><span id="more-3581"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/03/find_replace_text.jpg' alt='find replace text' /></p>
<p>The text is only replaced in files checked by the user. Some of the supported file types are txt, log, php, htm, css and ini. What I like is the option to create backup files before replacing the text in the documents and support for Regular Expressions. A great feature is the Regular Expression Tester that allows you to load a text file and test if the regular expression is replacing the text correctly.</p>
<p>The process itself is very fast, takes just a short time to replace the text in the selected documents. </p>

	Tags: <a href="http://www.ghacks.net/tag/documents/" title="documents" rel="tag">documents</a>, <a href="http://www.ghacks.net/tag/replacer/" title="replacer" rel="tag">replacer</a>, <a href="http://www.ghacks.net/tag/scan-text/" title="scan-text" rel="tag">scan-text</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/text/" title="text" rel="tag">text</a>, <a href="http://www.ghacks.net/tag/text-crawler/" title="text crawler" rel="tag">text crawler</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/16/text-statistics/" title="Text Statistics (March 16, 2008)">Text Statistics</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/21/uxthemedll-patcher-for-windows-xp-and-vista/" title="uxtheme.dll Patcher for Windows XP and Vista (January 21, 2008)">uxtheme.dll Patcher for Windows XP and Vista</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/03/20/combine-text-documents/" title="Combine Text Documents (March 20, 2008)">Combine Text Documents</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/22/find-and-replace-text-across-multiple-documents/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Capture image and convert it to text</title>
		<link>http://www.ghacks.net/2007/03/12/capture-image-and-convert-it-to-text/</link>
		<comments>http://www.ghacks.net/2007/03/12/capture-image-and-convert-it-to-text/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 04:42:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[character-recognition]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[image-capture]]></category>
		<category><![CDATA[image-ocr]]></category>
		<category><![CDATA[jocr]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[scan-image]]></category>
		<category><![CDATA[scan-text]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/03/12/capture-image-and-convert-it-to-text/</guid>
		<description><![CDATA[I was not really sure how to name the title of this article. Jocr is a freeware that makes it possible to capture to capture a set region, a window or a full screen image in Windows and use character recognition to write the text of the image into a notepad file. The only prerequisite as far as I can tell is - unfortunately - a copy of Microsoft Office 2003 or newer with Microsoft Office Document Imaging installed which you can find under the Office Tools tab of the installation CD. The language that you are using has to be supported by Microsoft Office Document Imaging, about 20 are supported next to English of course.]]></description>
			<content:encoded><![CDATA[<p>I was not really sure how to name the title of this article. Jocr is a freeware that makes it possible to capture to capture a set region, a window or a full screen image in Windows and use character recognition to write the text of the image into a notepad file. The only prerequisite as far as I can tell is &#8211; unfortunately &#8211; a copy of Microsoft Office 2003 or newer with Microsoft Office Document Imaging installed which you can find under the Office Tools tab of the installation CD. The language that you are using has to be supported by Microsoft Office Document Imaging, about 20 are supported next to English of course.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/03/jocr.jpg" align="left" alt="jocr character recognition" />Using <a href="http://home.megapass.co.kr/~woosjung/Index_Download.html" target="_blank">Jocr</a> is actually a pretty straightforward process. Choose if you want to capture a region, window or desktop and use the mouse to draw the region or to highlight a window that should be captured. It is not necessary to select something if you choose to capture the whole desktop of course. A preview of the captured image will be shown in Jocr and all that is left to be done is to click on recognize to start the character recognition.</p>
<p><span id="more-1293"></span></p>
<p>Results are actually pretty good. They are not perfect however and you need to manually edit them for errors but the recognition rate is astounding for a freeware. The main use that I can foresee for this software would be to capture text from files that can not be copied and use Jocr to have an editable version of the text.</p>

	Tags: <a href="http://www.ghacks.net/tag/character-recognition/" title="character-recognition" rel="tag">character-recognition</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/image-capture/" title="image-capture" rel="tag">image-capture</a>, <a href="http://www.ghacks.net/tag/image-ocr/" title="image-ocr" rel="tag">image-ocr</a>, <a href="http://www.ghacks.net/tag/jocr/" title="jocr" rel="tag">jocr</a>, <a href="http://www.ghacks.net/tag/ocr/" title="ocr" rel="tag">ocr</a>, <a href="http://www.ghacks.net/tag/scan-image/" title="scan-image" rel="tag">scan-image</a>, <a href="http://www.ghacks.net/tag/scan-text/" title="scan-text" rel="tag">scan-text</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/15/document-imaging-software-jocr/" title="Document Imaging Software JOCR (March 15, 2009)">Document Imaging Software JOCR</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/03/20/xsite-freeware/" title="Xsite Freeware (March 20, 2006)">Xsite Freeware</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/05/31/wise-registry-cleaner/" title="Wise Registry Cleaner (May 31, 2007)">Wise Registry Cleaner</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/01/10/wikipedia-on-your-ipod/" title="Wikipedia on your iPod (January 10, 2007)">Wikipedia on your iPod</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/03/12/capture-image-and-convert-it-to-text/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
