sec_parser.semantic_elements.table_element.table_of_contents_element
Classes
The TableElement class represents a standard table within a document. |
|
The TableElement class represents a standard table within a document. |
Module Contents
- class sec_parser.semantic_elements.table_element.table_of_contents_element.TableElement(html_tag: sec_parser.processing_engine.html_tag.HtmlTag, *, processing_log: sec_parser.processing_engine.processing_log.ProcessingLog | None = None, log_origin: sec_parser.processing_engine.processing_log.LogItemOrigin | None = None)
Bases:
sec_parser.semantic_elements.abstract_semantic_element.AbstractSemanticElementThe TableElement class represents a standard table within a document.
- get_summary() str
Return a human-readable summary of the semantic element.
This method aims to provide a simplified, human-friendly representation of the underlying HtmlTag.
- to_dict(*, include_previews: bool = False, include_contents: bool = False) dict[str, Any]
- table_to_markdown() str
- class sec_parser.semantic_elements.table_element.table_of_contents_element.TableOfContentsElement(html_tag: sec_parser.processing_engine.html_tag.HtmlTag, *, processing_log: sec_parser.processing_engine.processing_log.ProcessingLog | None = None, log_origin: sec_parser.processing_engine.processing_log.LogItemOrigin | None = None)
Bases:
sec_parser.semantic_elements.table_element.table_element.TableElementThe TableElement class represents a standard table within a document.