.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docex.egg-info/PKG-INFO
docex.egg-info/SOURCES.txt
docex.egg-info/dependency_links.txt
docex.egg-info/entry_points.txt
docex.egg-info/requires.txt
docex.egg-info/top_level.txt
docflow/__init__.py
docflow/cli.py
docflow/context.py
docflow/docbasket.py
docflow/docflow.py
docflow/document.py
docflow/config/default_config.yaml
docs/Developer_Guide.md
docs/DocFlow_Design.md
examples/basic_usage.py
examples/hello_world.py
examples/pdf_invoice_to_purchase_order.py
examples/processor_csv_to_json.py
examples/route_file_transfer.py
examples/route_management.py
examples/test_find_document_by_metadata.py
examples/custom_processors/README.md
examples/custom_processors/my_pdf_text_processor.py
examples/custom_processors/run_custom_pdf_processor.py
examples/sample_data/invoice_2001321.pdf
tests/test_db_connection.py
tests/test_docbasket.py
tests/test_docflow.py
tests/test_docflow_postgres.py
tests/test_docflow_usage.py
tests/test_route.py
tests/test_route_management.py
tests/test_simple.py
tests/test_sqlite.py
tests/test_transport_base.py
tests/test_transport_integration.py
tests/test_transport_postgres.py
tests/test_transport_sqlite.py
tests/test_transport_workflow.py