LICENSE
README.md
pyproject.toml
camelot/__init__.py
camelot/__main__.py
camelot/cli.py
camelot/core.py
camelot/handlers.py
camelot/image_processing.py
camelot/io.py
camelot/plotting.py
camelot/py.typed
camelot/utils.py
camelot/backends/__init__.py
camelot/backends/base.py
camelot/backends/ghostscript_backend.py
camelot/backends/image_conversion.py
camelot/backends/pdfium_backend.py
camelot/backends/poppler_backend.py
camelot/parsers/__init__.py
camelot/parsers/base.py
camelot/parsers/hybrid.py
camelot/parsers/lattice.py
camelot/parsers/ml.py
camelot/parsers/network.py
camelot/parsers/stream.py
camelot_py.egg-info/PKG-INFO
camelot_py.egg-info/SOURCES.txt
camelot_py.egg-info/dependency_links.txt
camelot_py.egg-info/entry_points.txt
camelot_py.egg-info/requires.txt
camelot_py.egg-info/top_level.txt
tests/test_auto_flavor.py
tests/test_backends_base.py
tests/test_bytes_input.py
tests/test_cli.py
tests/test_coalesce_collinear.py
tests/test_common.py
tests/test_comparison_bench.py
tests/test_copy_text_2d.py
tests/test_errors.py
tests/test_export.py
tests/test_filter.py
tests/test_find_lines_from_layout.py
tests/test_hybrid.py
tests/test_image_conversion_backend.py
tests/test_inmemory_render.py
tests/test_lattice.py
tests/test_main_module.py
tests/test_ml_backend.py
tests/test_network.py
tests/test_network_overlap.py
tests/test_per_page.py
tests/test_plotting.py
tests/test_replace_text.py
tests/test_stack_contiguous.py
tests/test_stream.py
tests/test_text_strip.py
tests/test_utils.py
tests/test_vector_contours_joints.py
tests/test_vector_engine_probe.py