marketplace
latest
false
- Release Notes
 - Overview
 - Getting Started
 - Marketplace Vendors
 - Marketplace Customers
 - Publishing Guidelines
 - Publishing Guidelines for Ready-to-go Automations
 - Publishing Guidelines for Solution Accelerators
 - Publishing Guidelines for Integration Service Connectors
 - Publishing Guidelines for Process Mining app templates
 - Security & IP Protection
 - Other UiPath Listings
- Node-RED
 - Annotate File
 - Annotate Text
 - Annotate CogX
 
- Setup
 - Teams
 - Microsoft Teams Scope
 - Create Team
 - Create Team From Group
 - Get Team
 - Get Teams
 - Channels
 - Create Channel
 - Delete Channel
 - Get Channel
 - Get Channels
 - Update Channel
 - Chats
 - Get Chat
 - Get Chats
 - Get Chat Members
 - Messages
 - Get Message
 - Get Messages
 - Get Message Replies
 - Reply To Message
 - Send Message
 - Events
 - Create Event
 - Delete Event
 - Get Event
 - Get Events
 - Users
 - Get User Presence
 
- How It Works
 - Technical References
 - Get Started
 - About
 - Setup
 - Technical References
 - Azure Form Recognizer Scope
 - Activities
 - Analyze Form
 - Analyze Form Async
 - Get Analyze Form Result
 - Analyze Receipt
 - Analyze Receipt Async
 - Get Analyze Receipt Result
 - Analyze Layout
 - Analyze Layout Async
 - Get Analyze Layout Result
 - Train Model
 - Get Models
 - Get Model Keys
 - Get Model Info
 - Delete Model
 
 - Connectors
 - How to Create Activities
 - Build Your Integration
 

Marketplace User Guide
Last updated Oct 10, 2025
UiPath.ExpertSystem.Activities.AnnotateFile
Annotates a specified file input and returns the relevant tags.
Common
- DisplayName - The display name of the activity.
 
Credentials
- Password - Password for the instance of Expert System Cogito API service.
 - ServiceEndpoint - The endpoint of the instance of Expert System Cogito API service.
 - Username - Username for the instance of Expert System Cogito API service.
 
Input
- AnnotationPlan - The annotation plan for the activity. The annotation plan needs to be defined in the Expert System Cogito Application. The annotation plan specifies the format of the output.
 - Input - The path to an PDF input file.
 - ResponseType - If Json is selected, the FullResponse field will be a Json String. If XML is selected the the FullResponse field will be a XML String.
 
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
 
Output
- FullResponse - The full result of the analysis. This scan be processed further using the Web Activities package.
 - Results - The result returned as a custom ExpertSystemResponse class. Each descriptor will contains the following fields:
 - FieldLabel - The label assigned to the detected field.
 - FieldName - The Value for the detected field.
 - Template - The name of the template for the given field.