Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-processing-advance-ocr

Document processing experiments using traditional and advance OCR libraries.

You'll need >= Python 12 to run the notebooks in this repo.

The Jupyter notebooks guide you step-by-step experimentation to use Tesseract and PaddleOCR on the sample documents to see the limitations and improvement suggestions for information extraction.

  1. Please clone the repository and install all the dependencies to run the notebooks.

https://github.com/atarora/doc-processing-advance-ocr

  1. It is advised to create a virtual env and install dependencies as :
$ cd  doc-processing-advance-ocr 
$ python -m venv {venv_name}
$ source {venv_name}/bin/activate
(venv_name) $ pip install -r requirements.txt

More here : https://realpython.com/python-virtual-environments-a-primer/#create-it

  1. Run jupyter and open notebooks as :

$ python jupyter

About

Document processing experiments using traditional and advance OCR libraries.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages