From 1fc1e478f8826e6fa65fc4ed4a6d6a32c955f81e Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 13 Jan 2024 19:37:24 +0000 Subject: [PATCH] Improved config description --- static/defaults.config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/defaults.config.php b/static/defaults.config.php index b3a7f49984..47501fe91f 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -442,7 +442,8 @@ return [ 'no_smilies' => false, // tesseract_ocr (Boolean) - // Use Tesseract OCR to use OCR to fetch text from images + // Use Tesseract OCR to use OCR to fetch text from images. + // The Tesseract OCR command line tool needs to be installed separately on the system. 'tesseract_ocr' => false, // optimize_all_tables (Boolean)