OcrEngineTranslate Method |
Name | Description | |
---|---|---|
Translate(ImageSource, String, Stream) | Translates a collection of images to the specified mime type, writing the output to the given stream.
This method attempts to select the best translator for the job. | |
Translate(ImageSource, String, String) | Translates a collection of images to the specified mime type, writing the output to the given path. This
method attempts to select the best translator for the job. | |
Translate(ImageSource, String, Stream, ITranslator) | Translates a collection of images to the specified mime type, writing the output to the given stream using
the supplied translator. | |
Translate(ImageSource, String, String, ITranslator) | Translates a collection of images to the specified mime type, writing the output to the given path using
the supplied translator. |