Skip to content

PDF to Markdown Node

Inputs

  • pdf (blob): The PDF file to be converted.

Outputs

  • markdown (string): The converted Markdown data.

Usage

  1. Connect a node that provides a PDF file (blob) to the “pdf” input of the PDF to Markdown node.
  2. The converted Markdown data will be available at the “markdown” output of the node.

Error Handling

  • If no PDF data is provided, an error message will be set at the “markdown” output indicating that no data was provided.
  • If the PDF data is invalid or cannot be converted, an error message will be set at the “markdown” output indicating an invalid PDF data error.