Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AcceptedOcrCharacters does not affect the return value of AdvancedOcr.Read() #6

Open
EtiTheSpirit opened this issue Mar 3, 2020 · 0 comments

Comments

@EtiTheSpirit
Copy link

EtiTheSpirit commented Mar 3, 2020

I am getting unwanted behavior from an AdvancedOcr object where its AcceptedOcrCharacters field has been explicitly defined.

As observable at the bottom of this image, I have defined AcceptedOcrCharacters = "x0123456789ABCDEF"
Defined Characters

Yet despite this, OCR.Read() is spitting out unwanted results, such as:
Unwanted Results

Expected Received
0xC147AE4173EC6A1E thtCt47AE4t73EC6AIE
0xCE7D1DF83293A7F6 010E701 DF83293A7F6
0x0F0E66C1C3B7E0F1 tht0FOE66CtC387E0Ft

I expect read errors to occur where two characters may get confused (e.g. B and 8), however I do not expect the return values to have characters that I did not even define as allowed in the first place.

@EtiTheSpirit EtiTheSpirit changed the title AcceptedOcrCharacters does not affect return value of AdvancedOcr.Read() AcceptedOcrCharacters does not affect the return value of AdvancedOcr.Read() Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant