cgcel/PaddleOCRFastAPI

How to change the language

Closed this issue · 1 comments

I want to use the two language english and Korean. Where i can modified that?

Clone this repo and edit this line:

ocr = PaddleOCR(use_angle_cls=True, lang="ch")

then build the docker image again.