Skip to content

This repository conntains codes which augment english word images, runs the tesseract OCR on them and saves the predictions onto local disk

Notifications You must be signed in to change notification settings

Deepayan137/python_tesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

python_tesseract

This repository conntains codes which augment english word images, runs the tesseract OCR on them and saves the predictions onto local disk

How to run the code

python main.py  -p 8 -o outputs/

Parameters to be set

  1. -p sets the segmentation mode to handle word images
  2. -o path to output directory where the augmentated images will be stored

The above code will generate a `predictions.txt' containing the uinique ID for each image and it's correponding prediction.

About

This repository conntains codes which augment english word images, runs the tesseract OCR on them and saves the predictions onto local disk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages