.gitignore
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/deploy_docs.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
PAGETools.egg-info/PKG-INFO
PAGETools.egg-info/SOURCES.txt
PAGETools.egg-info/dependency_links.txt
PAGETools.egg-info/entry_points.txt
PAGETools.egg-info/requires.txt
PAGETools.egg-info/top_level.txt
assets/logo.png
docs/index.md
docs/installation.md
docs/package.json
docs/yarn.lock
docs/.vitepress/config.mts
docs/.vitepress/theme/index.ts
docs/.vitepress/theme/style.css
docs/tools/index.md
docs/tools/analytics/get_codec.md
docs/tools/analytics/get_text_count.md
docs/tools/transformation/change_index.md
docs/tools/transformation/extraction.md
docs/tools/transformation/line2page.md
docs/tools/transformation/regularization.md
pagetools/__init__.py
pagetools/cli/__init__.py
pagetools/cli/analytics/__init__.py
pagetools/cli/analytics/get_char_occurence.py
pagetools/cli/analytics/get_codec.py
pagetools/cli/analytics/get_text_count.py
pagetools/cli/management/__init__.py
pagetools/cli/management/cull.py
pagetools/cli/transformations/__init__.py
pagetools/cli/transformations/change_index.py
pagetools/cli/transformations/extract.py
pagetools/cli/transformations/line2page.py
pagetools/cli/transformations/regularize.py
pagetools/resources/__init__.py
pagetools/resources/rulesets/__init__.py
pagetools/resources/rulesets/ligatures_consonantal.json
pagetools/resources/rulesets/ligatures_vocal.json
pagetools/resources/rulesets/punctuation.json
pagetools/resources/rulesets/quotes.json
pagetools/resources/rulesets/roman_digits.json
pagetools/resources/rulesets/spaces.json
pagetools/resources/rulesets/uvius.json
pagetools/resources/rulesets/various.json
pagetools/src/Image.py
pagetools/src/Page.py
pagetools/src/__init__.py
pagetools/src/extraction/Extractor.py
pagetools/src/extraction/__init__.py
pagetools/src/line2page/Line2Page.py
pagetools/src/line2page/__init__.py
pagetools/src/regularization/Regularizer.py
pagetools/src/regularization/Rules.py
pagetools/src/regularization/__init__.py
pagetools/src/utils/__init__.py
pagetools/src/utils/constants.py
pagetools/src/utils/filesystem.py
pagetools/src/utils/img_processing.py
pagetools/src/utils/page_processing.py
pagetools/tests/__init__.py
pagetools/tests/src/__init__.py
pagetools/tests/src/utils/__init__.py
pagetools/tests/src/utils/test_page_processing.py