|
pdfOCR 1.0.2 API
|
The interface which holds a thread local meta info, meaning different threads operate with independent and different meta infos. More...
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... |
|
The interface which holds a thread local meta info, meaning different threads operate with independent and different meta infos.
| IMetaInfo iText.Pdfocr.Events.IThreadLocalMetaInfoAware.GetThreadLocalMetaInfo | ( | ) |
Gets the meta info which is held by the interface.
Implemented in iText.Pdfocr.Tesseract4.AbstractTesseract4OcrEngine.
| IThreadLocalMetaInfoAware iText.Pdfocr.Events.IThreadLocalMetaInfoAware.SetThreadLocalMetaInfo | ( | IMetaInfo | metaInfo | ) |
Sets a thread local meta info.
| metaInfo | a thread local meta info to be held |
Implemented in iText.Pdfocr.Tesseract4.AbstractTesseract4OcrEngine.