n8n-docs/docs/nodes/nodes-library/core-nodes/ReadPDF
Harshil Agrawal 7b460243ab
SEO Update (#206)
2020-10-09 14:18:10 +02:00
..
README.md SEO Update (#206) 2020-10-09 14:18:10 +02:00
workflow.png Add Read PDF node docs 2020-08-04 12:04:15 +05:30

permalink description
/nodes/n8n-nodes-base.readPDF Learn how to use the Read PDF node in n8n

Read PDF

The Read PDF node is used to read data from PDF documents and extract its content as text.

::: tip 💡 Keep in mind You will need to use an additional node such as the Read Binary File node or the HTTP Request node to pass the image file as a data property to the Read PDF node. :::

Node Reference

The Read PDF node has one property:

  1. Binary Property field: This field specifies the name of the data property used to read the PDF file in n8n.

Example Usage

This workflow allows you to read a PDF file using the Read PDF node. You can also find the workflow on the website. This example usage workflow would use the following three nodes.

The final workflow should look like the following image.

A workflow with the Read PDF node

1. Start node

The start node exists by default when you create a new workflow.

2. Read Binary File

  1. Enter the path to the PDF file you want to read in the File Path field.

3. Read PDF node

  1. Enter the Property Name you used in the previous node in the Binary Property field.
  2. Click on Execute Node to run the workflow.