n8n-nodes-easybits-extractor
v0.2.2
Published
n8n node that extracts binary files and converts them to base64 Data URLs
Downloads
359
Maintainers
Keywords
Readme
n8n-nodes-easybits-extractor
n8n community node that sends documents to the Easybits Extractor API for structured data extraction.
What it does
Easybits Extractor lets you create extraction pipelines that pull structured data from documents. This n8n node connects your workflows to those pipelines:
- Create a pipeline at extractor.easybits.tech
- Use this node in n8n to send PDF, JPG, or PNG files to your pipeline
- Get structured JSON back in your workflow
Installation
Follow the n8n community nodes installation guide.
The package name is: n8n-nodes-easybits-extractor
Configuration
| Parameter | Description | | --------------- | ------------------------------------------------------------------------ | | Pipeline ID | The ID of your extraction pipeline, obtained from Easybits Extractor | | API Key | Your API key from the Easybits Extractor dashboard (stored as a secret) |
How it works
- Collects all binary attachments (files) from all input items
- Converts each file to a base64 data URL
- POSTs them to
https://extractor.easybits.tech/api/pipelines/{pipelineId}with Bearer auth - Returns the extraction result as a single JSON output item
Compatibility
Requires n8n v0.187 or later (community node support).
