I was wondering if anyone knew a way to find the coordinates of a particular image or even just text on a PDF document. I would want to know the X,Y coordinates for each corner or even just the center. I apologize for the vague question.
Hi!
All the Computer Vision activities have an OutputRegion where you can get the identified Rectangle. Your input can be an image, a text or a type of control
Yes, that’s right. Like we as a human would do. Open pdf, identify the image/text you would want coordinates for.
Output region as specified by @sbotan can be used. Also you can get idea about coordinates by even looking at its descriptor under its Properties->Target.
Gotcha, thank you for your help. I was hoping to find a way to find positions of text without opening the document as a human would- but it seems like a much harder task than I initially thought.
I had a paid commercial license for a .NET library that allows you to find the positions of words, but I may lose access to this. Thanks for showing some alternatives.