compass.pipeline.data_classes.DocParsingParams#

class DocParsingParams(max_num_docs_per_jurisdiction=None)[source]#

Bases: object

Value 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). If None, all collected documents are parsed. By default, None.

Methods