Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Append page feature allows to upload images without filename extension #263

Open kahlep opened 5 years ago

kahlep commented 5 years ago

E.g. see document 91031. Obviously the upload did not accept the image files and the user appended the images to an existing document. Image files like that can not be handled by fimagestore http client and most jobs on such documents will fail.

jkloe commented 5 years ago

Should this be feature of the fimagestore? We will have to deal with this problem for the images from NAF anyway...

jkloe commented 5 years ago

On a fimagestore upload of a file with no extension we could try to determine the (img-)mimetype of the file from its content and add an extension if successful.

hackmanschorsch commented 5 years ago

GUI prevents this already