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
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
Tags in Transkribus are stored in a custom tag format inside the custom attribute of a textline, word or region of the PAGE format (e.g. a textline containing the text I am a Dr. can be tagged with an abrreviation: custom="abbrev { offset:7; length:3; expansion: Doktor;}")
To support editors that work with explicit XML/TEI like tags in the content of textlines, words or regions (I am a <abbrev expansion=Doktor>Dr.</abbrev>) a converter in both directions is needed
The text was updated successfully, but these errors were encountered:
I am a Dr.
can be tagged with an abrreviation:custom="abbrev { offset:7; length:3; expansion: Doktor;}"
)I am a <abbrev expansion=Doktor>Dr.</abbrev>
) a converter in both directions is neededThe text was updated successfully, but these errors were encountered: