Hello Aspose,
I would like to perform a text search within a jpeg image and receive all occurances found in x,y coordinate relative to the top most left poinht of the image file.
How can I do that?
Regards,
T.
Hello Aspose,
I would like to perform a text search within a jpeg image and receive all occurances found in x,y coordinate relative to the top most left poinht of the image file.
How can I do that?
Regards,
T.
Hi Tzach,
Thank you for considering Aspose products.
You may use OcrEngine.Text.PartsInfo property for your requirement. The said property enables you to retrieve an array of recognized text by parts. Each individual part of recognized text carries the information such as font, style, size and the location of the symbol in x,y coordinates. Below provided code snippet exhibits the usage,
C#