I'm recently tring test Japanese image recognation by using EasyOCR, TesseractOCR, and PaddleOCR, I can see the recognition result , but i want to have the test accuracy for each image, how can i do it?
Asked
Active
Viewed 353 times
1 Answers
0
PaddleOCR can return the recognition score for each image. https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/inference_ppocr_en.md#1-lightweight-chinese-recognition-model-inference
Also PaddleOCR provides the multilingual-model, you can test it. https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.5/doc/doc_en/inference_ppocr_en.md#3-multilingual-model-inference

kaitaojiang
- 1
- 1