Skip to content

Base on PaddleOCR, this project provide api interface and a docker(use gpu), the ocr speed very fast!

License

Notifications You must be signed in to change notification settings

WinChance/PaddleOCR-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaddleOCR-API

Introduction

PaddleOCR-API aims to provide an out-of-the-box ocr recognition interface, the ocr algorithm comes from PaddleOCR.

Docker Build

docker build -f Dockerfile-env.yml -t m986883511/paddleocr:env .
docker build -f Dockerfile-api.yml -t m986883511/paddleocr:api .

Docker Use

docker run --rm -it -p 8000:8000 -e DET_MODEL=/build/ch_PP-OCRv3_det_infer -e REC_MODEL=/build/ch_PP-OCRv3_rec_infer --gpus all --name PaddleOCR-API m986883511/paddleocr:api

Browser

When the docker run, open localhost:8000 you can see the interface.

📄 License

This project is released under Apache 2.0 license

About

Base on PaddleOCR, this project provide api interface and a docker(use gpu), the ocr speed very fast!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.0%
  • C++ 13.6%
  • Shell 4.6%
  • Java 1.4%
  • CMake 0.4%
  • Makefile 0.3%
  • Other 0.7%