| 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 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.xml.default # Config file for the MCC Client | |-- incoming/ # Folder where documents to send \ | # to the server must be stored |-- logs/ |-- os_scripts/ | `-- launch_mcc_client.bat.default # Application launcher | |-- 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.xml %pathToImage%
The only thing you have to do is adapt the paths to your environment.