Question
Pega Robotic Studio: How to convert OpenSpan.Adapters.Web.Controls.Image object into System.Drawing.Image object
I am trying to implement OCR concept by using OneNote in Pega Robotic studio. Which i did. I am trying to read all images in a web page then trying to read text from it.
Here i stuck it gives me OpenSpan.Adapters.Web.Controls.ImageCollection proxy then OpenSpan.Adapters.Web.Controls.Image Image proxy. This image proxy doesnt have a method to save it local and not accepting in my script.
**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.
I am not sure what you are asking. Since I don't know what your script does, I cannot suggest how to use it. The OpenSpan.Adapters.Web.Controls.Image does not have a Save method, so you cannot use that object natively to save it.