Remove tqdm dependency and TqdmConsole

Might be too aggressive? No deprecation warning....
This commit is contained in:
James R. Barlow
2023-09-21 00:05:39 -07:00
parent ec1c377532
commit de2bb5ce8c
4 changed files with 1 additions and 63 deletions
+1 -2
View File
@@ -15,7 +15,7 @@ from pathlib import Path
from typing import AnyStr, BinaryIO, Iterable, Union
from warnings import warn
from ocrmypdf._logging import PageNumberFilter, TqdmConsole
from ocrmypdf._logging import PageNumberFilter, RichTqdmProgressAdapter
from ocrmypdf._plugin_manager import get_plugin_manager
from ocrmypdf._sync import run_pipeline
from ocrmypdf._validation import check_options
@@ -339,7 +339,6 @@ def ocr( # noqa: ruff: disable=D417
__all__ = [
'PageNumberFilter',
'TqdmConsole',
'Verbosity',
'check_options',
'configure_logging',