-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
OCRTesseract can not recognize Chinese #873
Copy link
Copy link
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
What did you intend to be?
Reactions are currently unavailable
