Extract PDF Text
PDF ファイルからテキストを抽出します('pypdf' パッケージが必要)。
データPDFTextExtraction
概要
PDF ファイルからテキストを抽出します('pypdf' パッケージが必要)。
Extract text from a PDF file (requires the 'pypdf' package).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| PDF file | file | 必須 | 例: C:/temp/doc.pdf 変数に対応 | |
| Store text in | variable | 必須 | 例: pdfText |