Skip to content
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

Feature request: status line text with segment IDs #9

Open
bertsky opened this issue Dec 5, 2019 · 3 comments
Open

Feature request: status line text with segment IDs #9

bertsky opened this issue Dec 5, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@bertsky
Copy link
Contributor

bertsky commented Dec 5, 2019

To make navigation in the source annotation easier, show the current TextRegion / TextLine / Word / Glyph ids in the browser's status bar.

@mikegerber
Copy link
Member

mikegerber commented Dec 6, 2019

Yes, that would be useful. This feature is somewhat connected to #10 and #5 as I need to do text extraction differently to retain the segment ids.

@mikegerber mikegerber self-assigned this Dec 6, 2019
@mikegerber mikegerber added the enhancement New feature or request label Dec 6, 2019
@bertsky
Copy link
Contributor Author

bertsky commented Dec 6, 2019

Or you wait for the PAGE-XML DOM to give us references upwards in the hierarchy. See OCR-D/core#313 and discussion there.

@mikegerber
Copy link
Member

mikegerber commented Oct 8, 2020

Latest master now has a tooltip to display the segment id:

image

This is currently the region id for PAGE, and the texline id for ALTO as these are the levels we are currently extracting from. (Upcoming feature #5 will give more options.)

Support to display this for the word differences is also upcoming, until then this issue should stay open.

(This feature took a while because the internal text representation needed some new plumbing.)

@mikegerber mikegerber removed this from the 1.0 milestone Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants