fix: Fix invalid escape sequence warning in ocr_backend_manager.py

The string contained C:\Program Files\Tesseract-OCR which Python
interpreted as escape sequences (\P is invalid).

Fixed by escaping backslashes: C:\Program Files\Tesseract-OCR
This commit is contained in:
LemonNexus 2026-02-14 23:52:05 +00:00
parent f9dbde1a95
commit 88f112dfa2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ To install Tesseract:
https://github.com/UB-Mannheim/tesseract/wiki
2. Run the installer and note the installation path
(usually C:\Program Files\Tesseract-OCR)
(usually C:\\Program Files\\Tesseract-OCR)
3. Add to PATH or use the auto-detect feature