compass.pipeline.data_classes.DocParsingParams#
- class DocParsingParams(max_num_docs_per_jurisdiction=None)[source]#
Bases:
objectValue Object for document parsing settings
- Parameters:
max_num_docs_per_jurisdiction (
int, optional) – Maximum number of documents to parse for each jurisdiction (regardless of the collection method). IfNone, all collected documents are parsed. By default,None.
Methods