Can PaddleOCR only detect special style character or digit? #15012
Replies: 1 comment
-
PaddleOCR doesn’t natively support selecting or detecting characters based solely on visual styles such as color (e.g., black characters only) or background features directly during inference. However, what you're trying to achieve—making the model detect only specific styled characters or digits—is possible, but it requires customization, particularly during model training. From a technical perspective, here are some strategies you can consider:
To summarize, while PaddleOCR doesn't provide an out-of-the-box feature for detecting only specific character styles, you can achieve this through dataset preparation, training strategy, and image preprocessing or post-processing. Let me know if you need implementation suggestions for any of these approaches. Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I mean that the OCR model should only detect the style I want. For example, black character or some character with specific background.
Beta Was this translation helpful? Give feedback.
All reactions