<?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 Free OCR Tool required with Blueprism in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55557#M1161</link>
    <description>Hi BluePrism Team,&lt;BR /&gt;&lt;BR /&gt;Do we have connector of Abbyy Cloud OCR or Any other free OCR tool (Google/Microsoft) available with Blueprism. ? Please note that I am not talking about Abbyy flexi capture.&lt;BR /&gt;We have a requirement where we need to read the passport image.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nishant Jain,&lt;BR /&gt;Singapore&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nishant Jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Feb 2020 08:40:00 GMT</pubDate>
    <dc:creator>NishantJain</dc:creator>
    <dc:date>2020-02-27T08:40:00Z</dc:date>
    <item>
      <title>Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55557#M1161</link>
      <description>Hi BluePrism Team,&lt;BR /&gt;&lt;BR /&gt;Do we have connector of Abbyy Cloud OCR or Any other free OCR tool (Google/Microsoft) available with Blueprism. ? Please note that I am not talking about Abbyy flexi capture.&lt;BR /&gt;We have a requirement where we need to read the passport image.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nishant Jain,&lt;BR /&gt;Singapore&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nishant Jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 08:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55557#M1161</guid>
      <dc:creator>NishantJain</dc:creator>
      <dc:date>2020-02-27T08:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55558#M1162</link>
      <description>try to use teseract.dll&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55558#M1162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T09:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55559#M1163</link>
      <description>How to use &lt;SPAN style="display: inline !important; float: none; background-color: #ebebeb; color: #333333; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;tesseract &lt;/SPAN&gt;?. Can you share the method to use? I am new in blueprism.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nishant Jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55559#M1163</guid>
      <dc:creator>NishantJain</dc:creator>
      <dc:date>2020-02-27T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55560#M1164</link>
      <description>is either you use a code stage with C# or you make your own objects for it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 10:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55560#M1164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T10:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55561#M1165</link>
      <description>you can do it within application modelar, spy the web page with region mode, in that select the region of the element you want, then within a read action you can select read_text_with_OCR, and put the value in a data item and that is it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 13:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55561#M1165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T13:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free OCR Tool required with Blueprism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55562#M1166</link>
      <description>Goto&amp;nbsp;https://digitalexchange.blueprism.com/, user id and password are the same as your portal one.&amp;nbsp;&lt;BR /&gt;Search for OCR, it give you the results and you can pick one as per your requirements.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If its web api or skills, you would need 6.4 and above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashish Easow&lt;BR /&gt;Senior Consultant - Professional Services&lt;BR /&gt;Blueprism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2020 14:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Free-OCR-Tool-required-with-Blueprism/m-p/55562#M1166</guid>
      <dc:creator>ashish.easow</dc:creator>
      <dc:date>2020-02-27T14:34:00Z</dc:date>
    </item>
  </channel>
</rss>

