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 an operation to process health card documents using AI. It accepts a health card file in various input formats and processes it to extract or analyze relevant information. This node is useful in healthcare automation workflows where digital health cards need to be interpreted, validated, or integrated into other systems.
Practical examples include:
- Extracting patient data from scanned health cards.
- Validating the authenticity of health card documents.
- Automating data entry by processing health card images or files received from external sources.
Properties
| Name | Meaning |
|---|---|
| Input Data Type | Choose how to provide the health card document to process. Options: Binary Data, Base64 String, URL |
| Input Binary Field | (If Input Data Type is Binary Data) Name of the binary property containing the health card file |
| Base64 Health Card Content | (If Input Data Type is Base64 String) Provide the health card content as a base64 encoded string |
| Health Card URL | (If Input Data Type is URL) Provide the URL to the health card file |
| Health Card Name | Name of the source health card file for reference |
Output
The output is a JSON object containing the processed results of the health card. The exact structure depends on the AI processing but typically includes extracted data fields such as patient information, card validity, and other metadata derived from the health card document.
If the node outputs binary data (e.g., annotated images or PDFs), it will be included accordingly, representing processed versions of the health card.
Dependencies
- Requires access to an AI processing service capable of interpreting health card documents.
- Needs appropriate API credentials or authentication tokens configured in n8n to connect to the external AI service.
- Internet access may be required if providing the health card via URL.
Troubleshooting
Common issues:
- Incorrect input data type selected or mismatch between input data and selected type.
- Invalid or inaccessible URL when using URL input type.
- Malformed base64 string causing decoding errors.
- Missing or incorrect binary property name when using binary data input.
- API authentication failures due to missing or invalid credentials.
Error messages and resolutions:
- "Input binary property not found": Verify that the binary property name matches the actual binary field from the previous node.
- "Failed to fetch health card from URL": Check the URL accessibility and correctness.
- "Invalid base64 content": Ensure the base64 string is correctly encoded without extra characters.
- "Authentication error": Confirm that the API key or token is properly set up in n8n credentials.
- "Processing failed": Review the health card file format and ensure it is supported by the AI service.
Links and References
- No direct links available from the source code. For more information, consult the documentation of the AI health card processing service integrated with this node.