The UiPath.PDF.Activities
pack contains activities designed to extract data from PDF and XPS files and store it into string variables. The data can be extracted from the entire document or from a range of pages specified under the Range property found in each of the activities.
C# Project Flavor Support
Starting with version 3.3.0, this activity package is validated for use in C# projects.
Note:
If an error mentioning the Docotic.Pdf library is encountered at runtime, then you should upgrade the
UiPath.PDF.Activities
package to version v3.1.0 or higher.
In the case of scanned documents, data extraction can also be achieved by using OCR-based activities, Read PDF With OCR and Read XPS With OCR. You can choose any of the available OCR Engines in the UiPath ecosystem, apart from the screen OCR related engines, and simply drop the engine in the body of the activity.
Note:
If you want to use the
UiPath.PDF.Activities
package in the same project with theUiPath.IntelligentOCR.Activities
package, you need to use either version 2.x of both, or versions 3.x of both. UiPath.IntelligentOCR.Activities version 3.0 and higher is incompatible with a UiPath.PDF.Activities version lower than 3.0, and aUiPath.PDF.Activities
version 3.0 or higher is incompatible with anUiPath.IntelligentOCR.Activities
version lower than 3.0.
Updated 2 months ago