UNPKG

n8n-nodes-parse-pdf

Version:

Extract text, tables, and structured data from PDF files using PDF API Hub

4 lines (3 loc) 267 B
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, index: number, returnData: INodeExecutionData[]): Promise<void>;