pdf-extractor

PDF Extractor for n8n

Package Information

Released: 8/2/2025
Downloads: 14 weekly / 171 monthly
Latest Version: 0.1.1
Author: annhdev

Documentation

Banner image

n8n-nodes-pdf-extractor

This is a custom n8n node that extracts content from PDF files and converts them into various formats such as Text or Markdown. It is built using the unpdf library and is designed to be easily integrated into n8n workflows.

Features

  • Convert PDF files to Text or Markdown format.
  • Support binary data input.
  • Easy integration into n8n workflows.

Installation

npm install n8n-nodes-pdf-extractor

Usage

  1. Add the node to your n8n workflow.
  2. Connect the node to a previous node that outputs a PDF file, ensuring that the input data is in binary format.
  3. Configure the node by selecting the desired output format (Text, Markdown, or All).

Configuration

  • Output Format: Choose the desired output format for the conversion:
    • Text: Converts the PDF file to plain text format.
    • Markdown: Converts the PDF file to Markdown format.
    • All: Converts the PDF file to all formats (Text and Markdown).

Contributing

References

License

MIT

Discussion