.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/pullrequests.yml
.github/workflows/tag.yml
pdf_annotate/__init__.py
pdf_annotate/annotator.py
pdf_annotate/graphics.py
pdf_annotate.egg-info/PKG-INFO
pdf_annotate.egg-info/SOURCES.txt
pdf_annotate.egg-info/dependency_links.txt
pdf_annotate.egg-info/requires.txt
pdf_annotate.egg-info/top_level.txt
pdf_annotate/annotations/__init__.py
pdf_annotate/annotations/base.py
pdf_annotate/annotations/image.py
pdf_annotate/annotations/points.py
pdf_annotate/annotations/rect.py
pdf_annotate/annotations/text.py
pdf_annotate/config/__init__.py
pdf_annotate/config/appearance.py
pdf_annotate/config/constants.py
pdf_annotate/config/graphics_state.py
pdf_annotate/config/location.py
pdf_annotate/config/metadata.py
pdf_annotate/fonts/Helvetica.ttf
pdf_annotate/util/__init__.py
pdf_annotate/util/font_metrics.py
pdf_annotate/util/geometry.py
pdf_annotate/util/text.py
pdf_annotate/util/true_type_font.py
pdf_annotate/util/validation.py