开发者

Determining which are the text and graphic regions in an image

开发者 https://www.devze.com 2022-12-31 07:04 出处:网络
I dont know whether should I post this question here or not? But if someone knows开发者_开发百科 it, please answer?

I dont know whether should I post this question here or not? But if someone knows开发者_开发百科 it, please answer?

What are the algorithms for determining which region in an image is text and which one is graphic? Means how to separate such regions? (figure or diagram)


Most OCR software, e.g., Ocropus, support layout analysis, which is what you need.

Mao, Rosenfeld & Kanungo (2003) Document structure analysis algorithms: a literature survey provides a fairly recent survey of layout analysis algorithms.


first step would probably be to isolate the sharper contrast between text and image. This can be done by taking the derivative of the image. This will show the change in color and the high values would most likely then be compared to textual shapes

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号