Rotate image while reading OCR

How do I tell uipath that rotate the image(by 90 degrees) till the image’s text is straight before reading it? The logic I used was to use “OCR text exists” and rotate it till the condition is met by clicking the rotate button. But in some cases it recognizes the text from images which are at 90 degrees but when it reads the whole document, the output turns out to be gibberish. Any other method I can use to solve this?

@jamnanin
you can achieve this opening your document using Microsoft Office Document Imaging(MODI).
there is an option in MODI to auto-rotate page based on text orientation.

thanks,
pathrudu

Hi @jamnanin
We have the same scenario of reading images, Could you please help us in resolving this?

Thanks,
Mounika

Can you share a sample workflow how to use this?

Did you find any solution to this?