Skip to main content

AI-Process Bank Cheque using n8n action

PDF4me AI-Process Bank Cheque extracts structured data from bank cheques using AI-powered machine learning through n8n automation workflows. Process cheque PDFs or images via n8n triggers, binary data, base64 strings, or public URLs to automatically extract account holder information, payee details, cheque amounts, dates, routing numbers, account numbers, bank names, signatures, and other cheque fields with high accuracy and intelligent field recognition. This solution is ideal for cheque processing automation, banking digitization, payment processing, accounts payable automation, automated data entry, cheque verification, bank reconciliation, and cheque management workflows that require AI-powered extraction with structured output and seamless integration.

Setup

Add the PDF4me "AI-Process Bank Cheque" node to your n8n workflow and configure the required parameters. For initial setup instructions, see our n8n Integration Guide.

Prerequisites:

  • PDF4me API credentials
  • n8n workflow access

Configuration:

  1. Add PDF4me node to workflow
  2. Select "AI-Process Bank Cheque" action
  3. Configure input parameters (see below)
AI-Process Bank Cheque

Parameters

Complete list of parameters for the AI-Process Bank Cheque action. Configure these parameters to control cheque processing.

Important: Parameters marked with an asterisk (***) are required and must be provided for the action to function correctly.

ParameterTypeDescriptionExample
Input Data Type***StringCheque Input Format Selection
• Choose the format of your cheque data input
• PDF4me supports multiple input types
• Options: Binary Data, Base64 String, or URL
Binary Data
Input Binary Field***BinaryBinary Cheque File Input (Required if Binary Data)
• Reference cheque file (.pdf, .png, .jpg, .jpeg) from previous n8n node or file upload
• PDF4me processes binary cheque files with automatic format detection and AI-powered data extraction
• Required when Input Data Type is "Binary Data"
{{ $binary.data }}
Base64 Cheque Content***StringBase64 Encoded Cheque Input (Required if Base64 String)
• Provide cheque content (.pdf, .png, .jpg, .jpeg) as base64 encoded string for secure transmission
• PDF4me automatically decodes and processes the cheque content using AI technology
• Required when Input Data Type is "Base64 String"
JVBERi0xLjQKJ...
Cheque URL***StringPublic Cheque URL Input (Required if URL)
• Provide a public/open permission URL to the cheque file (.pdf, .png, .jpg, .jpeg) to be processed
• PDF4me downloads and processes the cheque file from the provided URL using AI technology
• Required when Input Data Type is "URL"
https://abc.com/cheque.pdf
Cheque Name***StringCheque Input Filename
• Specify the name of the input cheque file with proper extension (.pdf, .png, .jpg, .jpeg)
• PDF4me uses this for format detection and AI processing optimization
cheque_2024_001.pdf
Custom Field KeysArrayOptional Custom Field Keys List
• Optional list of custom field keys to extract from the cheque
• Specify additional fields beyond standard cheque data
• Supports multiple custom field keys for enhanced data extraction
["customField1", "customField2"]

Output

Output Parameters

ParameterTypeDescriptionExample
accountHolderStringPDF4me extracted account holder - The name of the account holder extracted from the cheque using AI technologyJohn Michael Smith
addressStringPDF4me extracted address - The complete address of the account holder extracted from the cheque123 Main Street, New York, NY 10001
checkNumberStringPDF4me extracted cheque number - The cheque number or check number extracted from the cheque document1234
chequeDateStringPDF4me extracted cheque date - The date written on the cheque, extracted and formatted by AI technology in ISO 8601 format (YYYY-MM-DD)2024-01-15
payeeStringPDF4me extracted payee - The name of the payee or recipient of the cheque extracted from the chequeABC Corporation Ltd.
amountNumberNumberPDF4me extracted amount (numeric) - The numeric amount of the cheque extracted with precise decimal handling1500.00
amountWordsStringPDF4me extracted amount (words) - The amount written in words extracted from the cheque (e.g., "One Thousand Five Hundred Dollars")One Thousand Five Hundred Dollars
memoStringPDF4me extracted memo - The memo or note field extracted from the cheque, if presentInvoice Payment - Invoice #12345
signatureStringPDF4me extracted signature - The signature information or signature presence indicator extracted from the chequeJohn M. Smith
routingNumberStringPDF4me extracted routing number - The bank routing number or transit number extracted from the cheque021000021
accountNumberStringPDF4me extracted account number - The bank account number extracted from the cheque1234567890
bankNameStringPDF4me extracted bank name - The name of the bank extracted from the chequeChase Bank
warningsArrayPDF4me processing warnings - Array of warning messages indicating potential data quality issues or extraction challenges encountered during processing[]
fallbackUsedBooleanPDF4me fallback indicator - Boolean flag indicating whether fallback extraction methods were used during processingfalse
jobIdStringPDF4me processing job identifier - Unique identifier for the AI processing job, used for tracking and debugging purposes00000000-0000-0000-0000-000000000000
jobIdExtStringPDF4me external job identifier - External job identifier for integration with third-party systems, if applicablenull
successBooleanPDF4me AI extraction status indicator - Boolean flag indicating the success or failure of the AI-powered cheque data extraction process. PDF4me returns true for successful extractions and false for any errorstrue
messageStringPDF4me AI extraction status message - Descriptive message indicating the result of the AI-powered cheque data extraction process. PDF4me provides clear status messages for successful extractions and detailed error informationCheque data extracted successfully using AI technology

N8N Action Response

The PDF4me AI-Process Bank Cheque API returns a JSON response with the following structure:

{
"accountHolder": "John Michael Smith",
"address": "123 Main Street, New York, NY 10001",
"checkNumber": "1234",
"chequeDate": "2024-01-15",
"payee": "ABC Corporation Ltd.",
"amountNumber": 1500.00,
"amountWords": "One Thousand Five Hundred Dollars",
"memo": "Invoice Payment - Invoice #12345",
"signature": "John M. Smith",
"routingNumber": "021000021",
"accountNumber": "1234567890",
"bankName": "Chase Bank",
"fallbackUsed": false,
"warnings": [],
"jobId": "98765432-4321-4321-4321-210987654321",
"jobIdExt": "CHEQUE-2024-001",
"success": true,
"message": "Cheque data extracted successfully using AI technology"
}

Use Cases

Enterprise Banking Automation

  • Payment Processing: Automate cheque data extraction for accounts payable workflows
  • Bank Reconciliation: Extract cheque data for automated bank reconciliation processes
  • Cheque Verification: Verify cheque authenticity and data accuracy using extracted information
  • Accounts Payable: Automate accounts payable processing using extracted cheque data

AI-Powered Document Processing

  • Multi-Format Support: Process PDF, PNG, JPG, and JPEG cheque formats
  • Multi-Language Processing: Extract data from cheques in various languages
  • Intelligent Field Recognition: Automatically identify and extract relevant cheque fields
  • Amount Recognition: Extract both numeric amounts and amounts written in words

Business Intelligence and Analytics

  • Payment Analytics: Analyze payment patterns from extracted cheque data
  • Bank Reconciliation: Match extracted cheque data with bank statements for automated reconciliation
  • Compliance Monitoring: Ensure cheque data meets regulatory requirements
  • Performance Metrics: Track processing accuracy and efficiency

Get Help