gdriveocr
v0.1.4
Published
OCR by Google Drive API
Downloads
4
Readme
gDriveOCR
Node CLI program for OCR large PDF documents
Purpose
Let you OCR (extract text from image) from PDF by Google Drive API
Table of Contents
- Installation
- [How to get credentials file](#How to get credentials file)
- Usage
- TODO
installation
# npm install -g gdriveocr
How to get credentials file
to use this program you need to enable the Drive API on your Google account:
- Go to Google Drive API
- Click on 'ENABLE THE DRIVE API'
- Download the cert file by clicking on 'DOWNLOAD CLIENT CONFIGURATION'
Usage
Usage: gdriveocr [options] <file>
OCR by Google Drive API
Options:
-V, --version output the version number
-l, --lang <lang> 2 digit language language hint for the OCR (if not specifid Google recognized alone)
-c, --cert <cert> Google API cert file path (default: "./credentials.json")
-h, --help output usage information
TODO
- support multiple files and images
- better error handling