Restricted content

[vc_row][vc_column][vc_custom_heading source=”post_title” use_theme_fonts=”yes”][/vc_column][/vc_row][vc_row][vc_column][vc_column_text] Connection Settings The software uses a connection string to connect to the database. In the Import Settings/Validation Lists connection string is used for setting the connection string for the database from which you will fetch data for lists and queries, such as Vendors, Products, GL accounts etc. In the Export settings connection string is the connection string for…

Restricted content

[vc_row][vc_column][vc_custom_heading source=”post_title” use_theme_fonts=”yes”][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The ancoraDocs Automated Clients can be deployed to a system silently by passing the following command in command prompt as administrator msiexec /i “ancoraDocs Automated Clients.msi” /quiet /qn /L*V c:\temp\install_log3.log ServerIp=127.0.0.1 ServerPort=12543 ServerUser=generaluser ServerPass=user MSICLIENTUSESEMBEDDEDUI=1 ADDLOCAL=Common_Files,Classify_Client,OCR_Client,Data_Capture_Client,Export_Client,Image_Processing In the ADDLOCAL property specify which automated clients to include in the install. If installing more than…

Batch State Descriptions

[vc_row][vc_column][vc_custom_heading source=”post_title” use_theme_fonts=”yes”][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The State of the batch is stored in the database at dbo.batch.state.   Enum Value Description 0 Invalid The batch is Invalid 1 User Creating In process of creating by user 2 User Sending In process of sending by user 3 User Receiving In process of receiving by user 4 User Processing In…

Restricted content

[vc_row][vc_column][vc_custom_heading source=”post_title” use_theme_fonts=”yes”][vc_column_text]Both character and field confidences in the capture data are given at the character level in the document xml. The reason why both these pieces of data are in one value is due to historical and architectural design. The confidence attribute in the document xml structure XML is in hex, to better understand…