adelevett's picture
Upload 76 files
046e3b8 verified
raw
history blame contribute delete
291 Bytes
"""A collection of utility functions to work with PyMuPDF"""
from .fitzutils import (
open_pdf,
ToCEntry,
dump_toc,
pprint_toc,
get_file_encoding
)
__all__ = [
'open_pdf',
'ToCEntry',
'dump_toc',
'pprint_toc',
'get_file_encoding'
]