Jiepeng Cao

Results 5 comments of Jiepeng Cao

Facing the same issue

PR: https://github.com/FriendsOfPHP/pickle/pull/260

@vdayanand Could you review this PR? Thanks a lot.

> 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' > >...