Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PyPDF2 を使用して、PDF ファイルを文字列で Python にインポートします。問題は、最初のページの上部がインポートされたくないことです (.getPage(0).extractText() は上部を見逃しています)。
ヘッダー プロパティがあると思いますが、その名前が見つからず、インターネット上で情報を見つけることができませんでした。
方法や情報をどこで見つけられるか知っていますか?