Skip to content

JeremiPlazas/Google-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-OCR

Setup with pip & virtualenv

Clone this repo and follow the steps below

cd Google-OCR
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

Follow this Quick Start guide to setup Google Vision API, which is necessary for using Google OCR service. There is also video tutorial

Usage

Running OCR on collection of images. Note: This script only works on png image, so be sure to convert PDF or other format into png. But we will be releasing support for other format in future.

cd ocr
python google_ocr.py --input_dir data/W22084/vol-1 --output_dir W22084/vol-1 --n 3

Output of OCR will be stored in txt file at output_dir.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published