LICENSE
README.md
pyproject.toml
markthat/__init__.py
markthat/client.py
markthat/exceptions.py
markthat/figure_extraction.py
markthat/file_processor.py
markthat/image_processing.py
markthat/langchain_providers.py
markthat/logging_config.py
markthat/providers.py
markthat.egg-info/PKG-INFO
markthat.egg-info/SOURCES.txt
markthat.egg-info/dependency_links.txt
markthat.egg-info/requires.txt
markthat.egg-info/top_level.txt
markthat/prompts/__init__.py
markthat/prompts/base.py
markthat/prompts/templates/system_prompt.j2
markthat/prompts/templates/system_prompt_describe.j2
markthat/prompts/templates/system_prompt_extract_figure.j2
markthat/prompts/templates/system_prompt_get_coordinates.j2
markthat/prompts/templates/user_prompt.j2
markthat/prompts/templates/user_prompt_describe.j2
markthat/prompts/templates/user_prompt_extract_figure.j2
markthat/prompts/templates/user_prompt_get_coordinates.j2
markthat/utils/__init__.py
markthat/utils/validation.py
tests/test_validation.py