To disable document image caching, complete the following steps.
-
From the
[Installation path]\Brainware
Intelligent Capture Web Server directory, open
Web.config in a text editor.
-
Within the
<appSettings> element, find the
DocumentImageCacheTime key.
-
Set the value to
0.
<add key="DocumentImageCacheTime" value="0"/>
-
Save and close the file.