Node CLI program for OCR large PDF documents
Let you OCR (extract text from image) from PDF by Google Drive API
# npm install -g gdriveocr
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: 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
- support multiple files and images
- better error handling
- API