Hi guys,
If the robot needs to read a PDF file (in OCR of digital) and the PDF is 180º Rotated. There is a way to identify, read or flip the PDF with uipath?
Hi guys,
If the robot needs to read a PDF file (in OCR of digital) and the PDF is 180º Rotated. There is a way to identify, read or flip the PDF with uipath?
Yah we can get back to normal form
like --use a START PROCESS activity and pass the filepath of PDF as input to FILENAME property so that it will open the pdf in foreground
–now use a SEND HOT KEY activity with just key as alt and no element chosen for selector
–and another SEND HOT KEY activity with key as v
–one more SEND HOT KEY activity with key as v
AND ONE MORE SEND HOT KEY activity with key as c or w based on your need
–then a FINAL SENDHOT KEY activity with key as ctrl+s
then we can read with normal READ PDF with OCR activity
Cheers @KevinDS