LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Load(Stream) Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrSettingManager Interface > Load Method : Load(Stream) Method



stream
The stream to read the settings from.

The Load(Stream) Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

stream
The stream to read the settings from.
Loads the OCR engine settings from a .NET stream.

Syntax

Visual Basic (Declaration) 
Overloads Sub Load( _
   ByVal stream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrSettingManager
Dim stream As Stream
 
instance.Load(stream)
C# 
void Load( 
   Stream stream
)
C++/CLI 
void Load( 
   Stream^ stream
) 

Parameters

stream
The stream to read the settings from.

Example

This example will change some of the settings of the OCR engine and saves into a memory stream. Shutsdown the engine, restarts it and reload the last settings used.

Remarks

Once you set up the OCR engine, you can re-use these settings by saving the engine state into memory or to an XML file on disk. Later, reload these settings and use them in the same or a different instance of IOcrEngine.

The following table lists all the states loaded from the XML file. After the load operation completes, some or all of the settings below will be changed.

Part Members
IOcrSettingManager (accessed through IOcrEngine.SettingManager All the settings as obtained through IOcrSettingManager.GetSettingNames
IOcrLanguageManager (accessed through IOcrEngine.LanguageManager The value of IOcrLanguageManager.GetEnabledLanguages
IOcrSpellCheckManager (accessed through IOcrEngine.SpellCheckManager The values of IOcrSpellCheckManager.Enabled, IOcrSpellCheckManager.SpellLanguage and IOcrSpellCheckManager.UserDictionary.
IOcrDocumentManager (accessed through IOcrEngine.DocumentManager The values of the IOcrDocumentManager.RejectionSymbol and IOcrDocumentManager.MissingSymbol.

You can save the settings to a .NET stream using Save(Stream), you can load and save the settings to a disk file using Load(String) and Save(String).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Load(Stream) requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features