What are the text recognition algorithms provided by PaddleOCR? #6011
Unanswered
BeyondYourself
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A: There are five major text recognition algorithms, including CRNN\StarNet\RARE\Rosetta and SRN. Among them, CRNN\StarNet\Rosetta are based on ctc, RARE is based on attention, and SRN is a Baidu's self-developed algorithm where semantic information is introduced and thus the accuracy has been improved. For details, please refer: text recognition algorithms.
Beta Was this translation helpful? Give feedback.
All reactions