<?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: OCR&#8217;ing all of the PDF files in a SharePoint Document Library using PowerShell and Solid PDF Tools</title>
	<atom:link href="http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/</link>
	<description>David&#039;s thoughts about this and that</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nuruddin</title>
		<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/comment-page-1/#comment-67</link>
		<dc:creator>nuruddin</dc:creator>
		<pubDate>Wed, 26 May 2010 04:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=572#comment-67</guid>
		<description>hello sir,

i&#039;ve tried to run your script and it works nicely. but when it reach ocr_local_file function, it opened pdf solid tools and did nothing. so then, it came error when it run upload_ocr_result. because there were any file resulted ocr_local_file

when i check my pdf solid tools, it appear the &quot;Recognize text using OCR&quot; under &quot;document&quot; menu is disabled.

is the error because &quot;Recognize text using OCR&quot; is disabled? how to make it enabled? what should I install?

thanks</description>
		<content:encoded><![CDATA[<p>hello sir,</p>
<p>i&#8217;ve tried to run your script and it works nicely. but when it reach ocr_local_file function, it opened pdf solid tools and did nothing. so then, it came error when it run upload_ocr_result. because there were any file resulted ocr_local_file</p>
<p>when i check my pdf solid tools, it appear the &#8220;Recognize text using OCR&#8221; under &#8220;document&#8221; menu is disabled.</p>
<p>is the error because &#8220;Recognize text using OCR&#8221; is disabled? how to make it enabled? what should I install?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/comment-page-1/#comment-66</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 19 May 2010 14:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=572#comment-66</guid>
		<description>Have you tried using the servers computer name instead of the ip address e.g. http:// instead of http://10.22.2.31 ?  

SharePoint 2007 uses mappings to accept site/web application names. If you look at the SharePoint Alternate Mappings in Central Administration, then I&#039;m guessing that the server&#039;s computer name will be shown and the server&#039;s ip address will not be shown.</description>
		<content:encoded><![CDATA[<p>Have you tried using the servers computer name instead of the ip address e.g. http:// instead of <a href="http://10.22.2.31" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/10.22.2.31?referer=');">http://10.22.2.31</a> ?  </p>
<p>SharePoint 2007 uses mappings to accept site/web application names. If you look at the SharePoint Alternate Mappings in Central Administration, then I&#8217;m guessing that the server&#8217;s computer name will be shown and the server&#8217;s ip address will not be shown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bunny</title>
		<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/comment-page-1/#comment-65</link>
		<dc:creator>Bunny</dc:creator>
		<pubDate>Wed, 19 May 2010 05:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=572#comment-65</guid>
		<description>Thanks for your answer.

Now i&#039;ve run the script on my sharepoint server, and sharepoint object can be successfully loaded.

But i have another error, &quot;The Web application at http://10.22.2.31 could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&quot; 

I think this is about the authorization problem, because I use an account that does not have permission to open a Sharepoint site. But this error still occur even though I use another account.

I also tried another way to create site object like:
$site = [Microsoft.SharePoint.WebControls.SPControl]::GetContextSite([System.Web.HttpContext]::Current);
but the current HttpContext return null.

Do you have any idea about this problem?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for your answer.</p>
<p>Now i&#8217;ve run the script on my sharepoint server, and sharepoint object can be successfully loaded.</p>
<p>But i have another error, &#8220;The Web application at <a href="http://10.22.2.31" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/10.22.2.31?referer=');">http://10.22.2.31</a> could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&#8221; </p>
<p>I think this is about the authorization problem, because I use an account that does not have permission to open a Sharepoint site. But this error still occur even though I use another account.</p>
<p>I also tried another way to create site object like:<br />
$site = [Microsoft.SharePoint.WebControls.SPControl]::GetContextSite([System.Web.HttpContext]::Current);<br />
but the current HttpContext return null.</p>
<p>Do you have any idea about this problem?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bunny</title>
		<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/comment-page-1/#comment-63</link>
		<dc:creator>Bunny</dc:creator>
		<pubDate>Fri, 14 May 2010 10:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=572#comment-63</guid>
		<description>not yet sir, sorry i&#039;m newbie

I got an error, 

Exception calling &quot;.ctor&quot; with &quot;1&quot; argument(s): &quot;The Web application at http://10.22.2.31 could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&quot;
At :line:88 char:18
+ $site = New-Object &lt;&lt;&lt;&lt;  Microsoft.SharePoint.SPSite(&quot;http://10.22.2.31&quot;);

do you have another URL for me to test this script?</description>
		<content:encoded><![CDATA[<p>not yet sir, sorry i&#8217;m newbie</p>
<p>I got an error, </p>
<p>Exception calling &#8220;.ctor&#8221; with &#8220;1&#8243; argument(s): &#8220;The Web application at <a href="http://10.22.2.31" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/10.22.2.31?referer=');">http://10.22.2.31</a> could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.&#8221;<br />
At :line:88 char:18<br />
+ $site = New-Object &lt;&lt;&lt;&lt;  Microsoft.SharePoint.SPSite(&quot;http://10.22.2.31&quot;);</p>
<p>do you have another URL for me to test this script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://bable.cybermarshall.com/2009/05/27/ocring-all-of-the-pdf-files-in-a-sharepoint-document-library-using-powershell-and-solid-pdf-tools/comment-page-1/#comment-62</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 12 May 2010 22:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=572#comment-62</guid>
		<description>You will need to run the script on your SharePoint server or on a system where all of the supporting SharePoint .Net components are installed.

At the top of the code the 
&lt;em&gt;[void][System.Reflection.Assembly]::LoadWithPartialName(&quot;Microsoft.SharePoint&quot;)&lt;/em&gt;
 was  used is to load all of the SharePoint objects on the system.
 
Does this answer your question?</description>
		<content:encoded><![CDATA[<p>You will need to run the script on your SharePoint server or on a system where all of the supporting SharePoint .Net components are installed.</p>
<p>At the top of the code the<br />
<em>[void][System.Reflection.Assembly]::LoadWithPartialName(&#8220;Microsoft.SharePoint&#8221;)</em><br />
 was  used is to load all of the SharePoint objects on the system.</p>
<p>Does this answer your question?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
