kienerj / pycdxml

Tools to automatically convert and proccess cdx and cdxml files in python
GNU General Public License v3.0
35 stars 5 forks source link

Add support for object 'annotation' #5

Closed kienerj closed 2 years ago

kienerj commented 2 years ago

Add support for the 'annotation' object and it's properties. This is not documented on the specification page and only can be deduced from the header file:

kCDXObj_Annotation, // 0x802B // Annotation properties kCDXProp_Annotation_Keyword = 0x1500, // 0x1500 The keyword that identifies this annotation (CDXString) kCDXProp_Annotation_Content, // 0x1501 The content of this annotation (CDXString)

Note that annotation are important as these are used to store data fields from sd-files or the get written to data fields in sd-files

kienerj commented 2 years ago

fixed by 3bd1a030dc4a9789a8be6fe2a59213d84950057a