We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Traceback (most recent call last): File ".\GetQuestionTessAndroid.py", line 20, in question, choices = ocr.ocr_img(img) File "G:\TopSup-master\common\ocr.py", line 76, in ocr_img question = pytesseract.image_to_string(question_im, lang='chi_sim', config=tessdata_dir_config) File "C:\Anaconda3\lib\site-packages\pytesseract\pytesseract.py", line 125, in image_to_string raise TesseractError(status, errors) pytesseract.pytesseract.TesseractError: (1, 'Error opening data file G:\Tesseract-OCR\tessdata/chi_sim.traineddata')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File ".\GetQuestionTessAndroid.py", line 20, in
question, choices = ocr.ocr_img(img)
File "G:\TopSup-master\common\ocr.py", line 76, in ocr_img
question = pytesseract.image_to_string(question_im, lang='chi_sim', config=tessdata_dir_config)
File "C:\Anaconda3\lib\site-packages\pytesseract\pytesseract.py", line 125, in image_to_string
raise TesseractError(status, errors)
pytesseract.pytesseract.TesseractError: (1, 'Error opening data file G:\Tesseract-OCR\tessdata/chi_sim.traineddata')
The text was updated successfully, but these errors were encountered: