-
Notifications
You must be signed in to change notification settings - Fork 9
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
show baselines #17
Comments
The world is full of surprises... |
Sure, but how do I ever get to see a PAGE baseline then? Is Aletheia the only tool that shows them? Or is AletheiaWeb, too? Also, on my suggestions – assuming I would be able to get the build system for this package – is that the way to go, or am I missing something? |
Just Aletheia at the moment |
I see. Do you happen to know if this works with
Still thinking about a PR but waiting for your approval/comment. |
Merged in the baseline code |
Thanks, but 5113c38 is not a merge, it's a copy, modify and paste. I'll have to rebase now. If you had just asked me to split my PR I would have done so (as I said)... Also, I wonder why you always couple changes of source files with fully regenerated apidoc HTMLs in your commits. This makes it much harder to view them and browse history. If apidoc needs to be in the same repo, please at least commit the HTMLs separately. |
Ok, yes, it was a manual merge. |
Oh, I see – that explains it. But perhaps you could do something like
? |
Today I was surprised to learn that PageViewer does not visualise
TextLine/Baseline
.Wouldn't be much more than checking for
line.getBaseline()
inDocumentImageView.drawTextlines()
, and using a newDrawingHelper.drawMultiline
to display it, right?The text was updated successfully, but these errors were encountered: