Click or drag to resize

OcrResourceLoader Class

Note: This API is now obsolete.

Used to load OCR Resources
Inheritance Hierarchy
SystemObject
  Atalasoft.OcrOcrResourceLoader

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("The class is obsolete. Please use GlyphReaderLoader instead.", 
	false)]
public class OcrResourceLoader

The OcrResourceLoader type exposes the following members.

Constructors
  NameDescription
Public methodOcrResourceLoader
Creates a new instance of OcrResourceLoader and loads all OCR resources from all known engines from default locations.
Public methodOcrResourceLoader(String)
Creates a new instance of OcrResourceLoader and loads all OCR resources from all known engines from a specified location.
Top
Properties
  NameDescription
Public propertyStatic memberOcrResourcesDirectoryName
Gets name of the folder where OCR Engine resources are stored.
Public propertyPathsSearched
Gets collection of folders searched for the resources.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetBaseResourcePaths
Gets collection of base paths where GlyphReader OCR Engine resources are stored.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Should be constructed in a static contructor before any OCR code. See GlyphReaderLoader for more information.
See Also

Reference

GlyphReaderLoader Class