Looking at your supplied SampleExportingApp.py, you have not added the code to read the annotations from anywhere. This file is a template for reading the annotations from a file produced by an ereader app. It does not actually work as it has no code to actually import anything. If you want to add support for another app, you need to add the code to parse the annotations from that app. You can look at the GoodReader.py for an example of this.
|