in function_app/src/components/doc_intelligence.py [0:0]
def __init__(
self,
general_text_format: Optional[str] = "{content}",
page_header_format: Optional[str] = None,
page_footer_format: Optional[str] = None,
title_format: Optional[str] = "\n{heading_hashes} **{content}**",
section_heading_format: Optional[str] = "\n{heading_hashes} **{content}**",
footnote_format: Optional[str] = "*Footnote:* {content}",
formula_format: Optional[str] = "*Formula:* {content}",
page_number_format: Optional[str] = None,