From 618f33094a0124d362385ef55ea9a1ec92db1323 Mon Sep 17 00:00:00 2001 From: dev_alex Date: Sun, 30 Jul 2023 22:30:05 +0200 Subject: [PATCH] Add mount path to config --- ocr_config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocr_config.ini b/ocr_config.ini index 4d2b1f5..f1d6552 100644 --- a/ocr_config.ini +++ b/ocr_config.ini @@ -1,4 +1,5 @@ [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 +path_to_output = output +path_to_mount = mount_example \ No newline at end of file