Subject: CVS commit: wip/pagetools
From: Filip Hajny
Date: 2009-10-01 14:13:15
Message id: E1MtKXK-0003Xy-Di@ddv4jf1.ch3.sourceforge.com

Log Message:
Import pagetools-0.1 as wip/pagetools.

Page Layout Detection Tools is a project aiming to automate the layout
detection in scanned page images. This task is a necessary step in OCR
processing. One would like to detect the orientation of the text, to
determine the text bounding box(es) for the text and graphics, to deskew
the page images if necessary, and to remove scanning artifacts (dirt,
speckles, shadows).

The entire code will be distributed under the conditions of the GPL.

The initial implementation works with black/white images in TIFF or PBM
format. The first application in the project is a program to determine
the skew angle for text. This is performed using an original algorithm
based on a fast implementation of the Radon transform. (The fast Radon
code was received from an anonymous contributor who has allowed us to
publish the code under GPL.)


Files:
RevisionActionfile
1.1importwip/pagetools/distinfo
1.1importwip/pagetools/Makefile
1.1importwip/pagetools/PLIST
1.1importwip/pagetools/DESCR