Question Answer
If the PDF activities are not listed in your Activities Panel, how can you get them?  by installing them using the Manage Packages feature
Which of the following statements regarding the Read PDF with OCR activity are true? - it works with native .pdf files

- it allows you to specify the range of pages to be read

- it can use different OCR engines (Microsoft, Google)
Which of the following methods can be used for reading text from a native .pdf document? - UI Autimantion (open . pdf document in Adobe Acrobat Reader, then Get Text)

- Read PDF with OCR activity

- Read PDF with Text activity
Which of the following activities requires the PDF file to be opened with Acrobat Reader in order to read it? Get Text
Will the Read PDF with OCR activity open the PDF document on the screen in order to read it? No
What activity should you use to extract all the text from the PDF file?  Read PDF with OCR

- Read PDF with Text
If the PDF contains both images and native text, what activity should you use to read all the text from it? Read PDF with OCR
What is the easiest way to get the invoice number from a native PDF file? Open the PDF with Acrobat and scrape only relevant information
How can a robot read only the first page of a PDF file, using the PDF activities? Set the Range property to: "1"
How can you specify the location of a PDF file?  As a relative path

- As a full path to the PDF
If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use?  Get Text
We have a native PDF invoice and we need to read the amount in USD next to the label AMOUNT. What methods can we apply to get the desired value?  open the file in Acrobat Reader or any other compatible PDF Reader and use Anchor Base with the label As an anchor.

- use the Get Text activity with a reliable selector (if available) in order to only retrieve the amount from the PDF file.
Which of the following methods can be used for reading text from a native .pdf document? - Read PDF with OCR activity

- Read PDF Text activity

- Ui Automation (open .pdf document in Adobe Acrobat Reader, then Get Text)
What is the easiest way to get the invoice number from a native PDF file? Open the PDF with Acrobat and scrape only relevant information
If you want to extract specific information from a series of PDF files with a similar structure but the workflow only works for one file of the series, what should you investigate? The Selector property.
The Read PDF with OCR activity will throw an error if the following is not specified:  the FileName property.

- the OCR Engine that is to be used.