Azure-Samples / cognitive-services-vision-csharp-sdk-quickstarts

Latest sample code for Cognitive Services Vision C# SDK quickstarts.
MIT License
21 stars 42 forks source link

Recognizing printed and handwritten text #2

Closed sandrapavankumar closed 6 years ago

sandrapavankumar commented 6 years ago

For Recognizing printed and handwritten characters please update docs with the code.

easyj2j commented 6 years ago

Quickstart: Extract handwritten text using the Computer Vision SDK and C#

Printed text can be recognized using the same example by changing TextRecognitionMode.Handwritten to TextRecognitionMode.Printed. Will add a note to the current doc.

easyj2j commented 6 years ago

Above linked quickstart now has instructions to recognize handwritten or printed text.