Falstaff: I made some changes in your code, in file pylrs.py:587
Code:
if not isinstance(textBlock, TextBlock) and not isinstance(textBlock, ImageBlock):
I needed support for referring to ImageBlocks from a TOC for my
PDFRead project.
Thanks for the very wonderful library!