Hi,
I'd like to extract InkNodes or page contents from OneNote. So far I've been able to successfully make a request to https://graph.microsoft.com/beta/me/onenote/pages/{id}/content. However, most of the notes I'd like to retrieve are written with a Pen, so they're not standard text format.
I'd like to do one of the following:
1. Retrieve and parse the InkNode data from Graph
2. If possible, request ink-written note as .pdf-exported page or a .jpg or simply parsed to text.
Is any of the above possible? If not, are there any plans/roadmap to have such a feature in the future?
Thanks