I am getting an error when I specify the area in the following code:
data = tb.read_pdf(pdf_file, guess=False, stream=True, pandas_options ={'header': None}, encoding="utf-8", multiple_tables =False, area = [136,10,10,10], pages ='1', columns = [124,150,355,425,484,543])
This is the error i get:
Exception in thread "main" java.lang.UnsupportedOperationException: Can't add an oblique ruling.
Works fine if I do not specify the area.