I would like to read-out my locally stored Onenote book/section/page with Matlab and automatically search for specified strings. How can this be achieved? Does the Onenote API have to be interfaced or is there any easier way?
Here is what I have so far (online resources are scarce):
app=actxserver('onenote.application');
app.get(); %... to run some functions of the Onenote API?
I'm new to this and more information may be also useful for others. Here's the two references [1,2] that I found.
Related: accessing onenote in Java