A streamlined Python tool that processes folders, files, and ZIP archives into well-organized markdown documents. Features both a Streamlit web interface and command-line functionality.
## Known Limitations
- 200MB file size limit for web uploads
- ZIP files must be unencrypted
- Some PDF formatting may not be preserved
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
MIT License - See LICENSE file for details
## Version
v1.0 - Initial release with Streamlit interface
## Author
[Your Name]
## Acknowledgments
- Built with [Streamlit](https://streamlit.io/)
- PDF processing by [pdfplumber](https://github.com/jsvine/pdfplumber)
- Document processing by [python-docx](https://python-docx.readthedocs.io/) and [python-pptx](https://python-pptx.readthedocs.io/)