🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "automation"

Found 21 matching component(s)

  • function create_word_report_improved

    Generates a formatted Microsoft Word document report containing warranty disclosures with table of contents, structured sections, and references.

    File: /tf/active/vicechatdev/improved_convert_disclosures_to_table.py

    document-generation word-processing report-generation docx warranty-management
  • function create_enhanced_word_document_v1

    Converts markdown content into a formatted Microsoft Word document with proper styling, table of contents, warranty sections, and reference handling for Project Victoria warranty disclosures.

    File: /tf/active/vicechatdev/enhanced_word_converter_fixed.py

    document-generation word-processing markdown-conversion docx formatting
  • class FileCloudAPI

    Python wrapper for the FileCloud REST API. This class provides methods to interact with FileCloud server APIs, handling authentication, session management, and various file operations.

    File: /tf/active/vicechatdev/FC_api copy.py

    class filecloudapi
  • class FileCloudAPI_v1

    Python wrapper for the FileCloud REST API. This class provides methods to interact with FileCloud server APIs, handling authentication, session management, and various file operations.

    File: /tf/active/vicechatdev/FC_api.py

    class filecloudapi
  • class MeetingMinutesGenerator

    A class that generates professional meeting minutes from meeting transcripts using OpenAI's GPT-4o model, with capabilities to parse metadata, extract action items, and format output.

    File: /tf/active/vicechatdev/meeting_minutes_generator.py

    meeting-minutes transcript-processing openai gpt-4o natural-language-processing
  • function merge_word_documents

    Merges track changes and comments from a revision Word document into a base Word document, creating a combined output document.

    File: /tf/active/vicechatdev/word_merge.py

    document-processing word-documents docx merge track-changes
  • function test_multiple_file_upload

    A test function that validates multiple file upload functionality to a Flask application endpoint by sending a transcript file and multiple previous report files.

    File: /tf/active/vicechatdev/leexi/test_flask_upload.py

    testing file-upload integration-test flask multipart-form
  • function main_v2

    Command-line interface function that orchestrates the generation of enhanced meeting minutes from transcript files and PowerPoint presentations using various LLM models (GPT-4o, Azure GPT-4o, or Gemini).

    File: /tf/active/vicechatdev/leexi/enhanced_meeting_minutes_generator.py

    cli command-line meeting-minutes llm gpt-4
  • function test_upload_modalities

    Integration test function that validates FileCloud upload functionality by testing both new file creation and existing file update scenarios.

    File: /tf/active/vicechatdev/SPFCsync/test_upload_modalities.py

    testing integration-test file-upload filecloud cloud-storage
  • function main_v40

    Test orchestration function that executes a comprehensive test suite for DocChat's multi-LLM model selection feature and reports results.

    File: /tf/active/vicechatdev/docchat/test_model_selection.py

    testing integration-tests test-orchestration multi-llm test-runner
  • function test_incremental_indexing

    Comprehensive test function that validates incremental indexing functionality of a document indexing system, including initial indexing, change detection, re-indexing, and force re-indexing scenarios.

    File: /tf/active/vicechatdev/docchat/test_incremental_indexing.py

    testing incremental-indexing document-indexing integration-test file-system
  • function add_table_to_word_v1

    Adds a formatted table to a Microsoft Word document using the python-docx library, with automatic column detection, header row styling, and debug logging.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    word-document table-generation docx document-formatting python-docx
  • function add_hyperlink_to_paragraph

    Adds a clickable hyperlink to a Microsoft Word paragraph using python-docx, with XML-based hyperlink creation and styled fallback options.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    word-document hyperlink python-docx OOXML document-generation
  • function add_table_to_word

    Adds a formatted table to a Word document using python-docx, with support for header rows and automatic column sizing based on table data.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    word-document table-generation docx document-formatting python-docx
  • function test_extraction_debugging

    A test function that validates the extraction debugging functionality of a DocumentProcessor by creating test files, simulating document extraction, and verifying debug log creation.

    File: /tf/active/vicechatdev/vice_ai/test_extraction_debug.py

    testing debugging document-processing file-operations unit-test
  • class DataSource_v2

    A dataclass that encapsulates configuration for various data sources including files, SQL databases, and SQL workflow metadata.

    File: /tf/active/vicechatdev/vice_ai/smartstat_models.py

    dataclass configuration data-source sql file-handling
  • function update_status_after_approval

    Updates a controlled document's status after an approval workflow completes, determining the next status based on the approval decision and logging the change to the audit trail.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management workflow approval status-update lifecycle
  • function generate_document_from_template

    Generates a document from a template by populating it with provided data, returning the document content as bytes or None if generation fails.

    File: /tf/active/vicechatdev/CDocs/utils/document_processor.py

    document-generation template-processing docx pdf placeholder
  • function extract_batch

    Batch processes a list of vendors from an Excel file to extract their email addresses by searching through Microsoft 365 mailboxes using AI-powered email analysis.

    File: /tf/active/vicechatdev/find_email/extract_vendor_batch.py

    email-extraction vendor-management batch-processing microsoft-graph-api openai
  • function run_command

    Executes a shell command with error handling and provides formatted console output with status indicators (emoji-based feedback).

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py

    shell subprocess command-execution error-handling automation
  • function main_v4

    Main entry point function for an invoice processing system that monitors an inbound directory for PDF invoices, processes them using LLM extraction, generates Excel outputs, and moves processed files to a processed directory.

    File: /tf/active/vicechatdev/invoice_extraction/main.py

    invoice-processing pdf-processing llm-extraction batch-processing file-monitoring

Search Examples