sseemayer / OCRmyPDF-web

A tiny frontend for OCRing PDF files via the web.

Repository from Github https://github.comsseemayer/OCRmyPDF-webRepository from Github https://github.comsseemayer/OCRmyPDF-web

OCRmyPDF-web

A simple web service for running OCRmyPDF. Builds on top of the official OCRmyPDF docker container and adds a simple REST API and lightweight web frontend. Simply drag a PDF file into the browser window and get a file download with the OCRed file back!

Running

Using Dokku

OCRmyPDF-web has been designed with Dokku in mind. Just follow the standard Dockerfile deploy steps!

Using Docker

Expose on port 8888:

docker run -p 8888:8000 --name ocrmypdf-web sseemayer/ocrmypdf-web

License

OCRmyPDF-web, like the main project, is licensed under the GNU GPL v3.

About

A tiny frontend for OCRing PDF files via the web.

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.9%Language:CSS 15.8%Language:HTML 1.6%Language:Python 1.3%Language:Dockerfile 0.3%Language:Shell 0.1%