UnstructuredPDFLoader
https://api.python.langchain.com/en/latest/document_loaders/langchain_community.document_loaders.pdf.UnstructuredPDFLoader.html
https://github.com/langchain-ai/langchain/blob/v0.1.12/libs/community/langchain_community/document_loaders/pdf.py#L46-L73
partition_pdfメソッドに委譲
code:python
return partition_pdf(filename=self.file_path, **self.unstructured_kwargs)
👉Partitioning (unstructured)
UnstructuredPDFLoader()と初期化したとき、partition_pdfはデフォルト値での呼び出しとなる
👉 partition_pdf
strategy="fast"のようなキーワード引数渡しをサポートしている