Question
Last activity: 16 Oct 2018 12:03 EDT
Optical Character Recognition supporting in Openspan
Hi Team,
Can any one please let me know how the Openspan / Pega Robotics Automation supports the OCR(Optical Character Recognition). If so please provide me any help documents for the OCR or any links is helpful to me and how this OCR should be implemented in Automations.
Regards,
Jyothi
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.


Accenture Solutions Pvt Ltd
IN
Hi Jeff,
Does OpenSpan support third party tools like ABBY,TOCR, MODI for OCR operations.If supports how to integrate them.
Regards,
Pravallika.
Hi Pravallika,
Pega OpenSpan latest version have some integration of OCR. Please check the latest version v8.
Regards,
Manas


Accenture Solutions Pvt Ltd
IN
Hi JEff,
Thanks for the reply,please advise me where to get the latest version of pega robotics.Do i need to raise any request for this.
Regards,
Pravallika.


Pegasystems Inc.
IN
Hi Pravallika,
You need to raise an SR with Pega Support for this. Please choose Media Request as the Request Type. Here's the link to the Support Portal: https://msp.pega.com
Reference link in case you need more details: My Support Portal explained for Pega Robotic Automation (formerly OpenSpan)
Do let us know the SR number back here once you create it so that we may tag it to your post and track it to closure.
Thank you!


Accenture Solutions Pvt Ltd
IN
Hi Jeff,
Could you plese let me know which version has PDF & OCR support & how to get it ?
Regards,
Pravallika.
Version 8.0.1030 has PDF support. Lochana's post just above explains how to get it.
As I stated earlier OCR is not available at this time.
Hi Jeff,
I have done OCR concept by using MS One Note. Which extracting text from Image.
Kindly refer this post, Please do let me know if I should improve anything.
PEGA ROBOTIC STUDIO . A LONG WAITED , ARTICLE ON OCR .. EXTRACTING TEXT FROM IMAGE BY USING OPENSPAN.
HI Pravallika,
Pega Studio 8.0.1093 Supports the Screen OCR
Pls refer the Link: https://pdn.pega.com/documents/using-screen-ocr-feature-1
Hi Jeff, now Pega Robotic contains OCR, Beginning with build 8.0.1.1087. but how use this functional?
Thanks.
Pega Robotics supports the inclusion of .Net components - there is no direct integration with the tools you mentioned however. You can wrap those tools in C# to allow them to work in Pega Robotics. A component must inherit from System.ComponentModel.Component, must have a constructor that has no outside dependencies and must have public non-static methods.
Hi Jeff,
To use any c# methods in OpenSpan then we need to warp them as suggested by you. But, when I use .net framework libraries using toolbox item window, we are able to add the components to toolbox which are static. For ex: System.Environment.UserName (mscorlib). Is OpenSpan inheriting the 'Component' class? In this case, how the static methods are getting added to toolbox? Can you please explain the difference for above cases.
Hi,
I have done extracting text from image by using one note library. Its pretty forward method. All you need to have Microsoft.office.interop.onenote 15.0 library. Use it in a script write c# code to extract.


Pegasystems Inc.
US
Static methods require no class instantiation to use, which is why they can be directly added to the Toolbox. Anything else on the Toolbox is a component (which is what you would wrap your class(es) in to be able to use them inside of Pega Robotics).
Hi,
i am experiencing with Wsatconfig.dll issue when we validating the script, could you please assist on this.
Thanks in advance :)
Hi Sarveswara,
Thank you for posting your query in the PSC. This looks like an inactive post and hence, we suggest you create a new post for your query. Click on the Write a Post button that’s available on the top right pane of this page. Once created, please reply back here with the URL of the new post.
You may also refer this discussion link as a reference in the new thread
We have also sent you a private message opening up a communication channel in case you have any further questions.
Hi, anybody have a recent update on the Pega Robotics OCR capabilities? We may want to explore this for potential VDI automation. -thanks


Accenture Solutions Pvt Ltd
IN
OCR Capability is introduced & available in in Pega Studio 8.0.1086 or higher versions.
https://pdn.pega.com/documents/using-screen-ocr-feature-1
Pega Robotics does not currently support OCR directly as of this date. You may add OCR capability by adding a .NET component you create to your solution. This can be done by wrapping a commercially available OCR component.
OCR capability is in the product road map, however. I can not comment at this time on a timeframe.