Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neum.ai/llms.txt

Use this file to discover all available pages before exploring further.

The PDFLoader class is part of the Neum AI data processing pipeline and is responsible for extracting text content from PDF files. It uses the PyPDFLoader to handle the PDF parsing and converts the data into NeumDocument objects.

Properties

Required properties:
  • None
Optional properties:
  • None
from neumai.Loaders import PDFLoader

pdf_loader = PDFLoader()