Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nodes/LlmWhisperer/LlmWhisperer.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

export class LlmWhisperer implements INodeType {
description: INodeTypeDescription = {
displayName: 'LLMWhisperer',
displayName: 'LLMWhisperer OCR',
name: 'llmWhisperer',
icon: 'file:llmWhisperer.svg',
group: ['transform'],
Expand All @@ -19,7 +19,7 @@ export class LlmWhisperer implements INodeType {
description: 'Extract text from PDFs, images, and scanned documents using OCR. Preserves layout and formatting for accurate text extraction from any document type',
subtitle: '={{$parameter["mode"] + " mode, " + $parameter["output_mode"] + " output"}}',
defaults: {
name: 'LLMWhisperer',
name: 'LLMWhisperer OCR',
},
inputs: ['main'],
outputs: ['main'],
Expand Down
Loading