Open henning-gerhardt opened 3 years ago
In 3.x, on export, a folder is created for the process, and inside is copied any folders that are set βcopy on exportβ in the folder settings of the project. There is currently not a way to change this.
So, from metadata directory:
π metadata/
π 42/
π images/
π 1234567X_tif/ [SOURCE]
π jpgs/
π default/ [DEFAULT]
π thumbs/ [THUMBS]
π ocr/
π alto/ [TXT]
π pdf/ [PDF]
π meta.xml
If you choose DEFAULT, THUMBS and PDF to be exported, you will get in the hotfolder:
π hotfolder/
π 1234567X/
π jpgs/
π default/ [DEFAULT]
π thumbs/ [THUMBS]
π ocr/
π pdf/ [PDF]
π 1234567X.xml
There is currently no way to configure a different name for the folder in the hotfolder, they will be the same as in the process directory. There is currently no way not to copy a folder if it is empty, either.
To change the names of the exported folders, you have to change the names of the internal folders.
Changing the name of the internal folder is not really possible as then I must change this for over 480.000 processes.
So I need time to adjust the post processing application which providing the processed data to our presentation system for this new "requirements".
Exporting a process in current Kitodo.Production version results in a different directory sub structure like in 2.x.
In 2.x the following directory structure was created on an export with images and ocr data
In 3.x this structure is created
The folder configuration looks like
OCR (ALTO)
LOCAL
It looks for me that the folder names of the internal structure are taken one to one on export.
Is there a way to change the naming of the exported directories?