The community improved the text extraction a lot in 2022. Give it a try :-) from pypdf import PdfReader reader = PdfReader("example.pdf") text = ...
確定! 回上一頁