- Release Notes
- About the Document Processing Contracts
- Preview Releases
- Box Class
- IPersistedActivity Interface
- PrettyBoxConverter Class
- IClassifierActivity Interface
- IClassifierCapabilitiesProvider Interface
- ClassifierDocumentType Class
- ClassifierResult Class
- ClassifierCodeActivity Class
- ClassifierNativeActivity Class
- ClassifierAsyncCodeActivity Class
- ClassifierDocumentTypeCapability Class
- ExtractorAsyncCodeActivity Class
- ExtractorCodeActivity Class
- ExtractorDocumentType Class
- ExtractorDocumentTypeCapabilities Class
- ExtractorFieldCapability Class
- ExtractorNativeActivity Class
- ExtractorResult Class
- ICapabilitiesProvider Interface
- IExtractorActivity Interface
- ExtractorPayload Class
- DocumentActionPriority Enum
- DocumentActionData Class
- DocumentActionStatus Enum
- DocumentActionType Enum
- DocumentClassificationActionData Class
- DocumentValidationActionData Class
- UserData Class
- Document Class
- DocumentSplittingResult Class
- DomExtensions Class
- Page Class
- PageSection Class
- Polygon Class
- PolygonConverter Class
- Metadata Class
- WordGroup Class
- Word Class
- ProcessingSource Enum
- ResultsTableCell Class
- ResultsTableValue Class
- ResultsTableColumnInfo Class
- ResultsTable Class
- Rotation Enum
- SectionType Enum
- WordGroupType Enum
- IDocumentTextProjection Interface
- ClassificationResult Class
- ExtractionResult Class
- ResultsDocument Class
- ResultsDocumentBounds Class
- ResultsDataPoint Class
- ResultsValue Class
- ResultsContentReference Class
- ResultsValueTokens Class
- ResultsDerivedField Class
- ResultsDataSource Enum
- ResultConstants Class
- SimpleFieldValue Class
- TableFieldValue Class
- DocumentGroup Class
- DocumentTaxonomy Class
- DocumentType Class
- Field Class
- FieldType Enum
- LanguageInfo Class
- MetadataEntry Class
- TextType Enum
- TypeField Class
- ITrackingActivity Interface
- ITrainableActivity Interface
- ITrainableClassifierActivity Interface
- ITrainableExtractorActivity Interface
- TrainableClassifierAsyncCodeActivity Class
- TrainableClassifierCodeActivity Class
- TrainableClassifierNativeActivity Class
- TrainableExtractorAsyncCodeActivity Class
- TrainableExtractorCodeActivity Class
- TrainableExtractorNativeActivity Class
- Release Notes
- About the IntelligentOCR Activities Package
- Project Compatibility
- Load Taxonomy
- Digitize Document
- Classify Document Scope
- Keyword Based Classifier
- Intelligent Keyword Classifier
- Present Classification Station
- Create Document Classification Action
- Wait for Document Classification Action and Resume
- Train Classifiers Scope
- Keyword Based Classifier Trainer
- Intelligent Keyword Classifier Trainer
- Data Extraction Scope
- RegEx Based Extractor
- Form Extractor
- Intelligent Form Extractor
- Present Validation Station
- Create Document Validation Action
- Wait for Document Validation Action and Resume
- Train Extractors Scope
- Export Extraction Results
- Release Notes
- About the OCR Contracts
- Project Compatibility
- IOCRActivity Interface
- OCRAsyncCodeActivity Class
- OCRCodeActivity Class
- OCRNativeActivity Class
- Character Class
- OCRResult Class
- Word Class
- FontStyles Enum
- OCRRotation Enum
- OCRCapabilities Class
- OCRScrapeBase Class
- OCRScrapeFactory Class
- ScrapeControlBase Class
- ScrapeEngineUsages Enum
- ScrapeEngineBase
- ScrapeEngineFactory Class
- ScrapeEngineProvider Class
Release Notes
V3.16.0
Release date: 24 October 2023
We are constantly working to improve your UiPath Document Understanding experience. Even though there are no major significant changes with this release, we made sure to bring minor improvements and accessibility fixes to our product.
v3.14.1
Release date: 7 June 2023
We are constantly working to improve your UiPath Document Understanding experience. Even though there are no major significant changes with this release, we made sure to bring minor improvements and accessibility fixes to our product.
v3.10.2
Release date: 7 June 2023
We are constantly working to improve your UiPath Document Understanding experience. Even though there are no major significant changes with this release, we made sure to bring minor improvements and accessibility fixes to our product.
v3.14.0
Release date: 26 April 2023
New features & Improvements
The UiPath.PDF.Activities package can now be used with right-to-left languages.The following activities have been upgraded and can also be used cross-platform:
-
Set PDF Password
-
Merge PDFs
-
Get PDF Page Count
-
Extract PDF Text
-
Extract PDF Images
-
Extract PDF Page Range
If you want to use the cross-platform PDF related activities, you can find them in the UiPath.DocumentUnderstanding.Activities package. For non cross-platform workflows, you can continue using the activities inside the UiPath.PDF.Activities package.
V3.11.0
Release date: 15 December 2022
New features & Improvements
The Studio user interface is now available in Traditional Chinese.
V3.10.1
Release date: 24 October 2022
New features & Improvements
Updates have been made on the UiPath.PDF.Activities package, by centralizing code in a single location, hence the UiPath.PDF.Activities
package now throws a single exception, UiPath.DocumentUnderstanding.Digitizer.Exceptions.PdfException
, eliminating these exceptions: IncorrectPasswordException
or UnexpectedStructureException
.
We have upgraded the web framework of the UiPath.PDF.Activities package.
V3.6.0
Release Date: 9 May 2022
Improvements
The UiPath.PDF.Activities package has been upgraded to .NET5 core. This change implies having the .NET5 installed on your machine if the package is run within a non-Windows legacy workflow.
V3.4.1
Release Date: 4 October 2021
Improvements
The UiPath.PDF.Activities package has been upgraded to .NET5. While both .NET versions continue to be supported, the .NET5 projects can only work on 64-bit architectures.
V3.4.0
Release Date: 26 March 2021
Improvements
The processing of certain PDF files has been improved.
V3.3.0
Release Date: 28 September 2020
Improvements
Starting with this release, the package is validated for use in C# projects.
V3.2.2
Release Date: 4 May 2020
New Features and Improvements
A new activity, Get PDF Page Count, that can return the total number of pages of a given PDF file is now available.
V3.1.0
Release Date: 8 November 2019
New Features and Improvements
A new input option, PreserveFormatting, is now available for the Read PDF Text activity, allowing you to maintain the formatting of the file throughout the extraction process.
The UiPath.PDF.Activities package can now be used on machines that have the FIPS Compliance Flag activated.
Known Issues
- As the PDF standard contains some functionalities which are not FIPS compliant (related to document signing and password protection), exceptions might occur. The exception is thrown by the activities at run-time when files with non-FIPS compliant content are processed.