diff --git a/unstructured/partition/utils/config.py b/unstructured/partition/utils/config.py index ccab59b43f..291ae1b6a3 100644 --- a/unstructured/partition/utils/config.py +++ b/unstructured/partition/utils/config.py @@ -99,7 +99,7 @@ def TESSERACT_OPTIMUM_TEXT_HEIGHT(self) -> int: @property def TESSERACT_CHARACTER_CONFIDENCE_THRESHOLD(self) -> int: """Tesseract predictions with confidence below this threshold are ignored""" - return self._get_float("TESSERACT_CONFIDENCE_THRESHOLD", 0.0) + return self._get_float("TESSERACT_CHARACTER_CONFIDENCE_THRESHOLD", 0.0) @property def GOOGLEVISION_API_ENDPOINT(self) -> str: