dominhhai / captcha-breaker

High Accuracy Captcha Breaker with Tensorflow and Node.js
MIT License
135 stars 38 forks source link

Dynamically pass num_letters argument based on captcha solution #7

Closed fsarachu closed 4 years ago

fsarachu commented 4 years ago

Right now num_letters argument is always falling back to its default value (6). This PR sets that argument based on the provided captcha solution.

dominhhai commented 4 years ago

@fsarachu thanks for your PR! please resolve these conflicts

fsarachu commented 4 years ago

@fsarachu thanks for your PR! please resolve these conflicts

@dominhhai Done!