pdfOCR 4.0.0 API
|
This class contains additional properties for ocr engine. More...
Public Member Functions |
|
OcrEngineProperties () | |
Creates a new OcrEngineProperties instance. More... |
|
OcrEngineProperties (iText.Pdfocr.OcrEngineProperties other) | |
Creates a new OcrEngineProperties instance based on another OcrEngineProperties instance (copy constructor). More... |
|
IList< String > | GetLanguages () |
Gets list of languages required for provided images. More... |
|
iText.Pdfocr.OcrEngineProperties | SetLanguages (IList< String > requiredLanguages) |
Sets list of languages to be recognized in provided images. More... |
|
This class contains additional properties for ocr engine.
|
inline |
Creates a new OcrEngineProperties instance.
|
inline |
Creates a new OcrEngineProperties instance based on another OcrEngineProperties instance (copy constructor).
other | the other OcrEngineProperties instance |
|
inline |
Gets list of languages required for provided images.
System.Collections.IList
|
inline |
Sets list of languages to be recognized in provided images.
Sets list of languages to be recognized in provided images. Consult with documentation of specific engine implementations to check on which format to give the language in.
requiredLanguages |
System.Collections.IList