Using YOLO or other image recognition techniques to identify all alphanumeric text present in images

前端 未结 3 2043
忘掉有多难
忘掉有多难 2021-02-04 09:43

I have multiple images diagram, all of which contains labels as alphanumeric characters instead of just the text label itself. I want my YOLO model to identify all the numbers &

3条回答
  •  别跟我提以往
    2021-02-04 10:06

    For convenience sake I'd like to add the package keras_ocr. It can easily be installed with pip, and is based on the CRAFT text detector, which is a bit newer than the EAST detector if I'm not wrong.

    Next to the detection it already does some OCR too! The results are as seen below, see this as an alternative, maybe easier to implement, than the accepted answer.

提交回复
热议问题