| Version: | 1.1 Stable |
|---|---|
| Release date: | 2011/06/13 |
This is Maarch Capture Connector Client. It can only work if Maarch Capture Connector Server is set up on your server.
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 Client
MCC_Client/ |-- certif/ # Place holder for the server's | # SSL certifacate |-- config/ | `-- config_mass.xml.default # A sample config file for the MCC Client with mass scan mode | `-- config_mcc.xml.default # A sample config file for the MCC Client with entreprise application | `-- config_mlb.xml.default # A sample config file for the MCC Client with letterbox application | |-- incoming/ # Folder where documents to send \ | # to the server must be stored |-- logs/ |-- os_scripts/ | `-- launch_mcc_client_mass.bat.default # Application launcher for mass scan mode sample | `-- launch_mcc_client_mcc.bat.default # Application launcher for entreprise sample | `-- launch_mcc_client_mlb.bat.default # Application launcher for letterbox sample | |-- tools/ | `-- php-gtk2/ # Library used for the UI | |-- class_http_request.php # Wrapper for cURL `-- mcc_client.php # Main script
Main configuration is done in the <CONFIG> section. Here are the available configuration tags :
The other section is about the mode "Form":
This file must contain a line like this:
C:\maarch\mcc\client\tools\php-gtk2\php.exe \
c:\maarch\mcc\client\mcc_client.php \
c:\maarch\mcc\client\config\config_XXX.xml %pathToImage%
You just have to adapt the paths to your environment.