@@ -117,7 +117,7 @@ def normal(self, file, **kwargs):
117
117
lang : str, optional
118
118
Language code. See the list of supported languages https://2captcha.com/2captcha-api#language.
119
119
hintText : str, optional
120
- Max 140 characters. Endcoding : UTF-8. Text will be shown to worker to help him to solve the captcha correctly.
120
+ Max 140 characters. Encoding : UTF-8. Text will be shown to worker to help him to solve the captcha correctly.
121
121
For example: type red symbols only.
122
122
hintImg : img, optional
123
123
Max 400x150px, 100 kB. Image with instruction for solving reCAPTCHA. Not required if you're sending
@@ -174,7 +174,7 @@ def text(self, text, **kwargs):
174
174
Parameters
175
175
__________
176
176
text : str
177
- Max 140 characters. Endcoding : UTF-8. Text will be shown to worker to help him to solve the captcha correctly.
177
+ Max 140 characters. Encoding : UTF-8. Text will be shown to worker to help him to solve the captcha correctly.
178
178
For example: type red symbols only.
179
179
lang: str, optional
180
180
Language code. See the list of supported languages https://2captcha.com/2captcha-api#language.
@@ -420,7 +420,7 @@ def grid(self, file, **kwargs):
420
420
body : str
421
421
Base64-encoded captcha image. * required if you submit image as Base64-encoded string (method=base64).
422
422
hintText : str
423
- Max 140 characters. Endcoding : UTF-8. Text with instruction for solving reCAPTCHA. For example: select images
423
+ Max 140 characters. Encoding : UTF-8. Text with instruction for solving reCAPTCHA. For example: select images
424
424
with trees. Not required if you're sending instruction as an image with imginstructions.
425
425
hintImg : img
426
426
Max 400x150px, 100 kB. Image with instruction for solving reCAPTCHA. Not required if you're sending
@@ -469,7 +469,7 @@ def canvas(self, file, **kwargs):
469
469
body : str
470
470
Base64-encoded captcha image. * required if you submit image as Base64-encoded string (method=base64).
471
471
hintText : str
472
- Max 140 characters. Endcoding : UTF-8. Text with instruction for solving reCAPTCHA. For example: select
472
+ Max 140 characters. Encoding : UTF-8. Text with instruction for solving reCAPTCHA. For example: select
473
473
images with trees. Not required if you're sending instruction as an image with imginstructions.
474
474
hintImg : img
475
475
Max 400x150px, 100 kB. Image with instruction for solving reCAPTCHA. Not required if you're sending
@@ -516,7 +516,7 @@ def coordinates(self, file, **kwargs):
516
516
body : str
517
517
Base64-encoded captcha image. * required if you submit image as Base64-encoded string (method=base64).
518
518
hintText : str
519
- Max 140 characters. Endcoding : UTF-8. Text with instruction for solving the captcha. For example: click on
519
+ Max 140 characters. Encoding : UTF-8. Text with instruction for solving the captcha. For example: click on
520
520
images with ghosts. Not required if the image already contains the instruction.
521
521
hintImg : img
522
522
Max 400x150px, 100 kB. Image with instruction for solving reCAPTCHA. Not required if you're sending
0 commit comments