def __init__()

in function_app/src/components/doc_intelligence.py [0:0]


    def __init__(
        self,
        before_table_text_formats: Optional[List[str]] = [
            "**Table {table_number} Info**\n",
            "*Table Caption:* {caption}",
            "*Table Footnotes:* {footnotes}",
            "*Table Content:*",
        ],
        after_table_text_formats: Optional[List[str]] = None,