Progress bar: unit types

This commit is contained in:
James R. Barlow
2019-05-23 02:00:47 -07:00
parent 805aa776ad
commit db6aa22eae
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with OCRmyPDF. If not, see <http://www.gnu.org/licenses/>.
import argparse
import logging
import sys
from pathlib import Path
@@ -176,6 +175,7 @@ def ocrmypdf( # pylint: disable=unused-argument
user_words=None,
user_patterns=None,
keep_temporary_files=None,
progress_bar=None,
):
options = create_options(**locals())
check_options(options)