From owner-cvs-all@FreeBSD.ORG Fri Sep 30 20:40:59 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0310A106564A; Fri, 30 Sep 2011 20:40:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDBB58FC14; Fri, 30 Sep 2011 20:40:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8UKew6H007675; Fri, 30 Sep 2011 20:40:58 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8UKewJt007674; Fri, 30 Sep 2011 20:40:58 GMT (envelope-from pawel) Message-Id: <201109302040.p8UKewJt007674@repoman.freebsd.org> From: Pawel Pekala Date: Fri, 30 Sep 2011 20:40:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/ocrfeeder Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 20:40:59 -0000 pawel 2011-09-30 20:40:58 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/ocrfeeder Makefile distinfo pkg-descr pkg-message pkg-plist Log: OCRFeeder is a document layout analysis and optical character recognition system. Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT. It features a complete GTK graphical user interface that allows the users to correct any unrecognized characters, defined or correct bounding boxes, set paragraph styles, clean the input images, import PDFs, save and load the project, export everything to multiple formats, etc. OCRFeeder was developed as the project of the Master's Thesis in Computer Science of Joaquim Rocha. WWW: http://live.gnome.org/OCRFeeder PR: ports/159549 Submitted by: Kuan-Chung Chiu Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.1448 +1 -0 ports/graphics/Makefile 1.1 +40 -0 ports/graphics/ocrfeeder/Makefile (new) 1.1 +2 -0 ports/graphics/ocrfeeder/distinfo (new) 1.1 +14 -0 ports/graphics/ocrfeeder/pkg-descr (new) 1.1 +11 -0 ports/graphics/ocrfeeder/pkg-message (new) 1.1 +318 -0 ports/graphics/ocrfeeder/pkg-plist (new)