--- title: Hello Mineru emoji: 👋 colorFrom: blue colorTo: green sdk: docker app_port: 7860 --- # Hello Mineru A simple Hello World application using Docker on Hugging Face Spaces. This Space demonstrates how to deploy a basic Flask web application in a Docker container. ## Features - Simple web interface with a greeting message - Information about Mineru PDF processor - Lightweight Docker container using Python 3.9 ## Docker Details This application: - Uses a Python 3.9 slim Docker image - Runs a Flask web server - Follows Hugging Face Spaces best practices for Docker containers ## Next Steps This is a minimal demonstration. The full Mineru application provides advanced PDF processing capabilities to convert documents to Markdown and JSON formats. To learn more about deploying Docker containers on Hugging Face Spaces, check out the [official documentation](https://huggingface.co/docs/hub/spaces-sdks-docker).