.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
sample.png
setup.py
.github/workflows/publish.yml
scripts/format.sh
scripts/pre-commit-staged.sh
scripts/publish.py
scripts/publish.sh
scripts/setup.sh
test-results/report.html
tests/__init__.py
tests/test_textract_parser.py
tests/fixtures/notebook.json
textract_form_parser.egg-info/PKG-INFO
textract_form_parser.egg-info/SOURCES.txt
textract_form_parser.egg-info/dependency_links.txt
textract_form_parser.egg-info/entry_points.txt
textract_form_parser.egg-info/requires.txt
textract_form_parser.egg-info/top_level.txt
textract_parser/__init__.py
textract_parser/__main__.py
textract_parser/textract_parser.py