Replies: 2 comments 1 reply
-
MMOCR supports multiple text detection & recognition algorithms, and the default combination might not be the best to fit certain use cases. You're welcome to experiment with different model combinations by specifying |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previous picutre:
After elimination of noise
I install mmocr according to github install guide.
after i execute:
python mmocr/utils/ocr.py D:/screenshot/222.jpg --output demo/ --print-result --imshow
i didn't get any result.
but when i use Baidu PaddlePaddle Ocr:
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/README_ch.md
7 and 4 was detected successfully
so what should I do for next step?
Beta Was this translation helpful? Give feedback.
All reactions