Spaces:
Sleeping
Sleeping
File size: 153 Bytes
046e3b8 | 1 2 3 4 5 6 | """Extract metadata (fonts, bounding box) for a string in a pdf"""
__version__ = '1.3.4'
from .pdfxmeta import extract_meta, dump_meta, dump_toml
|