Skip to content

don41382/abbyy-ocr-to-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runs ABBYY OCR recognition and uploads a searchable pdf to dropbox

This is simple script to run ocr detection of a given set of files (jpg, png) and run ABBYY's OCR detection.

Usage

Install all required dependencies

# pip install -r requirements.txt

Export all required auth key to the environment

export abbyy_app_id=...
export abbyy_app_secret=...
export dropbox_token=...

Run the script

# python ocr-to-dropbox.py document1.jpg document2.jpg --output /folder-dropbox/output.pdf

About

scan with fujitsu scansnap s1500 from linux to dropbox with ocr included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages