chore: Auto update by pre-commit hooks [skip changelog]

This commit is contained in:
pre-commit-ci[bot]
2025-08-01 13:05:07 +00:00
parent c79856b81e
commit ec974f8648

View File

@@ -801,12 +801,7 @@ asst::TaskPtr asst::TaskData::generate_ocr_task_info(
"binThresholdUpper",
ocr_task_info_ptr->bin_threshold_upper,
default_ptr->bin_threshold_upper);
utils::get_and_check_value_or(
name,
task_json,
"useRaw",
ocr_task_info_ptr->use_raw,
default_ptr->use_raw);
utils::get_and_check_value_or(name, task_json, "useRaw", ocr_task_info_ptr->use_raw, default_ptr->use_raw);
return ocr_task_info_ptr;
}