You are not logged in.

#1 2004-10-06 14:11:34

freakyc
Member
Registered: 2004-03-28
Posts: 91

[new] ocrad

As far as I can tell, Kooka now requires ocrad.  Apparently it used to use gocr, but after installing it and setting it up and restarting kooka, the OCR dialog still wants ocrad.  I'm guessing that the select engine option screen does just that and ocrad is needed for something else.  So, I made a package, uploaded it to Incoming, and I'm about to file a bug report.

Here's the PKGBUILD:

# Contributor: Andrew Corrigan <fr3akyc@yahoo.com>
 pkgname=ocrad
 pkgver=0.8
 pkgrel=1
 pkgdesc="GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method."
 url="http://www.gnu.org/software/ocrad/ocrad.html"
 depends=('gcc')
 makedepends=('texinfo')

 source=('http://savannah.gnu.org/download/ocrad/ocrad-0.8.tar.bz2')
 md5sums=('48b9968525e45a37ee06a71de47c0d73')

 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
 }

Offline

#2 2004-10-06 15:18:47

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] ocrad

there is gocr as alternative (can be found in staging)


The impossible missions are the only ones which succeed.

Offline

#3 2004-10-06 17:03:34

freakyc
Member
Registered: 2004-03-28
Posts: 91

Re: [new] ocrad

Ya, I mentioned that I tried gocr (although not very clearly). 

I've never used Kooka before, but comparing the OCR screenshot in the manual (which only shows gocr), and the OCR screen I get with KDE 3.3, I think something has changed.

Offline

#4 2004-10-06 22:05:28

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] ocrad

freakyc wrote:

Ya, I mentioned that I tried gocr (although not very clearly). 

I've never used Kooka before, but comparing the OCR screenshot in the manual (which only shows gocr), and the OCR screen I get with KDE 3.3, I think something has changed.

sorry, my fault - wasn't concentrated while writing

maybe building kdegraphics against gocr is needed (some versions before, i maintained kde and maybe it worked because i have gocr installed on my machine and it by chance compiled with gocr support ... i will check this with the now-maintainer of kde)

thanx for pkg and thanx for mentioning


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB