Results 2 issues of Ye Zheng

maximum recursion depth exceeded error when using pdfminer3k Here is my code: def readPDF(path): rsrcmgr = PDFResourceManager() retstr = StringIO() laparams = LAParams() device = TextConverter(rsrcmgr, retstr, laparams=laparams) with io_open(path,...

I saw an issue mentioning using make. I don't quite understand how to use it and how make can be used with multiple OS.