How to recognize English text lines with blanks? #6016
Unanswered
PeterH0323
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
-
There are two solutions to blank recognition:
Optimize text detection algorithms. The text will be broken at blanks. This solution divides a text line contaning blanks into many parts during the detection of data annotations.
Optimize text recognition algorithms. Introduce space characters into the recognition dictionary, and then annotate the training data which uses a blank line. What's more, in data synthesis, produce texts with blanks by jointing training data.
Beta Was this translation helpful? Give feedback.
All reactions