Missing Value Test
The Missing Values Test enables you to identify data points with missing bounding boxes. Use filters to filter by class or by test results to directly look at data points of interest.
Execute Test:
rules = OcrRules()
rules.add(expected_detection={"invoice_date": 1,"total_gross_worth": 1})
ocr_test = ocr_missing_test_analysis(test_session=test_session,
dataset_name = "Invoices_Test",
test_name = "OCR Missing Value Test",
model = "dbnet",
type = "ocr",
output_type="missing_value",
rules = rules)
test_session.add(ocr_test)
test_session.run()
Analysing Test Results
Test Overview

Assessing and Visualising Data

Interpreting Results

Last updated
Was this helpful?


