SaveAsHTML Method (GdPictureOCR)
Saves the specified OCR result to a html file.
Overload | Description |
SaveAsHTML(String,String,Boolean) | Saves the provided OCR result, identifiable by its unique ID, to a html file. |
SaveAsHTML(String,Stream,Boolean) | Saves the provided OCR result, identifiable by its unique ID, to a stream in the html format. |
SaveAsHTML(ICollection<String>,String,Boolean) | Saves the provided collection of OCR results, identifiable by their unique IDs, to a html file. |
SaveAsHTML(ICollection<String>,Stream,Boolean) | Saves the provided collection of OCR results, identifiable by their unique IDs, to a stream in the html format. |