NewUserHa
NewUserHa
tested and it'll not stop working. eg: a site needs a speficial proxy group and any of proxies fail need to be removed from the group. image that each proxy...
appearly it's not necessary as it can work without that line. can you imagine you have three proxies: a:a@a b:b@a c:c@a removing that line is convenient for removing the bad...
any update to this PR?
adding `api.Recognize()` still the same. ```py import tesserocr from PIL import Image image = Image.new('RGB', (100, 100), 255) with tesserocr.PyTessBaseAPI(r"C:\Program Files\Tesseract-OCR\tessdata", 'chi_sim', 10) as api: print(api.SetImage(image)) api.Recognize() print(api.GetTextDirection()) # comment...
The PR requires https://github.com/encode/httpcore/pull/857 PR to pass checks
Ok, done. Should open a new PR for the rest missed arguments?
The `SocksProxy`?
It's February now. hope there'll be a new windows version soon
@variar I tried your forked klogg. it works. thanks for all you guys' work can I suggest a feature here?: detecting encoding then apply ASAP instead finishing a whole file...