A developer wants to get individual pieces of data from a series of digital PDFs in the screen's background using UI Automation. Based on best practices, which activity should be used to get the information?
A developer wants to get individual pieces of data from a series of digital PDFs in the screen's background using UI Automation. Based on best practices, which activity should be used to get the information?
To get individual pieces of data from digital PDFs in the screen's background using UI Automation, the best practice is to use the 'Get Full Text' activity. This activity is designed to efficiently extract text in the background without needing to interact with the UI directly, ensuring that the process runs smoothly and without interruptions.
Answer should be D here
Output or Screen Scraping Methods https://docs.uipath.com/studio/standalone/2023.4/user-guide/output-or-screen-scraping-methods
should be A
in background is working just Full Text
I thought the answer should be D since OCR reads PDFs... But I may be wrong
C, because according to the documentation it is the only option the runs in the background.