LICENSE
README.md
pyproject.toml
src/web_vest/__init__.py
src/web_vest/__main__.py
src/web_vest/analysis.py
src/web_vest/cli.py
src/web_vest/commands.py
src/web_vest/pipeline.py
src/web_vest.egg-info/PKG-INFO
src/web_vest.egg-info/SOURCES.txt
src/web_vest.egg-info/dependency_links.txt
src/web_vest.egg-info/entry_points.txt
src/web_vest.egg-info/requires.txt
src/web_vest.egg-info/top_level.txt
src/web_vest/resources/logo.png
src/web_vest/resources/vot_pipeline_graph.png
src/web_vest/stages/__init__.py
src/web_vest/stages/image_text_extraction.py
src/web_vest/stages/image_to_text.py
src/web_vest/stages/language_detection_translation.py
src/web_vest/stages/preprocessing.py
src/web_vest/stages/u2_dimmer.py
src/web_vest/webcrawler/__init__.py
src/web_vest/webcrawler/crawler.py
tests/test_analysis.py
tests/test_cli.py
tests/test_commands.py
tests/test_crawler.py
tests/test_imports.py
tests/test_pipeline.py
tests/test_stages.py