We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For new users we can expose the new package name by reflecting the package infrastructure from the camelot package. Some other popular packages like attrs are doing the same: https://github.com/python-attrs/attrs/blob/main/src/attrs/__init__.py
Is pypdf_table_extraction the way to go? I.e.from pypdf_table_extraction.handlers import PDFHandler?
from pypdf_table_extraction.handlers import PDFHandler
The text was updated successfully, but these errors were encountered:
Proposal for new logo in #38
Sorry, something went wrong.
No branches or pull requests
For new users we can expose the new package name by reflecting the package infrastructure from the camelot package. Some other popular packages like attrs are doing the same: https://github.com/python-attrs/attrs/blob/main/src/attrs/__init__.py
Is pypdf_table_extraction the way to go? I.e.
from pypdf_table_extraction.handlers import PDFHandler
?The text was updated successfully, but these errors were encountered: