VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
I couldn't find the solution in the documentation and therefore I write this for those who read this in the future.
In order to replace text you must use SetObjectText and cast OcrObject to OcrTextObject .
ocrResultsEditor.SetObjectText((OcrTextObject)ocrObject, "newText");