How to add NuGet Tesseract(A .Net wrapper for tesseract-ocr) package to the solution.
Hi All,
I have developed one project in visual studio 2015 to extract text from an image. That project uses NuGet package "Tesseract" which we can install in the VS using package manager console. Now I want to use that project for my RPA solution. So how to install that package in Pega robotics studio . or is there any way to use the VS project in Pega robotics studio.
If you wrap your project in a C# Component (implement IComponent), you can use that component within Pega Robotics. You would need to add the dll(s) to the installation directory. Once there, you can add it to your Toolbox by right-clicking and browsing to the object.