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

do not skip the blocks of smaller fonts between the selected blocks in the same line #48

Open
metebalci opened this issue Dec 3, 2024 · 0 comments
Assignees

Comments

@metebalci
Copy link
Owner

An example is given in #47, from the log output:

INFO/pdftitle.py: (<PDFType1Font: basefont='NIQPDG+PLRoman10-Bold'>, 10.91, 57.75, -81.77, ['E', 'x', 'p', 'l', 'i', 'c', 'i', 't'])
INFO/pdftitle.py: (<PDFType1Font: basefont='FHQCIW+PLRoman10-Regular'>, 9.96, 104.69, -81.77, ['4'])
INFO/pdftitle.py: (<PDFType1Font: basefont='NIQPDG+PLRoman10-Bold'>, 10.91, 109.67, -81.77, ['-', 'd', 'e', 's', 'c', 'e', 'n', 't', 's', 'o', 'n', 'a', 'n', 'e', 'l', 'l', 'i', 'p', 't', 'i', 'c', ...

The title is "Explicit 4-descents on an elliptic curve" with "4" written differently. "4" is using a smaller font (and eliot-tfs=0,1 does not work properly because the same font is also used in other places), and it is skipped when selecting the blocks. It would make sense to not skip this because they are all on the same y position (-81.77).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant