diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml
index 30bc4eef..5ecce81f 100644
--- a/src/doc/user/recoll.conf.xml
+++ b/src/doc/user/recoll.conf.xml
@@ -708,7 +708,7 @@ with possibly meaning-altering missing words.
pdfocr
Attempt OCR of PDF files with no text content. This can be defined in subdirectories. The default is off because
-OCR is so very slow. Will only do anything if ocrprogs is defined.
+OCR is so very slow.
pdfattach
Enable PDF attachment extraction by executing pdftk (if
@@ -739,8 +739,11 @@ duplicate values.
ocrprogs
OCR modules to try. The top OCR script will try to load the corresponding modules in
order and use the first which reports being capable of performing OCR on
-the input file. Modules for tesseract and ABBYY FineReader are present in
-the standard distribution.
+the input file. Modules for tesseract (tesseract) and ABBYY FineReader
+(abbyy) are present in the standard distribution. For compatibility with
+the previous version, if this is not defined at all, the default value is
+"tesseract". Use an explicit empty value if needed. A value of "abbyy
+tesseract" will try everything.
ocrcachedir
Location for caching OCR data. The default if this is empty or undefined is to store the cached
diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html
index 9f038bf2..e97e382d 100644
--- a/src/doc/user/usermanual.html
+++ b/src/doc/user/usermanual.html
@@ -9650,8 +9650,7 @@ for i in range(nres):
Attempt OCR of PDF files with no text content.
This can be defined in subdirectories. The
- default is off because OCR is so very slow. Will
- only do anything if ocrprogs is defined.
+ default is off because OCR is so very slow.
+ tesseract (tesseract) and ABBYY FineReader
+ (abbyy) are present in the standard distribution.
+ For compatibility with the previous version, if
+ this is not defined at all, the default value is
+ "tesseract". Use an explicit empty value if
+ needed. A value of "abbyy tesseract" will try
+ everything.