Lesson 10 Get Text PDF is not working - Just outputting Ávpageview"

I tried running ‘Get Text PDF’’ in lesson 10 and I get ÄVpageview" as ouput instead of “'40”

I tried independently also. It is not working. I may be missing something here.

2 Likes

I also encountered the same situation, can not choose “¥ 40.00USD”, the situation appears under the map (2017.1.6522, framework 4.6)


i see this

12 Likes

Thanks, it works!

Hi

I too am attempting the practice examples of Lesson 10 of the Foundation Training course and have the same issue. In UiExplorer, selecting any part of the PDF only returns the same selector, with just the top level (acrord32.exe and file name) and then a series of cls statements, ending in '.

I do not get the additional selectors as per the downloaded PDF Samples UiPath project file, that show also and . When I run the downloaded project, it errors with ‘Cannot find the UI element corresponding to the selector’.

When I run my version, the output from the Get Text variable contains just the text ’ '. My version does have a Clipping Region set, whereas the downloaded version does not.

Is this perhaps caused by a new version of Adobe Acrobat (I just installed the latest version on my new Windows instance).

Thanks
Steve

I’ve resolved the problem from another similar thread. The solution was to de-select and then re-select the Adobe Acrobat Reader preferences:
Edit > Preferences > Accessibility:

  • Use document structure for tab order when no explicit tab order is specified
  • Enable assistive technology support

It may be just the latter that is needed.

I also have the same limitation, in that once you close Acobat Reader, it can no longer find the element. I have to re-open Acrobat Reader, de- and then re-select the options once again and leave Acrobat Reader open for it to work.

1 Like

any one help me , because i also stuck with ‘AVpage view’ message while using get text in uipath for pdf

I have applied mentioned workaround and changed the settings of Adobe Acrobat Reader preferences but still stuck with ‘AVpage view’ message while using GetText for PDF.
Please guide me on this.

It is really helpful.

Thanks this solution (workaround) works fine form me :slight_smile:

After unchecking “Enable assistive technology support” from Adobe, I had to re-configure the Anchor Base activity to make it work.

I have applied mentioned workaround and changed the settings of Adobe Acrobat Reader preferences but still stuck with ‘AVpageView’ message while using GetText for PDF.
Please help!!.

Hi. I have changed my Adobe settings per the helpful suggestions and turned off my touch screen with no success. Still cannot use Get Text to read specific PDF elements. Please advise on additional. Thanks so much for additional suggestions you may have. k

This is how it worked for me:

  1. Delect first two Edit->Preferences->Accessibility settings. click ok
  2. Go back and now select first two Edit->Preferences->Accessibility settings. click ok
  3. Go to UiPath project and for each Anchor base->Indicate on screen and click on the label. this time notice that it automatically shows a rectangle around the field being selected and you just need to click instead of drawing the rectangle.
  4. repeat for “Get Text” activity.
  5. save and run. It will run flawlessly!
4 Likes

Hi ,
Changed my Adobe settings as per some of the suggestions ,Still cannot use Get Text to read specific PDF elements. Please advise . My pdf sample is like below

thanks

I am observing the same and have tried the above solution.

Can anybody help me ?

The above worked for me - awesome thanks !! :smiley:

However I had followed the following steps in the academy training while configuring Adobe Acrobat Reader DC - The first 2 boxes were already checked so I did not do anything. Seems I should have unchecked them and then checked them again:

Note 1: If the PDF is opened with Adobe Reader DC Acrobat, there might be a few steps to take before you can extract specific elements using UiPath studio methods. Start Acrobat and press Ctrl+k. That opens the Preferences pop-up. Select Reading, out of the categories on the left panel. Verify that the drop down Reading Order options is set to the Acrobat recommended option, ‘Infer reading order from document (recommended)’, ‘Page vs. Document’: should be set to ‘Read the entire document’ and ‘Confirm before tagging documents’ should be unchecked. Then on the left panel, click Accessibility. In the Other Accessibility Options section, check the first two boxes if they are not already checked: ‘Use document structure for tab order when no explicit tab order is specified’, ‘Enable assistive technology support’, and click OK.

Hi I have followed thE SAME instructuction it didnt work, Could you guide me a little more on it

@Tanushri Let me explain in a little more detail on the steps.

  1. Open up Adobe Acrobat Reader DC with not document.
  2. Press Ctrl+k to get to following screen and Click on “Reading” to get the following screen:
  3. Makes sure all the settings are the same as on this screen.
  4. Then click on the “Accessibility” option on same screen as in following image:
  5. In the above image you will see the 2 highlighted check boxes.
  6. If any of them are “checked” then you must “uncheck” them BOTH.
  7. Then “check” them both again and click “OK” at the bottom of the screen.

this is nice workaround for this particular lesson task, but it won’t work for real automation as it reaquires checking and un-ckecking accessibility fields each time .pdf document is opened.

I guess it would be better to use OCR image captioning for PDFs instead.

wonderful