Automated docker build for pdf2htmlEX
see: https://registry.hub.docker.com/u/klokoy/pdf2htmlex/
Suppose you have a PDF file ~/pdf/test.pdf, simply running
docker run -ti --rm -v ~/pdf:/pdf klokoy/pdf2htmlex --zoom 1.3 pdf/test.pdf pdf/test.html
would produce a single HTML file test.html in the current directory.
For detail instruciton, please read the wiki