Document Intelligence Loader not functional
I encountered an issue with the AzureAIDocumentIntelligenceLoader API when converting a PDF to Markdown format. The API marked all PDF headers (both primary and secondary) with a single "#" symbol, while I expected primary headers to have one "#" and secondary headers to have two "##".
Could you give me some pointers on using this API? below are some details:
Python code to call AzureAIDocumentIntelligenceLoader API :
Screen shot of source pdf:
Actual API Results (primary header start with one "#", but sub header also start with one "#")
Expected Results(primary header start with one "#", sub headers start with two "#" and so on):