diff --git a/PyPDF2/_page.py b/PyPDF2/_page.py index efa3bd403..756926d5e 100644 --- a/PyPDF2/_page.py +++ b/PyPDF2/_page.py @@ -1383,7 +1383,6 @@ def process_operation(operator: bytes, operands: List) -> None: if isinstance(op, (int, float, NumberObject, FloatObject)): if ( (abs(float(op)) >= _space_width) - and (abs(float(op)) <= 8 * _space_width) and (len(text) > 0) and (text[-1] != " ") ):