I'm finding this project to be highly valuable. Thanks for making it available.
One thing I've run into is that I can only change the background color of pdf text annotations, not the color of the text itself. The former seems to be possible within poppler-qt5, but isn't wrapped here?
https://people.freedesktop.org/~aacid/docs/qt5/classPoppler_1_1TextAnnotation.html
SetTextFont is wrapped, but the QFont class passed into that doesn't include the text color. If textColor and setTextColor could be accessible via this Python interface then that would be great.