Dockerize Parser PUU is a project aimed at containerizing the Parser PUU algorithm written in Python for parsing Indonesian Legal Documents. This project facilitates the deployment and execution of the Parser PUU algorithm within a Docker container, ensuring consistency and ease of deployment across various environments.
- Containerized deployment of the Parser PUU algorithm.
- Simplified setup and execution using Docker.
- Scalable and portable deployment across different platforms and environments.
- Docker Engine installed on the host machine.
- pdf2image python library
- tesseract python library
- Build the docker image
docker build -t parser-puu-container .
- Run the docker image
docker run parser-puu-container
Contributions to Dockerize Parser PUU are welcome! If you have any suggestions, feature requests, or bug reports, please feel free to open an issue or create a pull request on the GitHub repository.
This project is licensed under the MIT License.
Dockerize Parser PUU is provided as-is without any warranty. Use it at your own risk.