Update image_to_coordinates.py
This commit is contained in:
parent
ff8f025fe1
commit
ab77dc455a
|
@ -14,7 +14,7 @@ class ImageToCoordinates(CaptchaParams):
|
|||
def __init__(
|
||||
self,
|
||||
api_key: str,
|
||||
captcha_type: Union[CaptchaTypeEnm, str] = CaptchaTypeEnm.ImageToTextTask,
|
||||
captcha_type: Union[CaptchaTypeEnm, str] = CaptchaTypeEnm.ImageToCoordinatesTask,
|
||||
sleep_time: int = 5,
|
||||
save_format: Union[str, SaveFormatsEnm] = SaveFormatsEnm.TEMP,
|
||||
img_clearing: bool = True,
|
||||
|
|
Loading…
Reference in New Issue