<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: show Tesseract OCR output pdf file as original tiff?? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287329#M240459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adding more information on OCR in alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.krutikjayswal.com/2016/07/ocr-on-pdf-file-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://www.krutikjayswal.com/2016/07/ocr-on-pdf-file-in-alfresco.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jul 2016 18:10:19 GMT</pubDate>
    <dc:creator>krutik_jayswal</dc:creator>
    <dc:date>2016-07-31T18:10:19Z</dc:date>
    <item>
      <title>show Tesseract OCR output pdf file as original tiff??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287325#M240455</link>
      <description>Hi all!!I install tesseract on my server to convert a tif file into pdf file.I use the next code within ubuntu terminal:find . -maxdepth 1 -name "*.tif" -print0 | while IFS= read -r -d '' n; dotesseract "$n" "$n" -l eng hocr;hocr2pdf -i "$n" -n -o "$n.pdf" &amp;lt; "$n.html";done‍‍‍‍‍‍This code only sho</description>
      <pubDate>Mon, 14 Apr 2014 14:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287325#M240455</guid>
      <dc:creator>cperez</dc:creator>
      <dc:date>2014-04-14T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: show Tesseract OCR output pdf file as original tiff??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287326#M240456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an open source project available freely for performing manipulation on PDF files. Here is the link to it - &lt;/SPAN&gt;&lt;A href="http://addons.alfresco.com/addons/alfresco-pdf-toolkit" rel="nofollow noopener noreferrer"&gt;http://addons.alfresco.com/addons/alfresco-pdf-toolkit&lt;/A&gt;&lt;SPAN&gt;. I have not explored it i just read about it from other forum post, but looking at the functionality list of this toolkit it has mention of - "TIFF to PDF transformation". So seems like it may be of interest to you. Take a look at it if you can use it for your requirement or not. Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 17:58:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287326#M240456</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-17T17:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: show Tesseract OCR output pdf file as original tiff??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287327#M240457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi romschn. Thanks for your reply but I'm using alfresco 3.0 and this addon is only for version 3.2 or newer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 07:36:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287327#M240457</guid>
      <dc:creator>cperez</dc:creator>
      <dc:date>2014-04-21T07:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: show Tesseract OCR output pdf file as original tiff??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287328#M240458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may want to use iText API to convert tiff to PDF as i think the earlier add-on i mentioned seems to be using the same API for converting tiff to PDF.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 10:12:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287328#M240458</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-21T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: show Tesseract OCR output pdf file as original tiff??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287329#M240459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adding more information on OCR in alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.krutikjayswal.com/2016/07/ocr-on-pdf-file-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://www.krutikjayswal.com/2016/07/ocr-on-pdf-file-in-alfresco.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 18:10:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-tesseract-ocr-output-pdf-file-as-original-tiff/m-p/287329#M240459</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2016-07-31T18:10:19Z</dc:date>
    </item>
  </channel>
</rss>

