You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kooka
Timothy Pearson 17aba9f5f5
Rename KStandard for enhanced compatibility with KDE4
12 years ago
..
pics
AUTHORS
CHANGES Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
COPYING
CREDITS
INSTALL
Makefile.am Rename a few build variables for overall consistency 12 years ago
README
README.KADMOS
TODO
WARNING
configure.in.in
dwmenuaction.cpp
dwmenuaction.h
formathelp.h
imageselectline.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
imageselectline.h
img_saver.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
img_saver.h
imgnamecombo.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
imgnamecombo.h
imgprintdialog.cpp
imgprintdialog.h
kadmosocr.cpp
kadmosocr.h
kocrbase.cpp Rename KStandard for enhanced compatibility with KDE4 12 years ago
kocrbase.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kocrgocr.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kocrgocr.h
kocrkadmos.cpp Rename KStandard for enhanced compatibility with KDE4 12 years ago
kocrkadmos.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
kocrocrad.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kocrocrad.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
kooka.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kooka.desktop Update XDG information in support of bug report 892. 13 years ago
kooka.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kookaiface.h
kookaimage.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kookaimage.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kookaimagemeta.cpp
kookaimagemeta.h
kookapref.cpp Rename KStandard for enhanced compatibility with KDE4 12 years ago
kookapref.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
kookaprint.cpp
kookaprint.h
kookarc
kookaui.rc
kookaview.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kookaview.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ksaneocr.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ksaneocr.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
main.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
ocrresedit.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ocrresedit.h
ocrword.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ocrword.h
resource.h Fix inadvertent "TQ" changes. 13 years ago
scanpackager.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
scanpackager.h Rename kioslaves 12 years ago
thumbview.cpp Rename KStandard for enhanced compatibility with KDE4 12 years ago
thumbview.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
thumbviewitem.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
thumbviewitem.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
version.h

README

Kooka
=====
 
Kooka is a raster image scan program for the KDE system.  
     
   PLEASE READ THE FILE "WARNING" FIRST !

It uses the SANE-lib (http://www.sane-project.org/) and the the
KScan-library which is a KDE module for scanner access.

KScan and Kooka are under construction. Don't expect everything to work
fine. If you want to help, please send patches to freitag@suse.de.

Features:
=========

Kooka's main features are:

Scanner Support using SANE:
- Scanner support using SANE. Kooka _DOES_NOT_ support all features that SANE
  and its backends offer. It takes a small subset of the available options.
- Kooka offers a GUI to change the most important scanner options like resolution,
  mode, threshold etc. These options are generated on the fly,  depending on the 
  scanner capabilities.
- Kooka offers a preview-function and the user can select the scan area interactively
  or automatically.

Image Storage:
- Kooka provides an assistant to save your acquired images.
- Filenames are generated automatically to support multiple scans.
- Kooka manages the scanned images in a tree view where the user can delete and
  export images.

Image Manipulation: 
- Kooka provides basic image manipulation functions like rotation, mirroring.
- Cut images to fit size.
  
Image Viewing:
- Scanned images can be viewed by clicking them in the tree view.
- The viewer has a zoom function.

OCR:
- Kooka supports Joerg Schulenburg's gocr, an open source program
  for optical character recognition (OCR). Kooka starts the OCR program
  and displays its output. Best results with bw-images scanned with ~150 DPI
- Support for the commercial OCR/ICR package KADMOS of the reRecognition
  GmbH Kreuzlingen. Please read README.KADMOS for more information.

Problems:
=========

* Kooka does not yet support all options SANE offers. That will
improve in the future. However, I don't know if it makes sense to
support all, even not very common options, some scanners offer. Lets
see what is necessary and makes sense for the purpose of Kooka.

* Kooka does not yet have a strategy for very large images :(. It uses
the Qt QImage/QPixmap as is. On some displays, that causes problems.

* Automatic document feeder (ADF) support is not yet working correctly.

----------------------------------------------------------------------
Klaas Freitag <freitag@suse.de>

$Id$