LICENSE
MANIFEST.in
README.md
pyproject.toml
src/formhtr/__init__.py
src/formhtr/auto_align.py
src/formhtr/cli.py
src/formhtr/deps.py
src/formhtr/export_logsheet.py
src/formhtr/logsheet.py
src/formhtr/manual_align.py
src/formhtr/pdf_utils.py
src/formhtr/roi_tools.py
src/formhtr.egg-info/PKG-INFO
src/formhtr.egg-info/SOURCES.txt
src/formhtr.egg-info/dependency_links.txt
src/formhtr.egg-info/entry_points.txt
src/formhtr.egg-info/requires.txt
src/formhtr.egg-info/top_level.txt
src/formhtr/commands/__init__.py
src/formhtr/commands/annotate_rois.py
src/formhtr/commands/automatic_align.py
src/formhtr/commands/doctor.py
src/formhtr/commands/export_logsheet.py
src/formhtr/commands/manual_align.py
src/formhtr/commands/pdf_dimensions.py
src/formhtr/commands/process_logsheet.py
src/formhtr/commands/select_rois.py
src/formhtr/libs/__init__.py
src/formhtr/libs/logsheet_config.py
src/formhtr/libs/pdf_to_image.py
src/formhtr/libs/region.py
src/formhtr/libs/statistics.py
src/formhtr/libs/visualise_regions.py
src/formhtr/libs/annotate_ROI/__init__.py
src/formhtr/libs/annotate_ROI/annotate_ROIs_widget.py
src/formhtr/libs/annotate_ROI/cli_inputs.py
src/formhtr/libs/annotate_ROI/utils.py
src/formhtr/libs/extract_ROI/__init__.py
src/formhtr/libs/extract_ROI/autodect.py
src/formhtr/libs/extract_ROI/cli_inputs.py
src/formhtr/libs/extract_ROI/select_ROIs_widget.py
src/formhtr/libs/processing/__init__.py
src/formhtr/libs/processing/align_images.py
src/formhtr/libs/processing/barcode.py
src/formhtr/libs/processing/checkbox.py
src/formhtr/libs/processing/process_area.py
src/formhtr/libs/processing/read_content.py
src/formhtr/libs/processing/rtree.py
src/formhtr/libs/processing/store_results.py
src/formhtr/libs/services/__init__.py
src/formhtr/libs/services/amazon_vision.py
src/formhtr/libs/services/azure_vision.py
src/formhtr/libs/services/call_services.py
src/formhtr/libs/services/google_vision.py
src/formhtr/libs/services/utils.py
tests/test_cli.py
tests/test_live_services.py
tests/test_logsheet_config.py
tests/test_logsheet_pipeline.py
tests/test_preprocess_input.py
tests/test_process_area.py
tests/test_region_and_utils.py
tests/test_rtree_ensemble.py
tests/test_services.py
tests/test_statistics_and_store_order.py
tests/test_store_results_io.py