LICENSE
MANIFEST.in
NOTICE
README.md
requirements.txt
setup.cfg
setup.py
amazon_textract_textractor.egg-info/PKG-INFO
amazon_textract_textractor.egg-info/SOURCES.txt
amazon_textract_textractor.egg-info/dependency_links.txt
amazon_textract_textractor.egg-info/entry_points.txt
amazon_textract_textractor.egg-info/requires.txt
amazon_textract_textractor.egg-info/top_level.txt
extras/dev.txt
extras/docs.txt
extras/pandas.txt
extras/pdf.txt
extras/pdfium.txt
extras/torch.txt
tests/test_analyze_expense.py
tests/test_analyze_id.py
tests/test_bbox.py
tests/test_document.py
tests/test_get_text_and_words.py
tests/test_key_value.py
tests/test_layout.py
tests/test_line.py
tests/test_page.py
tests/test_parse_no_fail.py
tests/test_queries.py
tests/test_selection_element.py
tests/test_signature.py
tests/test_table.py
tests/test_textractor.py
tests/test_textractor_cli.py
tests/test_value.py
tests/test_visualizer.py
tests/test_word.py
tests/test_word_ordering.py
textractor/__init__.py
textractor/exceptions.py
textractor/textractor.py
textractor/cli/__init__.py
textractor/cli/cli.py
textractor/data/__init__.py
textractor/data/constants.py
textractor/data/html_linearization_config.py
textractor/data/markdown_linearization_config.py
textractor/data/text_linearization_config.py
textractor/entities/__init__.py
textractor/entities/bbox.py
textractor/entities/document.py
textractor/entities/document_entity.py
textractor/entities/expense_document.py
textractor/entities/expense_field.py
textractor/entities/identity_document.py
textractor/entities/identity_field.py
textractor/entities/key_value.py
textractor/entities/layout.py
textractor/entities/lazy_document.py
textractor/entities/line.py
textractor/entities/linearizable.py
textractor/entities/page.py
textractor/entities/page_layout.py
textractor/entities/query.py
textractor/entities/query_result.py
textractor/entities/selection_element.py
textractor/entities/signature.py
textractor/entities/table.py
textractor/entities/table_cell.py
textractor/entities/table_footer.py
textractor/entities/table_title.py
textractor/entities/value.py
textractor/entities/word.py
textractor/parsers/__init__.py
textractor/parsers/response_parser.py
textractor/utils/__init__.py
textractor/utils/geometry_util.py
textractor/utils/html_utils.py
textractor/utils/legacy_utils.py
textractor/utils/pdf_utils.py
textractor/utils/results_utils.py
textractor/utils/s3_utils.py
textractor/utils/search_utils.py
textractor/utils/text_utils.py
textractor/visualizers/__init__.py
textractor/visualizers/arial.ttf
textractor/visualizers/entitylist.py