Separate image of text into component character images

前端 未结 6 2133
渐次进展
渐次进展 2020-12-16 07:24

I\'d like to separate an image of text into it\'s component characters, also as images. For example, using the sample below I\'d end up with 14 images.

I\'m only go

6条回答
  •  时光取名叫无心
    2020-12-16 07:55

    I've been playing around with ocropus recently, an open-source text analysis and ocr-preprocessing tool. As a part of its workflow, it also creates the images you want. Maybe this helps you, although no python magic is involved.

提交回复
热议问题