Quality control of images
With the plugin for the quality control of images, images can be checked in detail for their quality
Overview
Name | Wert |
---|---|
Identifier | intranda_step_imageQA |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 27.08.2024 13:41:56 |
Introduction
This plugin is used to visually check the quality of images. It allows different views of images as thumbnails, in large display or even in full screen mode. In addition, the full text of the image can be displayed and various functions for download or image manipulation can be activated.
Installation
To use the plugin, these two files must be copied to the following locations:
The configuration of the plugin takes place within its configuration file plugin_intranda_step_imageQA.xml
. It is expected to be located under the following path:
Overview and functionality
To put the plugin into operation, it must be activated for one or more desired tasks in the workflow. This is done as shown in the following screenshot by selecting the intranda_step_imageQA
plugin from the list of installed plugins.
After the plugin has been completely installed and set up, it will be available for the users of the corresponding tasks. After entering a task, depending on the configuration, some images may be displayed immediately.
If you now enter the plugin by clicking on Plugin: intranda image control
, you will see the full display, which includes both thumbnails and a large image display.
Here you can select the desired images to be viewed in higher quality. The large image on the right can be zoomed and rotated for display. You can navigate between the images using the same shortcut keys as in the METS editor in Goobi workflow.
Images can also be displayed in a full-screen view for a larger view. In both the regular image display and the full-screen display, the associated full text can also be shown, provided that this has been generated in advance using OCR.
Besides the pure image display, the plugin can also handle other object types. For example, it is possible to display 3D objects, which can also be rotated and enlarged for display using additional navigation buttons. Depending on the individual configuration, the plugin allows many more functions, which are mostly visible within the thumbnail display. If these functions have been configured in the configuration file described above, they can be used, for example, for downloading PDF files, image files, rotations, flippings, deletions and other operations.
Configuration
The configuration of the plugin is structured as follows:
The parameters within this configuration file have the following meanings:
Value | Description |
---|---|
| With this parameter you can define how the user interface should behave. Possible values are |
| This parameter determines for which project the current block |
| This parameter controls for which work steps the block <config> should apply. The name of the work step is used here. This parameter can occur several times per |
| Specify here the directory from which the images are to be displayed. If several directories are used in the repeatable parameter, the user can choose between these directories. Possible values for this are e.g. |
| Here you can define how many thumbnails should be displayed simultaneously in the regular display. |
| This allows you to specify the size of the thumbnails to be displayed. |
| With this parameter you can define how many thumbnails should be displayed within the accepted task. |
| Here you define the file format for displaying the thumbnails. |
| Define the file format for displaying the large image here. |
| With this parameter, which can be repeated, the individual zoom levels of the images can be defined. The more levels are defined, the more often a higher resolution version of the image is generated and loaded when zooming the image. |
| This parameter defines the size of the tiles for a tiled display of the images. |
| Specify here whether a display based on tiles should also be shown within the full screen display. |
| This parameter can be used to allow deletion of individual images. |
| This sets the command for the delete operation. This can, among other things, allow images to be moved to other directories instead of actually being deleted. |
| When this function is activated, the displayed images may be rotated in 90 degree increments. |
| This allows you to specify which command line calls should be used to rotate the images. |
| With this parameter a functionality for the specific naming of image files can be activated. Enabling this functionality might require modifications to the |
| With this parameter a functionality to reorder images can be activated. Enabling this functionality might require modifications to the |
| With this parameter the filename prefix after a reordering can bet set. The default filename prefix after reordering is: "REORDER_". |
| With this parameter one checkbox per image can be activated, which allows an individual selection of each image. |
| This parameter allows you to specify whether a button for selecting all images on the current page should be displayed. |
| This parameter allows you to specify whether a button for selecting all images should be displayed. |
| Here you can determine whether a download of the selected pages within a zip file should be allowed. |
| Here you can determine whether a download of the selected pages as one large PDF file should be allowed. |
| This parameter can be used to enable buttons to complete the task to be displayed in the regular plugin interface, so that the plugin does not have to be exited first. |
| Here you can determine whether the button for displaying full text results should be activated. |
| This parameter can be used to specify that the full screen display is to be done using JavaScript alone. This display is much more performant, but does not allow the full text to be displayed parallel to the image. |
| If this function is activated, the displayed images may be mirrored horizontally and vertically |
| This allows you to specify which command line calls should be used to mirror the images. |
Last updated