I'm looking for a way to read Microsoft Works (.wps) and One Note (.one) files in a Java application. Actually, all I care about is extracting readable text from these files so I can index them.
I've had success using the Apache POI and Tika libraries to extract text from most other Micrososft formats, but these two are still elusive.
Thanks, Frank