Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdf2image not showing autocomplete with pycharm #237

Open
testmodem opened this issue Jul 11, 2022 · 2 comments
Open

pdf2image not showing autocomplete with pycharm #237

testmodem opened this issue Jul 11, 2022 · 2 comments

Comments

@testmodem
Copy link

Hello .

I am using pdf2image version 1.16.0 , with pycharm 2022.1.3 . and it doesnot show autocomplete for method. please check my code below.

from pdf2image import convert_from_path

pages = convert_from_path("docs/prescription/pre_1.pdf", poppler_path="c:/poppler/Library/bin/")
print(type(pages))
print(type(pages[0]))
print(pages[0].sh)

Thanks

@Belval
Copy link
Owner

Belval commented Jul 11, 2022

Since python 3.6 is EOL, I will be adding an update soon to include type annotations module-wide. That should address this issue.

@testmodem
Copy link
Author

okey . thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants