 | EngineCreate Method |
Create a new OCR engine
Optionally the
name argument may be followed by "@" and engine creation
parameters, e.g. "service@http://localhost:7982/"
Namespace: PdfTools.OcrAssembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntaxpublic static Engine Create(
string name
)
Parameters
- name String
-
The engine name and optional creation parameters.
Return Value
Engine
The newly created engine instance.
Exceptions| Exception | Condition |
|---|
| GenericException | The engine could not be created, e.g. because the engine is not available. |
| ArgumentException | The name argument is invalid. |
| ArgumentNullException | if name is . |
See Also