Jiepeng Cao
Jiepeng Cao
Facing the same issue
PR: https://github.com/FriendsOfPHP/pickle/pull/260
@vdayanand Could you review this PR? Thanks a lot.
Is there any errors?
> It should move > > ```python > TESSDATA_URL = 'https://github.com/tesseract-ocr/tessdata_fast/raw/master/{}.traineddata' > > TESSDATA_SCRIPT_URL = 'https://github.com/tesseract-ocr/tessdata_best/raw/master/script/{}.traineddata' > ``` > > to > > ```python > TESSDATA_URL = 'https://github.com/tesseract-ocr/tessdata_fast/blob/main/{}.traineddata' > >...