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