diff --git a/ocr_config.ini b/ocr_config.ini index 723e489..4d2b1f5 100644 --- a/ocr_config.ini +++ b/ocr_config.ini @@ -1,4 +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 +path_to_input = input +path_to_output = output \ No newline at end of file