"""Camelot offers multiple methods to parse pdfs and reconstruct the tables."""

from .hybrid import Hybrid
from .lattice import Lattice
from .ml import MachineLearning
from .network import Network
from .stream import Stream
