Belval / pdf2image

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.6k stars 194 forks source link

Closes #255; added py.typed file. #256

Closed PedroPerpetua closed 1 year ago

PedroPerpetua commented 1 year ago

Adds a py.typed file in order to be pep-0561 compliant. Closes issue #255.

Belval commented 1 year ago

Thank you for your contribution