From e6f2c69366a0e67574b54ccf3d1f1d943e974e59 Mon Sep 17 00:00:00 2001 From: Quinten Steenhuis Date: Mon, 1 Dec 2025 13:23:20 -0500 Subject: [PATCH] Quick fix to incorrect docstring --- docassemble/AssemblyLine/al_document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docassemble/AssemblyLine/al_document.py b/docassemble/AssemblyLine/al_document.py index f707118e..82ce1e7c 100644 --- a/docassemble/AssemblyLine/al_document.py +++ b/docassemble/AssemblyLine/al_document.py @@ -2880,7 +2880,7 @@ class ALExhibitList(DAList): auto_label (bool): If True, automatically numbers exhibits for cover page and table of contents. Defaults to True. auto_labeler (Callable): An optional function or lambda to transform the exhibit's index to a label. Uses A..Z labels by default. - auto_ocr (bool): If True, automatically starts OCR processing for uploaded exhibits. Defaults to True. + auto_ocr (bool): If True, automatically starts OCR processing for uploaded exhibits. Defaults to False. """ def init(self, *pargs, **kwargs) -> None: