Logo recognition #390
Answered
by
dolfim-ibm
m-salewski
asked this question in
Q&A
-
Is there way to recognise a logo as a logo and exclude it from further processing? |
Beta Was this translation helpful? Give feedback.
Answered by
dolfim-ibm
Nov 20, 2024
Replies: 1 comment
-
We have a model trained to recognize and classify document images as logos, charts, etc. We will add it soon to the project. Meanwhile, you could still use the feature of filtering small images using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cau-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a model trained to recognize and classify document images as logos, charts, etc. We will add it soon to the project.
Meanwhile, you could still use the feature of filtering small images using the
ocr_options.bitmap_area_threshold
parameter. See an example code at #172 (reply in thread).