This commit is contained in:
Clemens Neudecker 2019-12-05 22:24:28 +01:00 committed by GitHub
parent d08712533a
commit d90dad48fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1236,9 +1236,9 @@ class textlineerkenner:
# create the file structure
data = ET.Element('PcGts')
data.set('xmlns',"http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
data.set('xmlns',"http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")
data.set('xmlns:xsi',"http://www.w3.org/2001/XMLSchema-instance")
data.set('xsi:schemaLocation',"http://schema.primaresearch.org/PAGE/gts/pagecontent/2017-07-15")
data.set('xsi:schemaLocation',"http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15")