MadHundred
MadHundred
same problem python3.8 tesseract-ocr-w64-v5.0.0-alpha.20201127
@HarryRudolph Yes , I think it's a right to left languages problem. **Error Log :** `ValueError: invalid literal for int() with base 10: 'ارره'` That `ارره` is a Persian word...
a debug from models.py with print of word_data `print(word_data)`: ``` for l in pred_data.splitlines()[1:]: word_data = l.split() print(word_data) // 12: continue ``` Program will work until end but the result...
@HarryRudolph I've check parameters that given from Tesseract and it seems the problems are just with this two : **Problem 1 :** On RTL languages we got one more parameter...
still have this error till latest AMD driver : `23.9.3` The problem can be solved by disabling the `AMD FreeSync Premium` on AMD Software, because this problem will happen with...