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 Apr 15, 2024. It is now read-only.
I'm dealing with a pdf document with font that has some custom glyph names (i.e. glyph names not in AGL and do not follow AGLFN).
As a result, I get "(cid:)" in the parsed text.
To overcome this I'll have to change the cid2unicode map of the font. It would be very helpful to be able to configure the pdfminer to load this map from a separate font file. So, it can accept a folder where there will be some font files and will load the cid2unicode from there (if such file exists) using a tool like https://fonttools.readthedocs.io/en/latest/#
The text was updated successfully, but these errors were encountered:
I'm dealing with a pdf document with font that has some custom glyph names (i.e. glyph names not in AGL and do not follow AGLFN).
As a result, I get "(cid:)" in the parsed text.
To overcome this I'll have to change the
cid2unicode
map of the font. It would be very helpful to be able to configure the pdfminer to load this map from a separate font file. So, it can accept a folder where there will be some font files and will load thecid2unicode
from there (if such file exists) using a tool like https://fonttools.readthedocs.io/en/latest/#The text was updated successfully, but these errors were encountered: