Unable to extract data from Sudoku site

Hi There,

I’m trying to fetch the Sudoku numbers and blank values from https://sudoku.com/ site but it is not working. I tried extracting each value using a loop but it shows different values each time. I also tried to save a snapshot of the same and extracting values using get OCR text but no luck.

Anybody, please advise on how can I get these numbers in rows with spaces for blank values.

Hi @Vinodkumar_Kalkumbe,
Using non OCR activities will not work as on mentioned site each number is coded using SVG image. Using OCR is possible but you need to choose right selector (UI Explorer use is needed). The table is made that each cell is made of two DIVs. You need to use first DIV and it’s PATH element as a selector. See here:
image

image

image

image

image

Thank you, using this method I am able to read the data and ready for next steps.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.