Closed fareshan closed 5 months ago
Thank you for your contribution - we do really appreciate it!
The package is rapidly becoming more and more popular and is therefore receiving many functional enhancement requests. Investigating these requests and incorporating respective features is currently our top priority. We also need to cover all maintained Python versions - which limits the range of typing support that can be implemented.
So I am afraid we need to postpone this PR to a later point in time.
I am suggesting these changes:
Why this last change ? to get the exact type when we use this library, and avoid adding
#type: ignore
every time, orif isinstance(str) ...
Maybe you have a better suggestion to handle this ?I noticed that I should also add typings to the pymupdf library too.