You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using (var ocr = OCRTesseract.Create(“tessdata", "chi_sim"))
{
ocr.Run(topRoi, out text, out _componentRects, out _componentTexts, out _confidences);
}
Summary of your issue
OCRTesseract can not recognize Chinese
Environment
What did you do when you faced the problem?
//write here
Example code:
Output:
What did you intend to be?