🔍 Code Extractor

Search Components

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

Search Results for "pagedata"

Found 26 matching component(s)

  • class Document_v1

    Document class represents a reMarkable document file, extending the Item class to provide document-specific operations like content extraction, uploading, and rendering with annotations.

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

    document remarkable pdf epub annotation
  • class RemarkableRestClient

    Direct REST API client for reMarkable Cloud without external dependencies

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

    class remarkablerestclient
  • class DryRunUploadComparison

    A diagnostic class that compares a custom PDF upload implementation against real reMarkable app behavior by analyzing captured network logs without making actual API calls.

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

    testing validation remarkable-tablet pdf-upload api-comparison
  • class RemarkableNode_v1

    A dataclass representing a node (file or folder) in the reMarkable tablet's file system hierarchy, storing metadata, hashes, and local file paths.

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

    dataclass remarkable file-system node tree-structure
  • class RemarkableReplicaSync

    A class that synchronizes reMarkable cloud documents to a local replica directory, downloading and organizing folders and documents in a hierarchical structure.

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

    remarkable cloud-sync document-management file-synchronization pdf-extraction
  • class RemarkableNode_v1

    A dataclass representing a node (folder or document) in the reMarkable cloud storage system, storing metadata, hashes, and local file paths.

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

    dataclass reMarkable sync node file-system
  • class RemarkableReplicaBuilder

    Step-by-step replica builder

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

    class remarkablereplicabuilder
  • function get_invoice_pagedata

    Retrieves pagedata content from a specific Poulpharm invoice document stored in the Remarkable cloud service by authenticating, navigating the document hierarchy, and extracting the pagedata component.

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

    remarkable cloud-storage api document-retrieval authentication
  • class RemarkableUploadTests

    Test suite for reMarkable upload functionality

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

    class remarkableuploadtests
  • class RealAppUploadAnalyzer

    Analyzes documents uploaded by the real reMarkable app by fetching and examining their structure, metadata, and components from the reMarkable cloud sync service.

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

    remarkable document-analysis cloud-sync pdf-analysis metadata-extraction
  • class FixedUploadTest

    A test class that simulates document upload to reMarkable cloud with specific fixes applied to match the real reMarkable desktop app behavior.

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

    testing remarkable cloud-sync document-upload pdf
  • class ReplicaNode

    A dataclass representing a node in a local replica of reMarkable cloud storage, containing comprehensive metadata about files, folders, and their synchronization state.

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

    dataclass remarkable sync metadata file-system
  • 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
  • function main_v26

    Command-line test function that uploads a PDF document to a reMarkable device, with optional parent folder specification via command-line argument.

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

    reMarkable PDF upload test integration-test
  • class RemarkableNode

    A dataclass representing a node (file or folder) in the reMarkable cloud storage system, containing metadata, hierarchy information, and component hashes for documents.

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

    dataclass tree-structure hierarchy remarkable cloud-storage
  • class RemarkableDiscovery

    Handles hierarchical discovery of reMarkable cloud content

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

    class remarkablediscovery
  • function analyze_rm_filename_patterns

    Analyzes and documents the rm-filename header patterns used in reMarkable cloud sync API requests by examining raw log data and printing a comprehensive report of file naming conventions, upload sequences, and implementation requirements.

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

    remarkable cloud-sync api-analysis file-patterns documentation
  • 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
  • class PylontechMover

    Moves 'pylontech' document from 'Myfolder' to 'Otherfolder' using the working upload mechanism

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

    class pylontechmover
  • class DocumentComparator

    A class that compares reMarkable cloud documents to analyze and identify structural differences between them, particularly useful for debugging document upload issues.

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

    remarkable document-comparison cloud-sync debugging document-analysis
  • class RemarkableReplicaSync_v1

    Standalone replica synchronization using proven local_replica_v2 approach

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

    class remarkablereplicasync
  • class ImplementationFixer

    A utility class that automatically fixes implementation discrepancies between a custom reMarkable tablet upload implementation and the real reMarkable app behavior by modifying source files.

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

    code-fixer file-modification remarkable-tablet implementation-alignment automation
  • function main_v46

    Orchestrates the application of multiple critical fixes to align test code with real application behavior, including user agent, metadata, page data, JWT, and field corrections.

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

    testing fixing automation code-generation test-synchronization
  • class DocumentMover

    Moves documents between folders using the working upload mechanism

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

    class documentmover
  • class RemarkableUploadManager

    Manages uploads to reMarkable cloud

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

    class remarkableuploadmanager
  • class RemarkableUploadManager_v1

    Manages uploads to reMarkable cloud

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

    class remarkableuploadmanager

Search Examples