Open fulganta opened 4 years ago
Sorry some more points maybe: I tried different combinations of LAParams values. None return me something. The values I get now in device.result which is my LTPage object:
_objs = <class 'list'>: []
bbox = <class 'tuple'>: (0, 0, 595, 842)
groups = None
height = 842
pageid = 1
rotate = 0
width = 595
x0 = 0
x1 = 595
y0 = 0
y1 = 842
Hi,
I have issue with a specific kind of pdf that return me no data: device.get_result() result have the _objs list empty. I have been using the code below for quite a while, but this kind of pdf is empty. This pdf doesn't seem to be only image as I can use acrobat reader to convert it into text. I was wondering if there is something I can change regarding
laparams
or thePDFRessourceManager
. Please let me know your email and I can send you the pdf, I don't want to post it here.