| Version: | 1.0 Beta |
|---|---|
| Release date: | 2010/02/11 |
This is a beta release. Even if it is quite stable, it has to be heavily tested. If you find any bug, please report it on the forum (http://forum.maarch.org).
This is Maarch Capture Connector Server. It is intended to work with Maarch Capture Connector Client.
Maarch Capture Connector (MCC) is the replacement for Maarch Scansnap Connector (MSC). MSC has been entirely rewritten in PHP. There are multiple for that :
So here is the good news:
File listing for the MCC Server:
MCC_Server/ |-- config/ | `-- config.xml.default # Config file for MCC server |-- outcome/ # In mass scan mode, processed files are | # backed up here |-- logs/ |-- class_db.php # Class to handle connections to the database |-- get_datas.php # Script to exchange informations with MCC Client `-- mcc_server.php # Main script
Main configuration is done in the <CONFIG> section. Here are the available configuration tags :
The rest is database configuration. You must set up server and credentials to access the database of the application in which you intend to record documents with MCC (Maarch LetterBox or Maarch Framework-based applications, like Maarch Entreprise).
| | This is only needed if you use mass upload. You do not need to chain Maarch AutoImport with MCC Server otherwise. |
| | This is just an outline. Please refer to the `documentation of Maarch AutoImport`_ for more information. |
You will find the configuration of Maarch AutoImport in the file ./maarch_autoimport/config_*.xml (the exact name of the file depends on your setup) in the main folder of AutoImport.
The only important point is to make sure that the path given in the tag <SCAN_IMPORT_DIRECTORY> of AutoImport is the same as the <TARGET_PATH> of MCC Server.
Make sure you entered the correct parameters for database access.