npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-pdfvector

v2.0.5

Published

n8n community node for PDF Vector — parse PDF, Word, Excel, and image documents, extract structured data with JSON Schema, ask AI questions, and search academic papers across multiple databases.

Readme

n8n-nodes-pdfvector

n8n community node for PDF Vector — parse PDF, Word, Excel, and image documents to structured markdown, ask AI questions about documents, extract structured data with JSON Schema, and search academic papers across multiple databases.

Installation

Follow the installation guide in the n8n community nodes documentation.

In n8n, go to Settings > Community Nodes and install:

n8n-nodes-pdfvector

Credentials

  1. Sign up at app.pdfvector.com
  2. Go to Settings to get your API key
  3. In n8n, create a new PDF Vector API credential and paste your API key

Custom instance: If you have a custom PDF Vector instance, enter your instance domain in the credential's Domain field. Otherwise, leave it as global.pdfvector.com.

Operations

Document

Parse, ask, and extract from generic documents (PDF, Word, Excel, CSV, Image).

| Operation | Description | |-----------|-------------| | Parse | Extract text content and page count | | Ask | Ask a question about the document and get an AI answer | | Extract | Extract structured data using a JSON Schema |

Identity Document

Parse, ask, and extract from identity documents (passports, driver's licenses, ID cards).

| Operation | Description | |-----------|-------------| | Parse | Extract text from identity documents (Pro/Max models only) | | Ask | Ask a question about the identity document | | Extract | Extract structured fields (name, DOB, document number, etc.) |

Invoice

Parse, ask, and extract from invoices.

| Operation | Description | |-----------|-------------| | Parse | Extract text from invoices (Pro/Max models only) | | Ask | Ask a question about the invoice | | Extract | Extract structured invoice data (number, date, items, totals) |

Bank Statement

Parse, ask, and extract from bank statements.

| Operation | Description | |-----------|-------------| | Parse | Extract text from bank statements (Pro/Max models only) | | Ask | Ask a question about the bank statement | | Extract | Extract structured bank statement data |

Academic

Search, fetch, and find citations across academic databases.

| Operation | Description | |-----------|-------------| | Search | Search for papers across 7 academic databases | | Fetch | Fetch specific papers by DOI, PubMed ID, ArXiv ID, etc. | | Find Citations | Find relevant citations for a paragraph of text |

Supported providers: Semantic Scholar, PubMed, ArXiv, Google Scholar, OpenAlex, ERIC, Europe PMC.

Model Tiers

All document operations support model selection:

| Tier | Best for | Max pages | Max size | |------|----------|-----------|----------| | Auto | Automatic selection (default) | 1000 | 500MB | | Nano | Simple text documents | 30 | 10MB | | Mini | Tables, structured content | 30 | 10MB | | Pro | Complex docs, images, handwriting | 30 | 40MB | | Max | Large docs, full capabilities + HTML | 1000 | 500MB |

Identity, Invoice, and Bank Statement parse operations only support Auto, Pro, and Max.

Document ID Tracking

All document operations (except Academic) support an optional Document ID field for usage tracking. The ID is returned in the response and saved in your usage records.

Compatibility

  • n8n version: 1.0+
  • Node.js version for local development and CI: 22+

Resources

Version History

  • 2.x: Unified PDF Vector node with document, identity, invoice, bank statement, and academic operations
  • 1.x: Earlier PDF Vector integration releases

License

MIT