Actions80
- Add Attachment To PDF
- Add Barcode To PDF
- Add Form Fields To PDF
- Add HTML Header Footer
- Add Image Stamp To PDF
- Add Image Watermark To Image
- Add Margin To PDF
- Add Page Number To PDF
- Add Text Stamp To PDF
- Add Text Watermark To Image
- AI-Invoice Parser
- AI-Process Contract
- AI-Process HealthCard
- Classify Document
- Compress Image
- Compress PDF
- Convert HTML To PDF
- Convert Image Format
- Convert JSON To Excel
- Convert Markdown To PDF
- Convert PDF To Editable PDF Using OCR
- Convert PDF To Excel
- Convert PDF To PowerPoint
- Convert PDF To Word
- Convert To PDF
- Convert URL to PDF
- Convert VISIO
- Convert Word to PDF Form
- Create Images From PDF
- Create PDF/A
- Create Swiss QR Bill
- Crop Image
- Delete Blank Pages From PDF
- Delete Unwanted Pages From PDF
- Split PDF By Barcode
- Disable Tracking Changes In Word
- Enable Tracking Changes In Word
- Extract Attachment From PDF
- Extract Form Data From PDF
- Extract Pages From PDF
- Extract Resources
- Extract Table From PDF
- Extract Text By Expression
- Extract Text From Word
- Fill PDF Form
- Find And Replace Text
- Flip Image
- Flatten PDF
- Generate Barcode
- Generate Document Single
- Generate Documents Multiple
- Get Document From Pdf4me
- Get Image Metadata
- Get PDF Metadata
- Split PDF By Swiss QR
- Get Tracking Changes In Word
- Image Extract Text
- Linearize PDF
- Merge Multiple PDFs
- Overlay PDFs
- Parse Document
- Protect PDF
- Read Barcode From Image
- Read Barcode From PDF
- Read SwissQR Code
- Remove EXIF Tags From Image
- Repair PDF Document
- Replace Text With Image
- Replace Text With Image In Word
- Resize Image
- Rotate Document
- Rotate Image
- Rotate Image By EXIF Data
- Rotate PDF Page
- Sign PDF
- Split PDF By Text
- Split PDF Regular
- Unlock PDF
- Update Hyperlinks Annotation
- Upload File To PDF4me
Overview
The node provides a variety of PDF and image processing operations, including an AI-powered contract processing feature. Specifically, the AI-Process Contract operation allows users to analyze contract documents using AI capabilities. This can be useful for extracting key information, validating contract contents, or automating contract review workflows.
Typical use cases include:
- Automatically extracting contract metadata or clauses from uploaded contract files.
- Integrating contract analysis into document management systems.
- Streamlining legal or compliance processes by pre-processing contracts before human review.
Users can provide the contract document in multiple formats: as binary data from a previous node, as a base64 encoded string, or via a URL pointing to the contract file.
Properties
| Name | Meaning |
|---|---|
| Input Data Type | Choose how to provide the contract document to process. Options: Binary Data, Base64 String, URL |
| Input Binary Field | (If Binary Data selected) Name of the binary property containing the contract file |
| Base64 Contract Content | (If Base64 String selected) Base64 encoded content of the contract document |
| Contract URL | (If URL selected) URL pointing to the contract file to process |
| Contract Name | Name of the source contract file for reference (e.g., "contract.pdf") |
Output
The node outputs JSON data representing the results of the AI contract processing. The exact structure depends on the AI service's response but typically includes extracted contract details, metadata, or analysis results.
If the input was binary or URL-based, the output will contain processed data derived from that contract file.
No explicit binary output is indicated for this operation.
Dependencies
- Requires access to an external AI-powered contract processing service (likely via API).
- Needs appropriate API authentication credentials configured in n8n to connect to the service.
- Internet access is required if providing contract files via URL or calling external APIs.
Troubleshooting
Common issues:
- Providing incorrect or inaccessible URLs for contract files may cause failures.
- Invalid base64 strings or missing binary data fields will result in errors.
- Missing or invalid API credentials will prevent successful processing.
Error messages:
- Errors related to file retrieval (e.g., "Failed to fetch contract file") indicate problems with the provided URL or binary data.
- Authentication errors suggest misconfigured or missing API keys.
- Parsing or processing errors may occur if the contract format is unsupported or corrupted.
Resolutions:
- Verify URLs are accessible and point directly to valid contract files.
- Ensure base64 content is correctly encoded and complete.
- Confirm API credentials are set up properly in n8n.
- Check contract file format compatibility with the AI service.
Links and References
- No direct links available from the code. For more information, consult the documentation of the AI contract processing service integrated with this node or the n8n community forums for usage examples.