🔍 Code Extractor

Search Components

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

Search Results for "binary"

Found 44 matching component(s)

  • function create_document_version_v2

    Creates a new version of an existing document in a document management system, storing the file in FileCloud and tracking version metadata in Neo4j graph database.

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

    document-management version-control filecloud neo4j graph-database
  • function download_document_version

    Downloads a specific version of a controlled document from FileCloud storage, with optional audit trail and watermark inclusion, and logs the download event.

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

    document-management file-download version-control audit-trail watermark
  • function _download_current_version

    Downloads the current version of a document from either FileCloud storage or standard storage, handling different storage types and triggering a browser download.

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

    document-management file-download filecloud storage panel
  • class DocumentDetail

    Document detail view component

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

    class documentdetail
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function eml_to_pdf

    Converts an .eml email file to PDF format, including the email body and all attachments merged into a single PDF document.

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

    email-processing pdf-conversion eml-parser document-conversion attachment-handling
  • function debug_download

    A diagnostic function that downloads a PDF document from FileCloud, analyzes its content to verify it's a valid PDF, and tests text extraction capabilities.

    File: /tf/active/vicechatdev/contract_validity_analyzer/debug_download.py

    debugging diagnostics filecloud pdf download
  • function explore_documents

    Explores and tests document accessibility across multiple FileCloud directory paths, attempting to download and validate document content from various locations in a hierarchical search pattern.

    File: /tf/active/vicechatdev/contract_validity_analyzer/explore_documents.py

    filecloud document-exploration diagnostic file-search pdf-validation
  • class HashGenerator

    A class that provides cryptographic hashing functionality for PDF documents, including hash generation, embedding, and verification for document integrity checking.

    File: /tf/active/vicechatdev/document_auditor/src/security/hash_generator.py

    cryptography hashing SHA-256 PDF document-integrity
  • function upload_document_to_filecloud

    Uploads a document version to FileCloud storage system with metadata, handling file creation, folder structure, and audit logging.

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

    document-management file-upload filecloud version-control metadata
  • function download_document_from_filecloud

    Downloads a document version from FileCloud storage, with optional availability checking and audit logging for user-initiated downloads.

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

    file-download document-management filecloud version-control audit-logging
  • function create_document_version_v3

    Creates a new version of a controlled document by generating version metadata, storing the file in FileCloud, updating the document's revision number, and creating an audit trail entry.

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

    document-management version-control file-storage filecloud neo4j
  • function download_document_version_v1

    Downloads a specific version of a controlled document, with optional audit trail and watermark inclusion, returning file content and metadata.

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

    document-management file-download version-control audit-trail watermark
  • function extract_metadata

    Extracts metadata from file content by analyzing the file type and computing file properties including hash, size, and type-specific metadata.

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

    metadata-extraction file-processing document-analysis hash-computation file-type-detection
  • function validate_document

    Validates document files by checking file size, extension, and optionally performing type-specific structural validation for supported document formats.

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

    validation document-processing file-upload file-validation document-management
  • function validate_document_structure

    Validates the structural integrity of a DOCX document by checking if it contains all required sections specified in the document type template configuration.

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

    document-validation docx structure-validation template-compliance file-processing
  • function extract_document_sections

    Extracts structured sections from a DOCX document by parsing headings and organizing content under each heading into a dictionary.

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

    document-processing docx word-document text-extraction section-parsing
  • 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
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs/ui/document_dashboard.py

    class documentdashboard
  • class DocumentDetail_v2

    Document detail view component

    File: /tf/active/vicechatdev/CDocs/ui/document_detail.py

    class documentdetail
  • class DataProcessor

    Handles data loading, validation, and preprocessing

    File: /tf/active/vicechatdev/full_smartstat/data_processor.py

    class dataprocessor
  • class DataProcessor_v1

    Handles data loading, validation, and preprocessing

    File: /tf/active/vicechatdev/smartstat/data_processor.py

    class dataprocessor
  • function unlocked

    A context manager that temporarily unlocks a Bokeh Document and dispatches ModelChangedEvents to all connected WebSocket clients during the context execution.

    File: /tf/active/vicechatdev/patches/server.py

    context-manager bokeh websocket event-dispatching document-management
  • function _int_to_bytes

    Converts a signed integer to its little-endian byte representation, automatically determining the minimum number of bytes needed based on the integer's bit length.

    File: /tf/active/vicechatdev/patches/util.py

    serialization bytes integer-conversion little-endian binary
  • function search_indices

    Finds the indices of specified values within a source array by using sorted search for efficient lookup.

    File: /tf/active/vicechatdev/patches/util.py

    array-search indexing numpy data-lookup sorting
  • class DocumentProcessor_v3

    A comprehensive PDF document processor that handles text extraction, OCR (Optical Character Recognition), layout analysis, table detection, and metadata extraction from PDF files.

    File: /tf/active/vicechatdev/invoice_extraction/core/document_processor.py

    pdf-processing ocr text-extraction document-processing invoice-processing
  • function create_document_version_v1

    Creates a new version of an existing document in a document management system, storing the file content in FileCloud and maintaining version history in Neo4j graph database.

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

    document-management version-control neo4j graph-database audit-trail
  • function upload_document_to_filecloud_v1

    Uploads a document version to FileCloud storage system with metadata, handling file creation, folder structure, and audit logging.

    File: /tf/active/vicechatdev/CDocs single class/controllers/filecloud_controller.py

    document-management file-upload filecloud version-control metadata
  • class DocumentDashboard_v1

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs single class/ui/document_dashboard.py

    class documentdashboard
  • class DocumentDetail_v3

    Document detail view component

    File: /tf/active/vicechatdev/CDocs single class/ui/document_detail.py

    class documentdetail
  • function detect_signatures_in_pdf

    Detects Vicebio DocuSign signatures in PDF files to determine document approval status, distinguishing between Vicebio staff signatures (DocuSign) and Wuxi staff signatures (Chinese E-Sign).

    File: /tf/active/vicechatdev/mailsearch/enhanced_document_comparison.py

    pdf signature-detection docusign document-validation approval-workflow
  • function unpack

    Reads binary data from a stream and unpacks it according to a specified struct format string.

    File: /tf/active/vicechatdev/rmcl/zipdir.py

    binary-data struct unpacking serialization deserialization
  • class ZipHeader

    A dataclass representing the central directory header structure of a ZIP archive file, containing metadata about compressed files.

    File: /tf/active/vicechatdev/rmcl/zipdir.py

    zip archive file-format parsing binary-data
  • function calculate_crc32c

    Calculates a CRC32 checksum of input data and returns it as a base64-encoded string.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/simple_clean_root.py

    checksum crc32 data-integrity base64 encoding
  • class RemarkableReplicaBuilder

    Step-by-step replica builder

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica_v2.py

    class remarkablereplicabuilder
  • function logged_request

    A method that intercepts and logs HTTP requests made to the reMarkable API, capturing request/response details including headers, body content, and response data for debugging purposes.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py

    http logging debugging requests api-monitoring
  • class RemarkableUploadTests

    Test suite for reMarkable upload functionality

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py

    class remarkableuploadtests
  • function logged_request_v2

    A wrapper function that logs HTTP requests and responses for debugging and analysis purposes, capturing request details, response status, and body content.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_real_app_upload.py

    http logging debugging requests monitoring
  • class RemarkableLocalReplica

    Builds and maintains a complete local replica of reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica.py

    class remarkablelocalreplica
  • class RawRequestLogger

    A logging utility class that captures and formats HTTP requests and responses in a human-readable format similar to reMarkable app logs, writing them to a file.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/raw_request_logger.py

    logging http debugging request-logging file-io
  • function compute_crc32c_header

    Computes a CRC32C checksum for binary content and returns it as a base64-encoded string formatted for Google Cloud Storage x-goog-hash headers.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/force_web_app_refresh.py

    checksum crc32c data-integrity google-cloud-storage hash
  • class RemarkableDiscovery

    Handles hierarchical discovery of reMarkable cloud content

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/discovery.py

    class remarkablediscovery
  • function analyze_pylontech_document

    Performs deep forensic analysis of a specific Pylontech document stored in reMarkable Cloud, examining all document components (content, metadata, pagedata, PDF) to identify patterns and differences between app-uploaded and API-uploaded documents.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_pylontech_details.py

    remarkable-cloud document-analysis forensics reverse-engineering pdf-analysis
  • function format_file_size

    Converts a file size in bytes to a human-readable string format with appropriate units (B, KB, MB, or GB).

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py

    file-size formatting human-readable bytes-conversion utility

Search Examples