SaveAsText Method (GdPictureOCR)
In This Topic
Saves the specified OCR result to a text file.
Overload List
Overload | Description |
SaveAsText(String,String,OCROutputTextFormat,Boolean) | Saves the provided OCR result, identifiable by its unique ID, to a text file. |
SaveAsText(ICollection<String>,String,OCROutputTextFormat,Boolean) | Saves the provided collection of OCR results, identifiable by their unique IDs, to a text file. |
SaveAsText(String,Stream,OCROutputTextFormat,Boolean) | Saves the provided OCR result, identifiable by its unique ID, to a stream in the text format. |
SaveAsText(ICollection<String>,Stream,OCROutputTextFormat,Boolean) | Saves the provided collection of OCR results, identifiable by their unique IDs, to a stream in the text format. |
See Also