Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sseemayer/OCRmyPDF-web

A tiny frontend for OCRing PDF files via the web.
https://github.com/sseemayer/OCRmyPDF-web

docker ocr rest-api

Last synced: 5 days ago
JSON representation

A tiny frontend for OCRing PDF files via the web.

Awesome Lists containing this project

README

        

# OCRmyPDF-web

A simple web service for running [OCRmyPDF](https://github.com/jbarlow83/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](http://dokku.viewdocs.io/dokku/) in mind. Just follow the standard Dockerfile deploy steps!

### Using Docker
Expose on port 8888:

```bash
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.