Data Extraction Scope

Hi,
Do we have any implementation of Data Extraction Scope. I am unable to figure out how to make it work and then get output from it/
Any help?

where you are trying to extract the data from?

Here is supportive document : https://docs.uipath.com/activities/docs/data-extraction-scope

I want to extract data from an image.
I already checked this document but unable to figure out anything

well, you can do this
use load image activity and pass the image file and use any ocr to extract the data from image
for further if you want specific texts you can use Matches activity
to get desired result!

so data extraction scope will not work?
I tried with simple ocr but results are not good

which OCR you used?

Tesseract OCR

try with others!
MicroSoft,Abbyy!

i want to check different options and compare which will work best in my case. It would be helpful if i had any implementation of data extraction scope

Hi
If it’s an mage then try SCREEN SCRAPPING activity
And get the output with a variable of type string
Pass that to Generate datatable activity and get the output as datatable which can be written to excel with write range

Cheers @rameezimtiaz

but how to get output from data extraction activity? @Pradeep_Shiv

you can use above mentioned process?
can we see the image sample?

i cannot share due to restrictions but its a table in an image with values in 4 columns. need the output in a string format or preferably data table format.

okay do one thing
use load image activity and pass the image file and use any ocr to extract the data from image