Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sseemayer/OCRmyPDF-web
- Owner: sseemayer
- License: gpl-3.0
- Created: 2017-02-12T22:31:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T20:31:08.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:52:41.414Z (3 months ago)
- Topics: docker, ocr, rest-api
- Language: JavaScript
- Size: 34.2 KB
- Stars: 44
- Watchers: 3
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.