<?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: Acrobat Applescript For ScanSnap OCR</title>
	<atom:link href="http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/</link>
	<description>Learn How To Go Paperless With Easy Document Tips</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:47:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Brooks</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-7240</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Fri, 05 Aug 2011 15:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-7240</guid>
		<description>For those asking about Acrobat X, please see this post: &lt;a href=&quot;http://www.documentsnap.com/ocr-applescript-for-adobe-acrobat-x/&quot; rel=&quot;nofollow&quot;&gt;http://www.documentsnap.com/ocr-applescript-for-a...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>For those asking about Acrobat X, please see this post: <a href="http://www.documentsnap.com/ocr-applescript-for-adobe-acrobat-x/" rel="nofollow">http://www.documentsnap.com/ocr-applescript-for-a&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j-lon</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-5543</link>
		<dc:creator>j-lon</dc:creator>
		<pubDate>Tue, 19 Apr 2011 21:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-5543</guid>
		<description>Anyone have a copy of the Acrobat 7 script? The link above appears to be dead. </description>
		<content:encoded><![CDATA[<p>Anyone have a copy of the Acrobat 7 script? The link above appears to be dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etienne</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-5516</link>
		<dc:creator>Etienne</dc:creator>
		<pubDate>Sat, 16 Apr 2011 00:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-5516</guid>
		<description>Did you finally got it to make it work with Acrobat X Pro? 
 
Thanks! </description>
		<content:encoded><![CDATA[<p>Did you finally got it to make it work with Acrobat X Pro? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etienne</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-5515</link>
		<dc:creator>Etienne</dc:creator>
		<pubDate>Sat, 16 Apr 2011 00:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-5515</guid>
		<description>Hi, 
 
Did you get the chance to make it work with Acrobat X pro? 
 
Thanks. </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Did you get the chance to make it work with Acrobat X pro? </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orin</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-4430</link>
		<dc:creator>Orin</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-4430</guid>
		<description>That is a great offer. I will email you the info. However I think there could be a bigger problem at work here. The catch seems to be that the new Acrobat X does not allow you to access the OCR tool from the menu system. It is now accessed from the toolbar via a &quot;Tools&quot; button, &quot;Recognize Text&quot; button, and finally &quot;In This File&quot; button. Makes it easier to access within Acrobat, but does not work with a script that uses the program&#039;s menus. I tried to edit the existing AppleScript without any luck. I was able to make an Acrobat action that ran the OCR but it has a success dialog box with an OK button to click at the end of the action that I can&#039;t seem to make the script wait for and click when it appears. The action is cool because it will save the file as well. I currently have the droplet send the PDF to Acrobat and run the action. I then have to manually click the OK button and close the file and I can only send one file to Acrobat at a time. All bummers! </description>
		<content:encoded><![CDATA[<p>That is a great offer. I will email you the info. However I think there could be a bigger problem at work here. The catch seems to be that the new Acrobat X does not allow you to access the OCR tool from the menu system. It is now accessed from the toolbar via a &quot;Tools&quot; button, &quot;Recognize Text&quot; button, and finally &quot;In This File&quot; button. Makes it easier to access within Acrobat, but does not work with a script that uses the program&#039;s menus. I tried to edit the existing AppleScript without any luck. I was able to make an Acrobat action that ran the OCR but it has a success dialog box with an OK button to click at the end of the action that I can&#039;t seem to make the script wait for and click when it appears. The action is cool because it will save the file as well. I currently have the droplet send the PDF to Acrobat and run the action. I then have to manually click the OK button and close the file and I can only send one file to Acrobat at a time. All bummers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrooksD</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-4397</link>
		<dc:creator>BrooksD</dc:creator>
		<pubDate>Sat, 22 Jan 2011 00:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-4397</guid>
		<description>This is going to sound weird but could you send me some screenshots of the OCR steps in Acrobat X?  I might be able to fix the script without actually having it yet.  If you (or anyone) can do this, mail it to brooks@documentsnap.com and I&#039;ll try to get it fixed up. </description>
		<content:encoded><![CDATA[<p>This is going to sound weird but could you send me some screenshots of the OCR steps in Acrobat X?  I might be able to fix the script without actually having it yet.  If you (or anyone) can do this, mail it to <a href="mailto:brooks@documentsnap.com">brooks@documentsnap.com</a> and I&#039;ll try to get it fixed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orin</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-4392</link>
		<dc:creator>Orin</dc:creator>
		<pubDate>Fri, 21 Jan 2011 18:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-4392</guid>
		<description>As the last commenter mentioned, I just upgraded to Acrobat X (10) and the script no longer works. If someone with some scripting know how could make a new new/updated OCR script droplet it would be MUCH appreciated. I really miss it! 
Thanks! </description>
		<content:encoded><![CDATA[<p>As the last commenter mentioned, I just upgraded to Acrobat X (10) and the script no longer works. If someone with some scripting know how could make a new new/updated OCR script droplet it would be MUCH appreciated. I really miss it!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @hackeron</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-3687</link>
		<dc:creator>@hackeron</dc:creator>
		<pubDate>Sun, 19 Dec 2010 20:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-3687</guid>
		<description>Doesn&#039;t work on Acrobat X :( </description>
		<content:encoded><![CDATA[<p>Doesn&#039;t work on Acrobat X <img src='http://www.documentsnap.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrooksD</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-2892</link>
		<dc:creator>BrooksD</dc:creator>
		<pubDate>Tue, 09 Nov 2010 00:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-2892</guid>
		<description>Hi Chris, do you have ClearScan selected in Acrobat? (Sorry I can&#039;t send you a screeenshot- I don&#039;t have Acrobat 9). </description>
		<content:encoded><![CDATA[<p>Hi Chris, do you have ClearScan selected in Acrobat? (Sorry I can&#039;t send you a screeenshot- I don&#039;t have Acrobat 9).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/comment-page-1/#comment-2877</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Nov 2010 19:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.documentsnap.com/acrobat-applescript-for-scansnap-ocr/#comment-2877</guid>
		<description>As a matter of fact, I just noticed that the output after OCR in Acrobat 9 is actually 3 TIMES LARGER than it was before the OCR operation.  What the heck? </description>
		<content:encoded><![CDATA[<p>As a matter of fact, I just noticed that the output after OCR in Acrobat 9 is actually 3 TIMES LARGER than it was before the OCR operation.  What the heck?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/22 queries in 0.146 seconds using disk: basic
Object Caching 445/456 objects using disk: basic

Served from: www.documentsnap.com @ 2012-02-07 22:10:52 -->
