
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
n8n-nodes-pdf-ocr
Advanced tools
This is an n8n community node that lets you extract text from PDF files using OCR (Optical Character Recognition) in your n8n workflows.
PDF OCR uses Tesseract.js for text recognition and PDF.js for PDF processing, providing a completely free solution without requiring external APIs, accounts, or system dependencies.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Compatibility
Usage
Troubleshooting
Publishing
Resources
Follow the installation guide in the n8n community nodes documentation.
Note: This node uses pure JavaScript libraries and doesn't require any external system dependencies.
{
"text": "This is the combined text from all pages...",
"totalPages": 3,
"language": "eng"
}
{
"pages": [
{
"pageNumber": 1,
"text": "Text from page 1..."
},
{
"pageNumber": 2,
"text": "Text from page 2..."
}
],
"totalPages": 2,
"language": "eng"
}
{
"text": "Combined text from all pages...",
"pages": [
{
"pageNumber": 1,
"text": "Text from page 1..."
}
],
"metadata": {
"totalPages": 1,
"language": "eng",
"dpiScale": 2
}
}
This usually indicates that PDF processing failed. Common causes:
Want to publish this node to npm? See our comprehensive Publishing Guide for step-by-step instructions on how to:
FAQs
n8n node for PDF OCR text extraction using Tesseract.js
The npm package n8n-nodes-pdf-ocr receives a total of 15 weekly downloads. As such, n8n-nodes-pdf-ocr popularity was classified as not popular.
We found that n8n-nodes-pdf-ocr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.