You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we also support ALTO 3.0, 4.0 etc. in the transformation alto2hocr? I am not speaking about any new functionalities but just the new namespaces. The transformation alto2text is using a different syntax e.g.
<xsl:templatematch="*[local-name()='TextLine']">
instead of
<xsl:templatematch="TextLine">
and thereby is already compatible with other versions of the ALTO namespace. Maybe we can do something similar for the alto2hocr transformation.
The commit you mentioned added a new hocr2alto3.0.xsl, but the other direction which I asked here, i.e. that alto2hocr also supports alto v3.0, 4.0 etc, is still not possible. Therefore, I wanted to ask, if we can reopen this issue.
Can we also support ALTO 3.0, 4.0 etc. in the transformation alto2hocr? I am not speaking about any new functionalities but just the new namespaces. The transformation alto2text is using a different syntax e.g.
instead of
and thereby is already compatible with other versions of the ALTO namespace. Maybe we can do something similar for the alto2hocr transformation.
See also UB-Mannheim/ocr-fileformat#95
The text was updated successfully, but these errors were encountered: