Loaders
PDFLoader
The PDFLoader class is designed to load and parse PDF files, transforming them into NeumDocument objects for further processing within the Neum AI platform.
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
Was this page helpful?