tesseract-ocr / tesseract

Tesseract Open Source OCR Engine (main repository)

Home Page:https://tesseract-ocr.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TessBaseAPI Init failed with datapath param contain CJK character

annidy opened this issue · comments

Current Behavior

fopen does not support utf8 by default on Windows, anywhere use it will failed if not English path. ex. "C:\测试\tessdata"

Expected Behavior

No response

Suggested Fix

support UNICODE on the Windows platform

tesseract -v

No response

Operating System

Windows 11, Windows 10

Other Operating System

No response

uname -a

No response

Compiler

No response

CPU

No response

Virtualization / Containers

No response

Other Information

No response

Duplicate of #3709.