Plugins
The application includes a plugin feature system that offers an easy way to customize and extend OpenKM functionalities. By default, the application includes a general-purpose plugin implementation; these can be disabled, replaced, or increased in number depending on the type of the plugin. For example, it may make sense to disable or replace an antivirus plugin; in the case of the text extractor, it may make sense to disable it or increase the number of available text extractors.
Plugins are shown in a table structure:
Plugin family name |
||
Name |
Class name |
Status |
Plugin families:
Plugin family | Module | Description |
---|---|---|
Automation validations |
Automation |
Validations are used in the automation feature. More information at: |
Automation actions |
Automation |
Validations are used in the automation feature. More information at: |
Template parsers |
OCR Zone |
Data extraction parser used in the OCR Zone. More information at: |
Template control parsers |
OCR Zone |
Document identification checkpoint used in the OCR Zone. More information at: |
Option select values |
Metadata |
Retrieves select values from server-side logic. For example, it helps retrieve data from a third-party system. More information at: |
Field validators |
Metadata |
Validation based on server-side logic. Helps implement complex validation logic that is not covered by the default UI validators. More information at: |
Principal adapters |
Authentication |
Authentication adapters are used to retrieve user and role information. For example, they can connect to an LDAP server or an external database that stores users and roles. More information at: |
Version number adapters |
Document |
Implements version number logic. More information at: |
Document converters |
Conversion |
The conversion service is used to convert documents to other formats. More information at: |
Metadata adapters |
UI |
Visualization logic for the metadata UI. More information at: |
Text extractor |
Search engine |
Text extractor based on document MIME type. More information at: |
Antivirus |
Document |
Antivirus checker. Helps integrate with any command-line antivirus. More information at: |