How to capture text from screenshot?

How to capture text from screenshot and copy into excel file ?

@johns,

You can use OCR to read the screenshot and get the data. Then using string manipulations to write it to excel.

I have tried both Tesseract and Google OCR to read the screenshot, but it is not giving exact results. So, i used Python tesseract and got the exact results.

Let me know if you want the workflow. Will forward you :slight_smile:

1 Like

Let me try. Thanks Hareesh

1 Like

Hi If you can forward the workflow that’ll be helpful