Lesson 10 - PDF
activity
Read PDF Text activity
Single choice
(105) How can a robot read only the first page of a PDF file, using the PDF activities?
Set the Range property to: 1
Set the Range property to: “all”
Set the Range property to: “1” (√)
Read PDF with OCR activity
Multiple Choice
(106) The Read PDF with OCR activity will throw an error if the following is not specified:
The Text property.
The FileName property.(√)
The Password property.
The OCR Engine that is to be used.(√)
Multiple Choice
(107) Which of the following statements regarding the Read PDF with OCR activity are true?
It can use different OCR engines (Microsoft, Google) (√)
It works with native .pdf files (√)
None of the options
It allows you to specify the range of pages to be read (√)
Single choice
(108) Will the Read PDF with OCR activity open the PDF document on the screen in order to read it?
Yes No(√)
Single choice
(109) If the PDF contains both images and native text, what activity should you use to read all the text from it?
Read PDF Text Read Image Read PDF with OCR(√) Get Text
Multiple Choice
(110) Which of the following methods can be used for reading text from a native .pdf document?
Read PDF Text activity (√)
Ui Automation (open .pdf document in Adobe Acrobat Reader, then Get Text) (√)
Read PDF with OCR activity (√)
Get Text
Single choice
(111) Which of the following activities requires the PDF file to be opened with Acrobat Reader in order to read it?
Read Image Read PDF Text Get Text (√) Read PDF with OCR
Single choice
(112) If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use?
Get Text (√) Read PDF with OCR There is no activity for this Get Text with OCR
Single choice
(113) 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 ContinueOnError property.
None of the options
The TimeoutMS property.
The Selector property. (√)
Single choice
(114) If the PDF activities are not listed in your Activities Panel, how can you get them?
By going to the Output panel.
By finding them in the Library tab.
By installing them using the Manage Packages feature.(√)
Single choice
(115) What is the easiest way to get the invoice number from a native PDF file?
Use Read PDF Text and get the value using string manipulation
Use Read PDF with OCR and get the value using string manipulation
Open the PDF with Acrobat and scrape only relevant information (√)
Multiple Choice
(116) How can you specify the location of a PDF file?
As a full path to the PDF (√) As a relative path (√) As a path to the workflow (×)
Multiple Choice
(117) 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?
A. Open the file in Acrobat Reader or any other compatible PDF reader and use Anchor Base with the label as an anchor (√)
B. Use a Read PDF Text activity and then use the required String manipulation methods to retrieve only the amount (√)
C. Use the Get Text activity with a reliable selector (if available) in order to only retrieve the amount from the PDF file (√)