With the plugin for the quality control of images, images can be checked in detail for their quality
Name | Wert |
---|---|
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.
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:
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.
The configuration of the plugin is structured as follows:
The parameters within this configuration file have the following meanings:
Value | Description |
---|---|
Identifier
intranda_step_imageQA
Repository
Licence
GPL 2.0 or newer
Last change
27.08.2024 13:41:56
guiType
With this parameter you can define how the user interface should behave. Possible values are part
, full
and both
.
project
This parameter determines for which project the current block <config>
is to apply. The name of the project is used here. This parameter can occur several times per <config>
block.
step
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 <config>
block.
foldername
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. master
, media
or also individual folders such as photos
and scans
.
numberOfImagesPerPage
Here you can define how many thumbnails should be displayed simultaneously in the regular display.
thumbnailsize
This allows you to specify the size of the thumbnails to be displayed.
numberOfImagesInPartGUI
With this parameter you can define how many thumbnails should be displayed within the accepted task.
thumbnailFormat
Here you define the file format for displaying the thumbnails.
mainImageFormat
Define the file format for displaying the large image here.
imagesize
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.
tileSize
This parameter defines the size of the tiles for a tiled display of the images.
useTilesFullscreen
Specify here whether a display based on tiles should also be shown within the full screen display.
allowDeletion
This parameter can be used to allow deletion of individual images.
deletionCommand
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.
allowRotation
When this function is activated, the displayed images may be rotated in 90 degree increments.
rotationCommands
This allows you to specify which command line calls should be used to rotate the images.
allowRenaming
With this parameter a functionality for the specific naming of image files can be activated. Enabling this functionality might require modifications to the ImagePrefix
configuration option in the goobi_config.properties
configuration file.
allowReordering
With this parameter a functionality to reorder images can be activated. Enabling this functionality might require modifications to the ImagePrefix
configuration option in the goobi_config.properties
configuration file (the REORDER_
prefix has to be allowed).
reorderingPrefix
With this parameter the filename prefix after a reordering can bet set. The default filename prefix after reordering is: "REORDER_".
allowSelection
With this parameter one checkbox per image can be activated, which allows an individual selection of each image.
allowSelectionPage
This parameter allows you to specify whether a button for selecting all images on the current page should be displayed.
allowSelectionAll
This parameter allows you to specify whether a button for selecting all images should be displayed.
allowDownload
Here you can determine whether a download of the selected pages within a zip file should be allowed.
allowDownloadAsPdf
Here you can determine whether a download of the selected pages as one large PDF file should be allowed.
allowTaskFinishButtons
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.
displayocr
Here you can determine whether the button for displaying full text results should be activated.
useJSFullscreen
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.
allowFlipping
If this function is activated, the displayed images may be mirrored horizontally and vertically
flippingCommands
This allows you to specify which command line calls should be used to mirror the images.