Skip to content

MartyIce/SpeediestPDF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tiny REST API for OCRing PDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 15.8%
  • HTML 1.6%
  • Python 1.3%
  • Other 0.4%