Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determining which are the text and graphic regions in an image

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)

like image 766
avd Avatar asked Nov 06 '22 12:11

avd


1 Answers

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.

like image 180
Charles Stewart Avatar answered Nov 15 '22 05:11

Charles Stewart