Selection Element Detection in Noisy Digitized Documents

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional OCR algorithms struggle to accurately detect selection elements (such as checkboxes and radio buttons) in digitized documents due to variations in document quality, format, and background noise, leading to inaccurate identification of selection states.

Innovation Solution

A method and system utilizing contour extraction techniques and a Convolutional Neural Network (CNN) model to identify selection elements and their states by filtering out false positives, employing contour filters and a CNN model to enhance detection accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional OCR algorithms are used to detect selection elements, then the detection process is simple and fast, but the accuracy of identifying selection elements and their selection states is low

Engineering Contradiction:
Improvedetection accuracyVSAvoiddetection system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The detection process is divided into multiple stages: initial contour extraction to identify potential selection elements, filtering stage to eliminate false positives based on geometric properties, and final classification stage to determine selection state. This segmentation allows each stage to focus on specific tasks, improving overall accuracy while managing complexity through modular processing

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary contour extraction and filtering operations before final detection. By pre-processing the document image to extract contours and eliminate obvious false positives early in the pipeline, the system reduces the complexity of the final detection task while maintaining high accuracy

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If manual bounding boxes or matching templates are used for detection, then detection accuracy improves, but the ease of operation and automation decreases

Engineering Contradiction:
Improvedetection accuracyVSAvoiduser input requirement
Core Design Contradiction:
Measurement precisionVSEase of operation

Solution Approach 1:

The system automatically extracts contours from document images and applies filtering rules without requiring manual bounding boxes or template selection. The algorithm self-adjusts by learning from the document structure and automatically eliminating false positives, eliminating the need for user intervention while maintaining high detection accuracy

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system replaces manual mechanical operations (drawing bounding boxes, selecting templates) with automated computational processes. Contour extraction algorithms and automated filtering rules substitute for human manual operations, achieving both high accuracy and full automation

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Adaptability or versatility

If document images with varying quality, resolution, and noise levels are processed, then the adaptability of the system increases, but the reliability of detection decreases

Engineering Contradiction:
Improvedocument format flexibilityVSAvoiddetection reliability
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system adjusts detection parameters and filtering thresholds based on the characteristics of each document image. By dynamically modifying parameters such as contour size thresholds, shape criteria, and filtering rules according to document quality and format, the system maintains reliable detection across varying document conditions while adapting to different formats

Inventive Principle:
Principle #35Parameter changes

4Adaptability or versatility

If selection elements with varying sizes, shapes, and orientations are detected, then the versatility of the detection system increases, but the measurement precision decreases

Engineering Contradiction:
Improveselection element varietyVSAvoidselection state identification accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The system applies different detection criteria and filtering rules tailored to specific types of selection elements. By adjusting local detection parameters for checkboxes versus radio buttons, and adapting to different orientations and sizes, the system maintains high precision for each element type while handling diverse formats. Each selection element is evaluated against its specific characteristics rather than a single rigid criterion

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20260112194A1Method and system for automatic detection of selection elements in digitized documents
Publication Date: 2026.04.23 HCL TECH LTD
  • US20260112194A1 patent drawing
  • US20260112194A1 patent drawing
  • US20260112194A1 patent drawing

AI summary

This disclosure relates to method and system for automatic detection of selection elements in digitized documents. The method includes receiving a document image comprising a plurality of elements. The method may further include extracting a plurality of contours corresponding to the plurality of elements in the document image using a contour extraction technique. The method may further include eliminating a first set of false positive selection elements from the plurality of contours using one or more contour filters to obtain a plurality of filtered contours. The method may further include determining, via a Convolution Neural Network (CNN) model, the plurality of selection elements and a selection state corresponding to each of the plurality of selection elements.