Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 405 Bytes

This project's aim is to add text layer to your pdf of djvu file.

It works in docker and use rest api.

docker build -t korrectur . 
docker run --rm -ti -p 1213:1213 korrectur  

Now open your browser, choose your file and click the Upload button.

It will return pdf with text layer, default language is english+russian.

Note

Install docker: https://docs.docker.com/engine/install/centos/