mirror of
https://github.com/friendica/friendica
synced 2024-12-23 08:40:16 +00:00
Improved config description
This commit is contained in:
parent
3a60229e5c
commit
1fc1e478f8
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue