Document Loader: PDF Parser
3 sites
Security covered
Drupal 10–11
This module allows Drupal to extract text and metadata from PDF files. It uses the PDF Parser PHP library to process these documents as part of a Document Loader workflow.
Enables extracting Text from PDFs through a Document Loader plugin with the PDF Parser PHP library. It enables Drupal modules to register and use PDF parsing in their document processing workflows.
Features
- Extracts the text from PDFs to be used through Document Loader
- Minimal dependencies using straight PHP, without any additional web service requirements
- Retrieve MetaData from the PDF (page count, author, etc)
Available Inputs
- PDF: A document from a File URI
Available Outputs
- Text: Plain text content from the PDF
- HTML: Semantic HTML extraction
- Markdown: HTML output converted to Markdown
Post-Installation
Visit the Document Loader configuration page to see PDF Parser available.
Additional Requirements
Install with Composer to ensure you have all the required dependencies:
composer require drupal/document_loader_pdfparser
Recommended modules/libraries
None.
Similar projects
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.