pdfOCR 1.0.2 API
iText.Pdfocr.Events.IThreadLocalMetaInfoAware Interface Reference

The interface which holds a thread local meta info, meaning different threads operate with independent and different meta infos. More...

Inheritance diagram for iText.Pdfocr.Events.IThreadLocalMetaInfoAware:
iText.Pdfocr.Tesseract4.AbstractTesseract4OcrEngine iText.Pdfocr.Tesseract4.Tesseract4ExecutableOcrEngine iText.Pdfocr.Tesseract4.Tesseract4LibOcrEngine

Public Member Functions

IMetaInfo  GetThreadLocalMetaInfo ()
  Gets the meta info which is held by the interface. More...
 
IThreadLocalMetaInfoAware  SetThreadLocalMetaInfo (IMetaInfo metaInfo)
  Sets a thread local meta info. More...
 

Detailed Description

The interface which holds a thread local meta info, meaning different threads operate with independent and different meta infos.

Member Function Documentation

◆ GetThreadLocalMetaInfo()

IMetaInfo iText.Pdfocr.Events.IThreadLocalMetaInfoAware.GetThreadLocalMetaInfo ( )

Gets the meta info which is held by the interface.

Returns
the held thread local meta info

Implemented in iText.Pdfocr.Tesseract4.AbstractTesseract4OcrEngine.

◆ SetThreadLocalMetaInfo()

IThreadLocalMetaInfoAware iText.Pdfocr.Events.IThreadLocalMetaInfoAware.SetThreadLocalMetaInfo ( IMetaInfo  metaInfo )

Sets a thread local meta info.

Parameters
metaInfo a thread local meta info to be held
Returns
this IThreadLocalMetaInfoAware

Implemented in iText.Pdfocr.Tesseract4.AbstractTesseract4OcrEngine.