SyrianSpock / docscan

Basic document scanning and OCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%