From 74e7c64471f6ee20ead1bb2e84c4808bfd8845a7 Mon Sep 17 00:00:00 2001 From: dev_alex Date: Wed, 26 Jul 2023 22:56:44 +0200 Subject: [PATCH] add config parsing --- ocr_config.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ocr_config.ini diff --git a/ocr_config.ini b/ocr_config.ini new file mode 100644 index 0000000..723e489 --- /dev/null +++ b/ocr_config.ini @@ -0,0 +1,4 @@ +[ocr] +path_to_tesseract = C:\Program Files\Tesseract-OCR\tesseract.exe +path_to_input = input/ +path_to_output = output/ \ No newline at end of file