Project 19: Page decomposition (page parsing)
Input: Black and white TIFF image of some magazine pages
Operation: Find and use a tool for converting the original compressed image into a more easily readable image file. Find zones, like text columns and images, on the pages. Hint: Zones maybe separated from each other either by a white gap or a vertical line.
Output: Co-ordinates of the zones' bounding box.
Coding: C/C++ (a console application, no GUI)