diff --git a/frog/config.py b/frog/config.py index ccf9aab..d4a1453 100644 --- a/frog/config.py +++ b/frog/config.py @@ -41,4 +41,4 @@ tessdata_url = "https://github.com/tesseract-ocr/tessdata/raw/main/" tessdata_best_url = "https://github.com/tesseract-ocr/tessdata_best/raw/main/" tessdata_dir = os.path.join(os.environ['XDG_DATA_HOME'], 'tessdata') -tessdata_config = f'--tessdata-dir {tessdata_dir} –psm 0 --oem 1' +tessdata_config = f'--tessdata-dir {tessdata_dir} --oem 1'