Online Document Editing with DEI/DRI Data Separation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing online document editors often lose unique information such as binary files and configuration data during editing, leading to incomplete document creation.

Innovation Solution

An information processing method that extracts necessary data for editing (DEI) and unnecessary data (DRI) from document data, performs editing on the necessary data, and generates edited document data with minimal loss of information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If all document data is processed during editing, then complete document creation is achieved, but processing complexity and resource consumption increase significantly

Engineering Contradiction:
Improvedocument completenessVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments document data into two distinct groups: a first data group containing information necessary for editing processing, and a second data group containing information unnecessary for editing. This segmentation allows the system to process only the essential data during editing operations, reducing computational complexity while maintaining document completeness by preserving the second data group for later recombination.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts and separates the essential editing data from the complete document data, isolating only the necessary components for editing processing. This extraction approach enables streamlined editing operations on a reduced data set while ensuring that non-essential data is preserved and integrated back into the final document, thereby reducing processing complexity without sacrificing completeness.

Inventive Principle:
Principle #2Taking out (Extraction)

2Productivity

If only necessary data is processed during editing, then processing efficiency improves, but information loss occurs

Engineering Contradiction:
Improveediting efficiencyVSAvoidinformation loss
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent temporarily sets aside (discards) the second data group during editing processing to improve efficiency, but then recovers and recombines it with the edited first data group to generate the final complete document. This discard and recover approach enables efficient editing operations on essential data while preventing information loss through systematic reintegration of all document components.

Inventive Principle:
Principle #34Discarding and recovering

Solution Approach 2:

The patent performs preliminary separation of document data into essential and non-essential groups before editing begins. This preliminary action organizes the data structure in advance, allowing efficient processing of only necessary data during editing while ensuring that all information is accounted for and will be recombined in the final output, thus preventing information loss.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If complete document data is preserved throughout editing, then information completeness is maintained, but processing speed decreases

Engineering Contradiction:
Improveinformation completenessVSAvoidprocessing speed
Core Design Contradiction:
ReliabilityVSSpeed

Solution Approach 1:

The patent divides complete document data into two segments: a first data group for active editing processing and a second data group for preservation. This segmentation enables the system to process only the essential portion at high speed while maintaining information completeness by keeping the second segment intact and recombining it with the edited results, thereby achieving both speed and completeness.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts the essential editing components from the complete document data, isolating only what is necessary for processing. This extraction allows high-speed editing operations on a minimized data set while ensuring that the extracted essential data, when recombined with the preserved non-essential data, reconstructs the complete document, thus maintaining information completeness without sacrificing processing speed.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20260030436A1Information processing method, information processing apparatus, and information processing program
Publication Date: 2026.01.29 LEGALON TECHNOLOGIES INC
  • US20260030436A1 patent drawing
  • US20260030436A1 patent drawing
  • US20260030436A1 patent drawing

AI summary

An information processing method according to an embodiment includes: acquiring first document data configured in a predetermined file format from a user terminal via a network; extracting a first data group (DEI group) necessary for editing processing and a second data group (DRI group) unnecessary for the editing processing from the first document data; executing the editing processing using the first data group; and generating second document data configured in the predetermined file format using the edited first data group and the second data group.