convert_from_path not fetching greek letter
I am experiencing that convert_from_path does not catch everything within the pdf, like greek letters:
This is the PDF file (I highlighted the disappearing letter):

This is the image returned from convert_from_path:

Any good ideas on why this is?
Hi! Sorry I am late here. Could you test if pdftoppm -r 300 -jpeg your_file.pdf out renders properly? If not it's an issue with the underlying library and unfortunately I don't have much control over that.
That being said, it looks like a font issue so if anything you should see some output when running pdftoppm that might point in the right direction.
Hi Belval,
Sorry also for the long delay. I guess it is out of your hands then. It returns:
Syntax Error: No display font for 'ArialUnicode'
If you have no further suggestions you can just close this issue - thanks for your reply :)
Update: I looked up the ArialUnicode and see that there is references to greek standards. What library are you using for font purposes?
That's dependent on your OS, fortunately the fonts are all shared so installing a LaTeX font package would probably fix your issue sudo apt install texlive-fonts-extra. For Arial the equivalent is DejaVuSans that you can get with sudo apt install ttf-dejavu iirc.