def __init__()

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


    def __init__(
        self,
        before_figure_text_formats: Optional[List[str]] = [
            "**Figure {figure_number} Info**\n",
            "*Figure Caption:* {caption}",
            "*Figure Footnotes:* {footnotes}",
            "*Figure Content:*\n{content}",
        ],
        output_figure_img: bool = True,
        figure_img_text_format: Optional[str] = "\n*Figure Image:*",
        after_figure_text_formats: Optional[List[str]] = None,