I want to scrape text from images but there is no static text (Which I can use as an anchor),
so the only thing coming to my mind is to scrape text based on the position.
Is it possible?
I want to scrape text from images but there is no static text (Which I can use as an anchor),
so the only thing coming to my mind is to scrape text based on the position.
Is it possible?
Hi @Sami_Rajput
Try using the Computer vision activities, which helps you out to scrap the data based on position in the image.
Hope it helps!!
@mkankatala thanks, i’ll try
Scraping text from images based on the position is a common technique when dealing with images that don’t have easily recognizable static text. In UiPath, you can achieve this using the “Data Scraping” tool, which allows you to extract structured data from a region on the screen or an image.
Here’s how you can scrape text from images based on position using UiPath:
Open the Image in an Application: You’ll need to have the image displayed on your screen or within an application window that UiPath can access.
Use Data Scraping:
Configure Columns:
Choose Output:
Process the Extracted Data:
Keep in mind that text extraction based on position can be sensitive to changes in the image layout or resolution. If the image layout changes, you may need to update the extraction region accordingly. Additionally, the accuracy of text extraction can vary depending on factors like image quality and font size.