initialize
Initializes this plugin if the CodBi-Plugin-Property Active_AI contains OCR (case insensitive). By determining the pluginRoot it tells the execute-method where to store the temporary images. Furthermore, the appropriate native libraries for the server's os will be extracted from the JAR and copied onto the server's drive prior to being cloned to be provided as versions that won't be locked due to possible previous initializations of the plugin. This servlet will check if the appropriate models for the languages specified via the CodBi-Plugin-Property AI_Tesseract_Languages (e.g. deu+ita+eng or just deu) are already present within the Plugin's local resources and download the model for each language automatically, if not. If the property is not set deu will be assumed.
Parameters
The IPluginInitializeData as provided by the formcycle environment.