Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please add the following file (AppSettings.config) to the application root directory of DocumentAnylsis DocumentAnalysis.

Code Block
titleDocument Analysis AppSettings.config
linenumberstrue
collapsetrue
<?xml version="1.0"?>
<appSettings>
 
  <!-- Usually equal to TemporaryFileManager_Path from AppSettings.config of ePunkt.eRecruiter.Web. -->
  <add key="TemporaryFileDirectory" value="PATH_TO_TEMPORARY_FILES"/>
 
  <!-- Path to "CVParser-Definitions.xml" which holds the required information for the ePunkt CvParser configuration. -->
  <add key="DefinitionsXmlFilePath" value="PATH_TO_DEFINITIONS.XML"/>
   
</appSettings>

...