Compression Dictionary Layout Detection for Document Data Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing document processing systems face challenges in accurately extracting data due to varying document layouts, leading to complexity and errors in data extraction, especially when documents have different formats or languages.

Innovation Solution

A method involving document layout detection using compression dictionaries to assign a predefined layout class to incoming documents, employing a compression algorithm and multiple dictionaries to generate compressed documents, identify a matching compression ratio, and extract data based on the assigned layout.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If multiple compression dictionaries are used to handle different document layouts, then data extraction accuracy is improved, but device complexity increases

Engineering Contradiction:
Improvedata extraction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system pre-generates multiple compression dictionaries corresponding to different document layouts before processing. When a document arrives, the system quickly compares it against these pre-existing dictionaries to identify the matching layout, avoiding the need for complex real-time analysis during document processing

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system changes the parameter of compression ratio to identify document layouts. By compressing the document using different dictionaries and comparing the resulting compression ratios, the system can determine which dictionary (and thus which layout) best matches the input document, simplifying the matching process

Inventive Principle:
Principle #35Parameter changes

2Productivity

If compression algorithms are applied to identify document layouts, then processing efficiency is improved, but use of energy increases

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidcomputational energy consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The system extracts only the essential characteristic (compression ratio) from the document compression process to identify the layout. Instead of fully processing and analyzing the entire document structure, it takes out the compression ratio metric as a simplified indicator for layout identification, reducing overall computational energy requirements

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20260072883A1Layout detection based on individual document compression with compression dictionaries
Publication Date: 2026.03.12 SAP SE
  • US20260072883A1 patent drawing
  • US20260072883A1 patent drawing
  • US20260072883A1 patent drawing

AI summary

The disclosure generally describes methods, software, and systems for assigning incoming documents to a pre-defined layout class. A digitalized document corresponding to an original document is obtained. The digitalized document can be compressed, using a compression algorithm and a plurality of compression dictionaries, to generate a plurality of compressed documents. A respective compression ratio for each compressed document can be generated. A matching compression ratio associated with a first compressed document can be identified. The matching compression ratio can be identified as matching a selection criterion to identify a document layout matching the digitalized document. A first document layout associated with the compression dictionary used to generate the first compressed document can be assigned to the digitalized document. The assigned layout can be used to extract one or more data entries from the digitalized document to generate a record.