├── README.md ├── app.py ├── images └── markitdown-web.png └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccbsdu/markitdown-web/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccbsdu/markitdown-web/HEAD/app.py -------------------------------------------------------------------------------- /images/markitdown-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccbsdu/markitdown-web/HEAD/images/markitdown-web.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | markitdown 3 | --------------------------------------------------------------------------------