-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Summary of your issue
OCRTesseract can not recognize Chinese
Environment
What did you do when you faced the problem?
//write here
Example code:
using (var ocr = OCRTesseract.Create(“tessdata", "chi_sim"))
{
ocr.Run(topRoi, out text, out _componentRects, out _componentTexts, out _confidences);
}
Output:
Just 0-9,a-Z
