'Tabula font error in reading table from PDF

I saw a lot of people had similar issues, but not this one. And many of the similar issues do not have an applicable solution, unfortunately.

I am getting this warning from tabula. And when I look at the result or test the length of what it extracts, there is nothing there. Here is the message:

Got stderr: Apr 12, 2022 5:34:12 PM org.apache.pdfbox.pdmodel.font.PDTrueTypeFont <init>
WARNING: Using fallback font 'Helvetica-Oblique' for 'CenturyGothic-Italic'

All I am using is:

   table = tabula.read_pdf(pdf_path, pages= page, multiple_tables = True) 

Any ideas??



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source