n8n-nodes-parse-pdf
Version:
Extract text, tables, and structured data from PDF files using PDF API Hub
11 lines (10 loc) • 380 B
TypeScript
import { IAuthenticateGeneric, Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class PdfapihubApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
icon: Icon;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}