An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi ,
Thanks for reaching out to Microsoft Q&A.
OneNote is not currently supported by azure Doc Intelligence, and there is no publicly confirmed timeline for native support yet. In the interim, converting OneNote pages to HTML is a practical and recommended approach, since HTML preserves structure (headings, tables, lists) better than plain text or PDF and aligns well with the service’s capabilities. The typical pattern is to export the OneNote page via Graph or OneNote API as HTML, clean up unnecessary styling or embedded artifacts, and then pass the normalized HTML to AnalyzeDocumentAsync. For best results, ensure the content is flattened to a single page, remove scripts or unsupported tags, inline essential styles, and validate encoding (UTF8). If the page contains heavy images or handwritten notes, consider extracting text separately using OCR before combining it with the HTML for richer context.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.