Skip to content

SyrianSpock/docscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Scanner

The goal of this project is to allow me to easily take pictures of documents (mostly letters and invoices) and have them converted to PDFs that are searchable.

Quickstart

Start by building the Docker image

docker build -t docscan .

Then given you have a picture pic.jpg you can run

docker run --rm -v (pwd):/code -w /code docscan:latest python scan.py pic.jpg

Use --help for more insight into the available options.

About

Basic document scanning and OCR

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages