 | 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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
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