-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantics of textLineOrder and readingDirection #26
Comments
Interestingly, there are also 3 examples of Looking at the images, to me it seems that:
Then there are 107 TextRegions with And there's four more, 089, 90, 712 and 713, which all have an additional Is this some sort of game? (There's also the aspect of what your point of reference for absolute terms like top and bottom, left and right is when you have non-orthogonal |
The larger issue on how XML ordering relates to explicit |
In a discussion about related representation within ALTO, IIUC @mittagessen argued that the notions
Regardless what might be a good interpretation, they all seem to defy the actual examples described above. @chris1010010 please clarify what were the intended semantics of these attributes (and where to find documentation or correct examples)! |
The schema documentation only says this:
readingDirection
:textLineOrder
:Now, the values for both of these are stated in absolute terms (top-to-bottom, bottom-to-top, left-to-right, right-to-left), not relative to XML ordering (straight vs inverse).
So how exactly should they be interpreted?
@orientation
: Before or after rotation?I have not found a single example anywhere in the repo. I found but 2 examples of
@readingDirection="bottom-to-top"
in the PRImA Layout Analysis Dataset, namelyr13
in 00000408 andr3
in 00000394 – both of which are cases of@orientation=-90°
. Is this correct?The text was updated successfully, but these errors were encountered: