pdfminer 對於表格的處理非常的不友好,能提取出文字,但是沒有格式: ... for table in page.extract_tables(): # print(table) for row in table: ...
確定! 回上一頁