drawing (WRITING) in c#
while drawing how to check that the drawing is following letters ABCD..Z pattern or not
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Mar 28, 2019, 9:32 AM
Do you mean you draw a sting over a Windows Form and you want to check if it contains "ABCD … Z" letters?
Or you already have an image that contains text, and you want to check if it contains the correct pattern of letters?
Generally, to recognize text in images, you might need to use an OCR engine to recognize the text. But again this depends on the drawings that you are referring to.
For example, if you have an image that contains text (image based) and you want to extract it the image and check it, you can use LEADTOOLS .NET OCR engine that receives an image, recognize (OCR) it and return the recognized text.
https://www.leadtools.com/help/leadtools/v20/dh/fo/ocrenginemanager.html