I am trying to read which radio button is checked and check box is selected in pdf without using OCR.
Following one of the forum suggestion, I tried extracting text and check for any additional characters which will tell me which radio button is checked but I don’t see any additional characters in extracted text (used pdf activities)
Thanks Anil. I did try but it isn’t showing anything additional in text file (wrote read op to txt file) to differentiate whether yes or no radio btn is selected.
Another way to read the status of radio buttons and check boxes in a PDF document using UiPath is to use the “Extract Structured Data” activity. This activity uses machine learning algorithms to extract information from a document, including the status of buttons. You can use the activity to extract data from a PDF document and use the extracted data to determine the status of the buttons.