<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : extract text</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : Sample Code : extract text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 23:15:15 +0000</pubDate>
  <lastBuildDate>Thu, 11 Feb 2010 10:12:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1326</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[extract text : helloI can&amp;#039;t understand how...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6143.html#6143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1228">kavaler</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 11 Feb 10 at 10:12AM<br /><br />hello<br>I can't understand how&nbsp; may I to use it in Delphi<br>this is my e-mail <br>islam261@gmail.com<br>adress please send me example(s)&nbsp; about this   ]]>
   </description>
   <pubDate>Thu, 11 Feb 2010 10:12:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6143.html#6143</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Here is part of Delphi code//...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6134.html#6134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=107">dsola</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 09 Feb 10 at 7:13AM<br /><br />Here is part of Delphi code<br><br>// ttt.pbm&nbsp; - image for OCR (withh TFreeBitmap JPG can be converted to PBM or useing djpeg.exe)<br>// ttt.txt - result of OCR<br>procedure TOIBCaptchaKiller.Do_OCR;<br>var<br>&nbsp; StartupInfo : TStartupInfo;<br>&nbsp; ProcessInfo : TProcessInformation;<br>&nbsp; Res:boolean;<br>&nbsp; cmdLine:array&#091;0..512&#093; of char;<br>&nbsp; lpExitCode: DWORD;<br>begin<br>&nbsp; FillChar (StartupInfo, SizeOf(StartupInfo), 0);<br>&nbsp; StartupInfo.cb := SizeOf(StartupInfo);<br>&nbsp; StartupInfo.wShowWindow := SW_SHOWNORMAL;//SW_HIDE<br>&nbsp; if&nbsp; CreateProcess (nil,Pchar('gocr -i ttt.pbm -o ttt.txt'),nil,nil,FALSE, 0,nil,nil, StartupInfo, ProcessInfo) then begin<br><br>&nbsp; GetExitCodeProcess(ProcessInfo.hProcess, lpExitCode);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while lpExitCode = STILL_ACTIVE do begin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // sve dok se test applikacija ne ugasi nejdi nikud<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sleep(100);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Application.ProcessMessages;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GetExitCodeProcess(ProcessInfo.hProcess, lpExitCode);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end;<br><br>&nbsp;&nbsp;&nbsp; CloseHandle(ProcessInfo.hProcess);<br>&nbsp;&nbsp;&nbsp; CloseHandle(ProcessInfo.hThread);<br><br>&nbsp;&nbsp;&nbsp; end;<br>end;<br><br>]]>
   </description>
   <pubDate>Tue, 09 Feb 2010 07:13:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6134.html#6134</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Hi,I&amp;#039;ll post delphi code...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6125.html#6125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=107">dsola</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 08 Feb 10 at 8:23AM<br /><br />Hi,<br>I'll post delphi code shortly but for now try this.<br><br>This is content of <b>test.cmd</b> file<br><br>rem begin<br>&nbsp;djpeg -grayscale -pnm YourPictureName.jpg YourPictureName.pnm<br>&nbsp;gocr -i YourPictureName.pnm -o YourExtractedText.txt <br>rem end<br><br>test.cmd, djpeg.exe, gocr.exe, YourPictureName.jpg are <span id="result_" ="short_text"><span style=": rgb255, 255, 255;" title="zajedno u istom direktoriju">together in the same directory.</span></span><br><br>With this You can test if this method <span id="result_" ="short_text"><span style=": rgb255, 255, 255;" title="zadovoljava">satisfies Your needs.</span></span>]]>
   </description>
   <pubDate>Mon, 08 Feb 2010 08:23:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6125.html#6125</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : hello Can you tell me how can...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6118.html#6118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1228">kavaler</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 06 Feb 10 at 9:48AM<br /><br />hello <br>Can you tell me how can I use it in Delhpi?<br>]]>
   </description>
   <pubDate>Sat, 06 Feb 2010 09:48:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6118.html#6118</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Hi,Try  this http://jocr.sour...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6115.html#6115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=107">dsola</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 05 Feb 10 at 12:50PM<br /><br />Hi,<br><span id="result_" ="short_text"><span title="Probaj ovo.">Try this</span></span><br>&nbsp;&nbsp; http://jocr.sourceforge.net/index.html<br><br>It's free and <span id="result_" ="short_text"><span title="Rezultati su   zadovoljavajući.">results for me were satisfactory.<br></span><span title="Ako je dokument kvalitetno skeniran možda će ovo biti dovoljno.">If the document is scanned well and have "normal" fonts maybe this will be enough</span></span>.<br><br>If You need working example just ask.<br>]]>
   </description>
   <pubDate>Fri, 05 Feb 2010 12:50:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6115.html#6115</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Hi Tom!There&amp;#039;s a better (less...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6073.html#6073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 27 Jan 10 at 9:04PM<br /><br />Hi Tom!<br><br>There's a better (less expensive) method...<br>The delphi-solution from kavaler and an additional OmniPage Pro ;-)<br><br>Cheers, Ingo <br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 21:04:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6073.html#6073</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Be aware that stand alone products,...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6071.html#6071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1140">Shotgun Tom</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 27 Jan 10 at 5:42PM<br /><br />Be aware that stand alone products, like OmniPage, are not redistributable.&nbsp; That means if you are just doing this for your own use then they will work fine.&nbsp; <DIV>&nbsp;</DIV><DIV>If, however, you are creating a program for others you'll need to obtain a SDK that may be distributed with your product.&nbsp; The SDK's are quite abit more expensive.&nbsp; You would be looking at prices that range between $400 and $3000.</DIV><DIV>&nbsp;</DIV><DIV>Tom</DIV>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 17:42:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6071.html#6071</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : Google is your friend... ;)OmniPage...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6070.html#6070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=117">JanN</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 27 Jan 10 at 4:33PM<br /><br />Google is your friend... ;)<br><br>OmniPage Professional is a standalone product. You can configure it to grab files from a specified folder and output the convertet files to another. Then you can work with those resulting files in Delphi.<br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 16:33:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6070.html#6070</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : How can I use it (OmniPage Proffessional)...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6069.html#6069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1228">kavaler</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 27 Jan 10 at 4:21PM<br /><br />How can I use it&nbsp; (OmniPage Proffessional) from Delphi?]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 16:21:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6069.html#6069</guid>
  </item> 
  <item>
   <title><![CDATA[extract text : If I were you, I would buy OmniPage...]]></title>
   <link>http://www.quickpdf.org/forum/extract-text_topic1326_post6068.html#6068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=117">JanN</a><br /><strong>Subject:</strong> 1326<br /><strong>Posted:</strong> 27 Jan 10 at 4:13PM<br /><br />If I were you, I would buy OmniPage Professional (version is available for around 100$ on the net). It is able to recognize the text in scanned documents and convert them to searchable pdf files or to text files.<br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2010 16:13:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extract-text_topic1326_post6068.html#6068</guid>
  </item> 
 </channel>
</rss>