LICENSE
README
pyproject.toml
letty/__init__.py
letty/cli.py
letty/optimizer.py
letty/strategy.py
letty/quality/__init__.py
letty/quality/whitespace.py
rawmaker/__init__.py
rawmaker/__main__.py
rawmaker/__patch__.py
rawmaker/cli.py
rawmaker/cli_automate.py
rawmaker/date.py
rawmaker/destination.py
rawmaker/error.py
rawmaker/parameter.py
rawmaker/reader.py
rawmaker/utils.py
rawmaker.egg-info/PKG-INFO
rawmaker.egg-info/SOURCES.txt
rawmaker.egg-info/dependency_links.txt
rawmaker.egg-info/entry_points.txt
rawmaker.egg-info/requires.txt
rawmaker.egg-info/top_level.txt
rawmaker/converter/__init__.py
rawmaker/converter/basic.py
rawmaker/converter/images.py
rawmaker/features/__init__.py
rawmaker/features/annotation.py
rawmaker/features/border.py
rawmaker/features/boxes.py
rawmaker/features/figures.py
rawmaker/features/fonts.py
rawmaker/features/formula.py
rawmaker/features/horizontals.py
rawmaker/features/images.py
rawmaker/features/line.py
rawmaker/features/outlines.py
rawmaker/features/text.py
rawmaker/fonts/__init__.py
rawmaker/fonts/parser.py
rawmaker/images/__init__.py
rawmaker/images/info.py
rawmaker/miner/__init__.py
rawmaker/miner/char.py
rawmaker/miner/colorspace.py
rawmaker/miner/images.py
rawmaker/miner/position.py
rawmaker/miner/rawchar.py
rawmaker/miner/text.py
rawmaker/miner/underline.py
rawmaker/patch/__init__.py
rawmaker/patch/ltchar.py
rawmaker/text/__init__.py
rawmaker/text/chars.py
rawmaker/text/data.py
rawmaker/text/superfast.py
rawmaker/text/wordbox.py
spacestation/__init__.py
spacestation/cli.py
spacestation/features/__init__.py
spacestation/features/chardist.py
spacestation/features/worddist.py
spacestation/features/wspace.py
tests/test_annotation.py
tests/test_border.py
tests/test_boxes.py
tests/test_cli.py
tests/test_horizontals.py
tests/test_layout_extraction.py
tests/test_line.py
tests/test_master.py
tests/test_pdfminer.py
tests/test_position.py
tests/test_superfast.py
tests/test_text.py