Skip to content

SyrianSpock/docscan

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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