Skip to content

kimlee87/ocrd_paddleocr

 
 

Repository files navigation

ocrd_paddleocr

OCR-D wrapper for the PaddleOCR framework.

Work in progress.

Installation

For GPU use:

python -m pip install paddlepaddle-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu129/
python -m pip install .

For CPU use:

python -m pip install paddlepaddle==3.2.0
python -m pip install .

About

OCR-D integration for PaddleOCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 76.6%
  • Dockerfile 23.4%