Document Content Segmentation via Hyperlink Replacement

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Large documents become slow and cumbersome, making it difficult to access and manage content, especially when updated frequently, as older entries become less relevant but still need to be retained.

Innovation Solution

A method to select content from a rendered document, generate a new document with the selected content, and replace the original content with a link to the new document, allowing for efficient document size reduction without losing important information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If the document continuously accumulates all entries throughout the year, then all historical content is preserved and accessible, but the document size increases and performance degrades

Engineering Contradiction:
Improvehistorical content accessibilityVSAvoiddocument performance
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The patent divides the document into multiple segments or sections, where each segment can be independently managed. When the document becomes too large, users can split it into multiple smaller documents while maintaining links between related content, thus preserving historical information while improving performance of individual document segments

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements a nested structure where documents can contain links to other documents or sections. This allows historical entries to be nested within or linked to the main document structure, preserving access to all content while keeping the primary document size manageable through hierarchical organization

Inventive Principle:
Principle #7Nested doll (Nesting)

2Productivity

If the document size is reduced by removing older entries, then document performance improves, but historical content becomes inaccessible

Engineering Contradiction:
Improvedocument performanceVSAvoidhistorical content accessibility
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent creates copies or references to historical content rather than storing full duplicates. By using links, references, or pointers to older entries, the system maintains access to historical information while avoiding the performance degradation of storing redundant data in the main document

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent moves historical content to a different dimensional space, such as external storage, separate document files, or a database structure. This allows the main document to remain lightweight while historical content remains accessible through cross-references or navigation mechanisms in another dimension of the storage hierarchy

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Ease of operation

If a shortcut is implemented to move selection into a new document, then document organization efficiency improves, but system complexity increases

Engineering Contradiction:
Improvedocument organization efficiencyVSAvoidsystem complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent implements automatic features that reduce manual complexity. When creating new documents or splitting content, the system automatically manages links, updates references, and maintains relationships between documents without requiring users to manually configure complex connection structures, thus improving ease of operation while controlling system complexity

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11687703B2Shortcut to move a selection into a new document
Publication Date: 2023.06.27 DROPBOX INC
  • US11687703B2 patent drawing
  • US11687703B2 patent drawing
  • US11687703B2 patent drawing

AI summary

A computer implemented method that renders a document and receives a selection of a portion of the rendered document along with a linked document command from a user. The method prompts the user for a title for a new document for the selected portion. Creating a new document in response to receiving a title with the selected portion inserted into the new document. The method further includes replacing the selected portion with the title in the rendered document, with the title being a link to the new document.