OCR error yielding a double byte unicode
Quickly OCR part of the screen and save resulting text to clipboard
Brought to you by:
cb4960
I am running into intermittent OCR errors where the ' character resulted in a double byte unicode of 0x2019. The text I am running the OCR on is "MEISSNER'S CORPUSCLE". Any suggestions on what is the best way to circumvent this? At least a way to prevent double byte unicode characters in the result?
I have attached the bmp file of the source text image.
BTW, I am using Capture2Text_CLI.exe version 4.6.2 and invoking it using AutoHotKey script and getting result back in clipboard.
In v4.6.3, replaced Unicode single quote (’) with an ASCII single quote ('). Also replaced (“) and (”) with (").