Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docassemble/AssemblyLine/al_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading