PHP 4 or 5
MySQL 5 with the InnoDB Engine (currently uses views and transactions)
Ghostscript version 8
Firefox browser with a screen size of 1024x768 or larger
Tesseract OCR For reading text or number fields
ImageMagick For converting images to work with tesseract
Security warning: The default installation of queXF has no security enabled. This package is designed to be run on a trusted internal network. Although with directory level security it should be quite safe.
Extract queXF to your web server root
Enable security (skip this only if you deem it safe):
Restrict the root directory to to a group of trusted users
Restrict the Admin directory to a trusted user using directory based authentication
Create the queXF database
It is recommended to also create a user with privileges only to the queXF database
Create the tables using the script in the database directory of the package
Modify the configuration file
Edit the file config.inc.php in the root directory of the package
Make sure the path to ADOdb is correct
Make sure the database parameters are correct
If you wish to enable OCR, make sure you set the path to tesseract (see and convert from the ImageMagick package. Then set OCR_ENABLED to true
Test your configuration settings by running the admin/testconfig.php script