This is a plugin for the ocr_translate. Plugins to enable usage of PaddleOCR in ocr_translate
For versions of the server <v0.6
- Install this by running
pip install ocr_translate-paddle
- Add
ocr_translate_paddle
to yourINSTALLED_APPS
insettings.py
- Run the server with
AUTOCREATE_VALIDATED_MODELS
once
For versions of the server >=0.6
- Install through the server plugin manager