layout-parser
layout-parser copied to clipboard
getsize() depricated in Pillow>=10.0.1
getsize() is deprecated and replaced with getbbox() in Pillow>=10.0.1
I replaced it in visualization.py such that it works with both newer and older Pillow versions.
There are other instances that also need to be adapted, but I have refrained from adapting them everywhere due to a lack of testing possibilities.