convert paddleocr light model to ncnn,you can use it by ncnn.
the infer code you can use chineseocr_lite project.
PS:if you use angle model plz change the input shape dstHeight from 32 to 48
1.infer: https://github.com/DayBreak-u/chineseocr_lite/tree/onnx/cpp_projects/OcrLiteNcnn
2.model: https://github.com/frotms/PaddleOCR2Pytorch