Click or drag to resize

OcrApiClearPersistentCache Method

Clear any library-level memory caches.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public void ClearPersistentCache()
Remarks
There are a variety of expensive-to-load constant data structures (mostly language dictionaries) that are cached globally -- surviving the Init() and Release of individual OcrApi. This function allows the clearing of these caches.
See Also