Package pd3f
Expand source code
__version__ = "0.4.0"
import logging
from logging import NullHandler
from .export import Export, extract
from .parsr_wrapper import run_parsr
logging.getLogger(__name__).addHandler(NullHandler())
Sub-modules
pd3f.dehyphen_wrapper
-
Interaction with
dehyphen
, cache results pd3f.doc_info
-
Statistics and information about document elements.
pd3f.doc_output
-
Document represenation after extraction stuff from parsr
pd3f.export
-
Main class of this package …
pd3f.geometry
-
Compare geometric shapes
pd3f.parsr_wrapper
-
Wrapper to interaction with parsr (using parsr's Python client)
pd3f.string_utils
pd3f.utils
-
Utility functions