Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/pdfplumber/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1__all__ = [
2 "__version__",
3 "utils",
4 "pdfminer",
5 "open",
6 "repair",
7 "set_debug",
8]
10import pdfminer
11import pdfminer.pdftypes
13from . import utils
14from ._version import __version__
15from .pdf import PDF
16from .repair import repair
18open = PDF.open