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 following will show you how to remove specific training data and allow you to re-train documents:[/vc_column_text][vc_column_text]1. Bring a single invoice into the system.[/vc_column_text][vc_single_image image=”51710″ img_size=”full”][vc_column_text]2. Once it is in verify, close any open instances of the Desktop Verify Client and of the Web Verify Client, and log out all users (more specifically,…

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 following languages are supported in the ancoraDocs OCR engines – As of version 6.19.x[/vc_column_text][ultimate_info_table]English Spanish French German Italian Bulgarian Czech Danish Dutch Estonian Finnish Greek Hungarian Lithuanian Norwegian Polish Portuguese Russian Romanian Swedish Turkish Ukrainian Latvian Slovak Croatian Afrikaans [/ultimate_info_table][/vc_column][/vc_row]

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]Business Case: Often times it is helpful to get an email notification when there are batches in an exception state. Until this feature is added to the core product. The solution below shows how it can be done with a stored procedure, a powershell script, and a scheduled task The steps below will…

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 table below provides the default location of each of the log files for each of the ancoraDocs Services and user clients Service Name Default Log File Location ancoraDocs Server C:\Windows\System32\config\systemprofile\AppData\Roaming\ancora\SsiServer\Logs ancoraDocs Server C:\Windows\System32\config\systemprofile\AppData\Local\Ancora\ApplicationServer ancoraDocs Web Application C:\Windows\SysWOW64\config\systemprofile\AppData\Local\ancora\ancoraWebServer\Logs ancoraDocs SDK C:\Windows\SysWOW64\config\systemprofile\AppData\Local\ancora\SDKWrapper\Logs ancoraDocs Image Processing C:\Windows\SysWOW64\config\systemprofile\AppData\Local\ancora\ImageProcessingClient\Logs ancoraDocs OCR C:\Windows\SysWOW64\config\systemprofile\AppData\Local\ancora\OcrStation\Logs ancoraDocs Classification C:\Windows\SysWOW64\config\systemprofile\AppData\Local\ancora\ClassificationStation\Logs ancoraDocs Classification…

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…