Comment on page
Mass upload
This workflow plugin allows a mass upload of files with automatic allocation to the correct Goobi processes either on the basis of the file names or by means of the analysed barcodes.
This workflow plugin allows mass uploading of files that are to be automatically assigned to the correct processes by Goobi workflow. The plugin provides its own interface for this purpose, which either allows you to upload files directly via the web interface or, alternatively, can also read out images from the user directory. These images are checked by the plugin for their name in order to determine the associated Goobi process. If the process has been identified uniquely and the Goobi process identified is also in the configured workflow step, the images are assigned to this step and the workflow is processed further.
As well as assigning files on the basis of their file name, it is also possible to configure the system so that an image analysis is carried out instead, which reads barcodes. This makes it possible that images of several processes are named sequentially, for example, and only a separating sheet between the images needs to be included. All images after such a separator sheet with an identifiable barcode are assigned to the respective process until the next barcode in the file stack is determined.
Details | Text |
---|---|
Identifier | intranda_workflow_massupload |
Source code | |
Licence | GPL 2.0 or newer |
Compatibility | Goobi workflow 20.06 |
Documentation date | 20.09.2020 |
To install the plugin, the following two files must be installed:
/opt/digiverso/goobi/plugins/workflow/plugin_intranda_workflow_massupload.jar
/opt/digiverso/goobi/plugins/GUI/plugin_intranda_workflow_massupload-GUI.jar
To configure how the plugin should behave, various values can be adjusted in the configuration file. The configuration file is usually located here:
/opt/digiverso/goobi/config/plugin_intranda_workflow_massupload.xml
The contents of this configuration file are as follows:
<config_plugin>
<!-- which file types shall be allowed for uploading these -->
<allowed-file-extensions>/(\.|\/)(gif|jpe?g|png|tiff?|jp2|pdf)$/</allowed-file-extensions>
<!-- name of the folder inside of a users home directory to use as alternative for web upload -->
<user-folder-name>mass_upload</user-folder-name>
<!-- define if instead of the file naming a barcode shall be analyzed to match the following images to the corresponding process until the next barcode
gets recognized -->
<use-barcodes>true</use-barcodes>
<!-- copy images using goobi script in the background (true or false) -->
<copy-images-using-goobiscript>false</copy-images-using-goobiscript>
<!-- which workflow step has to be open to allow the upload into the process -->
<allowed-step>Scanning</allowed-step>
<allowed-step>Upload</allowed-step>