Skip to content

Commit b161e33

Browse files
committed
🔥 refactor eynollah ocr
.
1 parent 30f9c69 commit b161e33

File tree

5 files changed

+735
-831
lines changed

5 files changed

+735
-831
lines changed

src/eynollah/cli/cli_ocr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def ocr_cli(
8888
tr_ocr,
8989
do_not_mask_with_textline_contour,
9090
batch_size,
91-
dataset_abbrevation,
9291
min_conf_value_of_textline_text,
9392
):
9493
"""
@@ -101,7 +100,6 @@ def ocr_cli(
101100
tr_ocr=tr_ocr,
102101
do_not_mask_with_textline_contour=do_not_mask_with_textline_contour,
103102
batch_size=batch_size,
104-
pref_of_dataset=dataset_abbrevation,
105103
min_conf_value_of_textline_text=min_conf_value_of_textline_text)
106104
eynollah_ocr.run(overwrite=overwrite,
107105
dir_in=dir_in,

0 commit comments

Comments
 (0)