INNER CODE UNIT · Python

__init__

lefterisloukas/edgar-crawler · extract_items.py:135

    def __init__(
        self,
        remove_tables: bool,
        items_to_extract: List[str],
        include_signature: bool,
        raw_files_folder: str,
        extracted_files_folder: str,
        skip_extracted_filings: bool,
    ) -> None:
        """
        Constructs all the necessary attributes for the ExtractItems object.

        Args:
            remove_tables (bool): Whether to remove tables.
            items_to_extract (List[str]): Items to be extracted. If None, all items are extracted.
            raw_files_folder (str): Path of the folder containing raw files.
            extracted_files_folder (str): Path of the folder where extracted files should be saved.
            skip_extracted_filings (bool): Whether to skip already extracted filings.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…