This repository save the stylesheet and workaround for transforming the properitary PAGE XML file from Transkribus (https://transkribus.eu/Transkribus) into a PAGE XML valid format (https://www.primaresearch.org/schema/PAGE/gts/pagecontent/ newest version from 2019-07-16
I think we need something like:
TableCellRegion
→ TextRegionTableCellRegion/@row
→TableCellRole/@rowIndex
TableCellRegion/@col
→TableCellRole/@columnIndex
TableCellRegion/@rowSpan
→TableCellRole/@rowSpan
TableCellRegion/@colSpan
→TableCellRole/@colSpan
TableCellRegion/@label
→TableCellRole/@header
CornerPts
and the*Visible
attributes are probably irrelevant.