🔍 Code Extractor

Search Components

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

Search Results for "docschema"

Found 36 matching component(s)

  • function simple_move_to_trash

    Moves all documents from the reMarkable tablet's root directory to trash by uploading an empty root.docSchema file and updating the roothash.

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

    remarkable cloud-sync document-management trash cleanup
  • function test_upload_endpoint

    A test function that validates the reMarkable Cloud API file upload endpoint by attempting to upload a test JSON file and verifying the GET endpoint functionality.

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

    testing api-testing file-upload remarkable-cloud diagnostic
  • 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
  • function repair_system

    Emergency repair function that resets a reMarkable cloud sync system by creating and uploading an empty root.docSchema file, then updating the root hash to restore system functionality.

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

    emergency-repair system-recovery cloud-sync remarkable file-upload
  • class CorrectedRootDocSchemaRepair

    A repair tool that fixes corrupted size entries in reMarkable cloud's root.docSchema file by recalculating correct document sizes from their component schemas.

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

    remarkable cloud-storage repair-tool data-integrity schema-validation
  • function find_invoice_uuid

    Searches through all documents in a Remarkable cloud storage account to find documents with 'invoice' in their name and prints their UUIDs.

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

    remarkable cloud-storage document-search api-integration authentication
  • 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
  • function move_documents_to_trash

    Moves specified reMarkable Cloud documents to trash by updating their metadata parent field to 'trash' and propagating changes through the document hierarchy.

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

    remarkable cloud-api document-management trash file-operations
  • 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
  • function main_v62

    Entry point function that orchestrates the analysis of a document uploaded through a reMarkable app, saves results and logs, and reports success or failure.

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

    entry-point orchestration remarkable document-analysis cloud-upload
  • 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
  • function test_root_format

    A test function that validates the correct format of root.docSchema content by comparing SHA256 hashes of different string formatting variations (with/without trailing newline) against an expected hash value.

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

    testing validation hash-verification sha256 data-integrity
  • function check_gpt_in_folder

    Diagnostic function that checks the status, metadata, and contents of a specific 'gpt_in' folder in the reMarkable cloud storage system, providing detailed analysis of folder structure and potential sync issues.

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

    remarkable cloud-sync diagnostics folder-management api-client
  • function move_document_to_trash

    Moves a reMarkable document to trash by updating its metadata parent field to 'trash', then propagating the changes through the document schema hierarchy and updating the root hash.

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

    remarkable cloud-sync document-management trash api-integration
  • 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 DocumentRefresher

    A class that forces the reMarkable web app to refresh and display documents by programmatically moving them between folders, triggering synchronization.

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

    remarkable cloud-sync document-management api-client file-synchronization
  • function analyze_trash_indicators

    Analyzes trash indicators in Remarkable Cloud document schemas by comparing documents that were moved to trash versus those that weren't, examining their hash changes and metadata components.

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

    remarkable cloud-api document-analysis trash-detection sync-protocol
  • function verify_document_status

    Verifies the current status and metadata of a specific test document in the reMarkable cloud sync system by querying the sync API endpoints and analyzing the document's location and properties.

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

    remarkable cloud-sync document-verification api-client debugging
  • class DocumentToTrashMover

    A class that moves reMarkable documents to the trash by updating their metadata parent field to 'trash' and synchronizing changes through the reMarkable cloud API.

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

    remarkable cloud-sync document-management trash file-operations
  • function show_current_root

    Fetches and displays the current root.docSchema from the reMarkable cloud sync service, showing metadata and analyzing document entries.

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

    remarkable cloud-sync api document-management debugging
  • 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 generate_header_examples

    Prints formatted examples of HTTP headers required for different types of file uploads to a reMarkable cloud sync service, including PDFs, metadata, content, and schema files.

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

    documentation http-headers remarkable cloud-sync upload
  • class RootCleaner

    A class that completely clears the reMarkable cloud's root.docSchema file, removing all document references while maintaining the proper file structure and version.

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

    remarkable cloud-storage sync cleanup api-client
  • function main_v23

    Clears all document references from the reMarkable Cloud root.docSchema, making the cloud interface appear completely empty while preserving the actual documents.

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

    remarkable cloud-storage document-management cleanup reset
  • class RootDocSchemaRepair

    A repair tool for fixing corrupted root.docSchema entries in reMarkable cloud storage by recalculating document sizes and rebuilding the schema.

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

    remarkable cloud-sync repair schema-repair document-management
  • function main_v64

    Entry point function that orchestrates a repair process for a corrupted reMarkable root.docSchema file by running a dry-run analysis first, then optionally applying the repair based on user confirmation.

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

    cli repair-tool remarkable docschema interactive
  • 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 verify_cloud_empty

    Verifies that a reMarkable cloud storage account is completely empty by authenticating, retrieving the root document schema, and analyzing its contents for any remaining documents or folders.

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

    remarkable cloud-storage verification api-client document-management
  • 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 FolderDebugger

    A debugging utility class for analyzing and troubleshooting folder structure and visibility issues in the reMarkable cloud sync system.

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

    debugging remarkable cloud-sync folder-structure api-client
  • 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 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