This workflow is referenced in the tutorial on building a Local Task Extraction Workflow. It provides a secure environment for processing sensitive documents locally by following this logical sequence:
Connect to Ollama: Establishes a local bridge between KNIME and your Ollama server, ensuring all data remains on your machine.
Read the transcript data: Uses the Tika Parser to autonomously extract text from unstructured formats like PDF or DOCX.
Get structured tasks: Employs the LLM Prompter to execute "Structured Output" logic, transforming raw text into the specific headers defined in Step 5.