MCPcopy Create free account

hub / github.com/Vinyzu/recognizer / functions

Functions105 in github.com/Vinyzu/recognizer

↓ 34 callersMethodsolve_recaptcha
Solve a hcaptcha-challenge on the specified Playwright Page Returns: str/bool: The result of the challenge Raise
recognizer/agents/playwright/async_control.py:258
↓ 33 callersMethodcheck_loaded
(self)
recognizer/components/detector.py:79
↓ 24 callersMethoddetect
Solves a reCaptcha Task with the given prompt and images. Args: prompt (str): The prompt name/sentence of the captcha (e
recognizer/components/detector.py:337
↓ 7 callersFunctiondraw_coordinates
(img_bytes, coordinates)
examples/demo_detect.py:13
↓ 5 callersMethodload_captcha
( self, captcha_frame: Optional[Union[PlaywrightFrameLocator, PatchrightFrameLocator]] = None,
recognizer/agents/playwright/async_control.py:161
↓ 5 callersMethodload_captcha
( self, captcha_frame: Optional[Union[PlaywrightFrameLocator, PatchrightFrameLocator]] = None,
recognizer/agents/playwright/sync_control.py:161
↓ 3 callersFunctionhandle_single_image
(single_image: Union[Path, bytes], area_captcha: bool)
recognizer/components/image_processor.py:115
↓ 2 callersFunctioncalculate_approximated_coords
(grid_width: int, grid_height: int, tile_amount: int)
recognizer/components/detection_processor.py:136
↓ 2 callersFunctioncalculate_segmentation_response
( mask: Union[NDArray[generic], List[Tuple[int, int]]], response: List[bool], tile_width: int,
recognizer/components/detection_processor.py:10
↓ 2 callersMethodcheck_captcha_visible
(self)
recognizer/agents/playwright/async_control.py:106
↓ 2 callersMethodcheck_captcha_visible
(self)
recognizer/agents/playwright/sync_control.py:106
↓ 2 callersMethodcheck_result
(self)
recognizer/agents/playwright/async_control.py:92
↓ 2 callersMethodcheck_result
(self)
recognizer/agents/playwright/sync_control.py:92
↓ 2 callersMethodclick_checkbox
(self)
recognizer/agents/playwright/async_control.py:116
↓ 2 callersMethodclick_checkbox
(self)
recognizer/agents/playwright/sync_control.py:116
↓ 2 callersFunctioncreate_image_grid
(images: List[cv2.typing.MatLike])
recognizer/components/image_processor.py:98
↓ 2 callersMethoddetect_image
(self, image: cv2.typing.MatLike, tile_amount: int, task_type: str)
recognizer/components/detector.py:122
↓ 2 callersMethoddetect_tiles
(self, prompt: str, area_captcha: bool)
recognizer/agents/playwright/async_control.py:143
↓ 2 callersMethoddetect_tiles
(self, prompt: str, area_captcha: bool)
recognizer/agents/playwright/sync_control.py:143
↓ 1 callersMethodadjust_coordinates
(self, coordinates, img_bytes)
recognizer/agents/playwright/async_control.py:125
↓ 1 callersMethodadjust_coordinates
(self, coordinates, img_bytes)
recognizer/agents/playwright/sync_control.py:125
↓ 1 callersFunctionbytedance
()
examples/demo_patchright.py:10
↓ 1 callersFunctionbytedance
()
examples/demo_normal_playwright.py:10
↓ 1 callersFunctionbytedance
()
examples/demo_botright.py:10
↓ 1 callersMethodclip_detect_vit
(self, images: List[cv2.typing.MatLike], task_type: str)
recognizer/components/detector.py:196
↓ 1 callersMethodclipseg_detect_rd64
(self, image: cv2.typing.MatLike, task_type: str, tiles_amount: int)
recognizer/components/detector.py:214
↓ 1 callersFunctionfind_lowest_distance
(start, coordinates)
recognizer/components/detection_processor.py:152
↓ 1 callersFunctionget_captcha_fields
( img: cv2.typing.MatLike, )
recognizer/components/image_processor.py:18
↓ 1 callersFunctionget_tiles_in_bounding_box
( img: NDArray[generic], tile_amount: int, point_start: Tuple[int, int], point_end: Tuple[int,
recognizer/components/detection_processor.py:90
↓ 1 callersFunctionhandle_multiple_images
(images: List[bytes])
recognizer/components/image_processor.py:143
↓ 1 callersMethodhandle_recaptcha
(self)
recognizer/agents/playwright/async_control.py:195
↓ 1 callersMethodhandle_recaptcha
(self)
recognizer/agents/playwright/sync_control.py:195
↓ 1 callersFunctionis_tile_fully_enclosed
(tile_corners, threshold_image)
recognizer/components/detection_processor.py:73
↓ 1 callersFunctionlabel_cleaning
cleaning errors-unicode
recognizer/components/prompt_handler.py:19
↓ 1 callersMethodsolve_recaptcha
Solve a hcaptcha-challenge on the specified Playwright Page Returns: str/bool: The result of the challenge Raise
recognizer/agents/playwright/sync_control.py:257
↓ 1 callersFunctionsplit_image_into_tiles
(img: cv2.typing.MatLike, tile_count: int)
recognizer/components/image_processor.py:72
↓ 1 callersFunctionsplit_prompt_message
Detach label from challenge prompt
recognizer/components/prompt_handler.py:27
Method__init__
(self)
recognizer/components/detector.py:43
Method__init__
(self)
recognizer/components/detector.py:119
Method__init__
(self)
recognizer/components/detector.py:193
Method__init__
Spawn a new reCognizer Detector Instance Args: optimize_click_order (bool, optional): Whether to optimize the click orde
recognizer/components/detector.py:324
Method__init__
Initialize a reCognizer AsyncChallenger instance with specified configurations. Args: page (Page): The Playwright Page t
recognizer/agents/playwright/async_control.py:46
Method__init__
Initialize a reCognizer AsyncChallenger instance with specified configurations. Args: page (Page): The Playwright Page t
recognizer/agents/playwright/sync_control.py:46
Method_load_seg_model
(self)
recognizer/components/detector.py:73
Method_load_seg_processor
(self)
recognizer/components/detector.py:76
Method_load_vit_model
(self)
recognizer/components/detector.py:67
Method_load_vit_processor
(self)
recognizer/components/detector.py:70
Method_load_yolo_detector
(self)
recognizer/components/detector.py:62
Functionasync_browser
(async_playwright_object)
tests/conftest.py:44
Functionasync_page
(async_browser)
tests/conftest.py:52
Functionasync_playwright_object
()
tests/conftest.py:38
Methoddetect_image
(self, images: List[cv2.typing.MatLike], task_type: str)
recognizer/components/detector.py:292
Functiondetector
()
tests/conftest.py:10
Methodroute_handler
( self, route: Union[PlaywrightRoute, PatchrightRoute], request: Union[PlaywrightReque
recognizer/agents/playwright/async_control.py:73
Methodroute_handler
( self, route: Union[PlaywrightRoute, PatchrightRoute], request: Union[PlaywrightReque
recognizer/agents/playwright/sync_control.py:73
Functionsync_browser
(sync_playwright_object)
tests/conftest.py:22
Functionsync_page
(sync_browser)
tests/conftest.py:30
Functionsync_playwright_object
()
tests/conftest.py:16
Functiontest_2captcha_v2
(async_page: Page)
tests/test_recaptcha_sites.py:234
Functiontest_2captcha_v2_callback
(async_page: Page)
tests/test_recaptcha_sites.py:262
Functiontest_2captcha_v2_enterprise
(async_page: Page)
tests/test_recaptcha_sites.py:276
Functiontest_2captcha_v2_invisible
(async_page: Page)
tests/test_recaptcha_sites.py:248
Functiontest_2captcha_v3
(async_page: Page)
tests/test_recaptcha_sites.py:304
Functiontest_2captcha_v3_enterprise
(async_page: Page)
tests/test_recaptcha_sites.py:290
Functiontest_area_clip_captcha
(detector: Detector)
tests/test_detector.py:81
Functiontest_area_yolo_captcha
(detector: Detector)
tests/test_detector.py:51
Functiontest_async_challenger
(async_page: Page)
tests/test_playwright_async.py:12
Functiontest_async_challenger1
(async_page: Page)
tests/test_playwright_async.py:24
Functiontest_bernsted_enterprise_auto
(async_page: Page)
tests/test_recaptcha_sites.py:56
Functiontest_bernsted_enterprise_auto_recaptchadotnet
(async_page: Page)
tests/test_recaptcha_sites.py:43
Functiontest_bernsted_enterprise_explicit
(async_page: Page)
tests/test_recaptcha_sites.py:69
Functiontest_bernsted_v2_auto
(async_page: Page)
tests/test_recaptcha_sites.py:82
Functiontest_bernsted_v2_auto_recaptchadotnet
(async_page: Page)
tests/test_recaptcha_sites.py:95
Functiontest_bernsted_v2_explicit
(async_page: Page)
tests/test_recaptcha_sites.py:108
Functiontest_bernsted_v2_invisible_auto
(async_page: Page)
tests/test_recaptcha_sites.py:121
Functiontest_bernsted_v2_invisible_explicit
(async_page: Page)
tests/test_recaptcha_sites.py:135
Functiontest_bernsted_v2_invisible_explicit_isolated
(async_page: Page)
tests/test_recaptcha_sites.py:149
Functiontest_bytes_input
(detector: Detector)
tests/test_inputs.py:109
Functiontest_classify_clip_captcha
(detector: Detector)
tests/test_detector.py:124
Functiontest_classify_yolo_captcha
(detector: Detector)
tests/test_detector.py:111
Functiontest_evans_email_glitch
(async_page: Page)
tests/test_recaptcha_sites.py:430
Functiontest_flight_simulators_mailtest
(async_page: Page)
tests/test_recaptcha_sites.py:416
Functiontest_full_page_screenshot
(detector: Detector)
tests/test_detector.py:8
Functiontest_huyliem_windows
(async_page: Page)
tests/test_recaptcha_sites.py:388
Functiontest_jfo_moj_go_th_v3
(async_page: Page)
tests/test_recaptcha_sites.py:374
Functiontest_lyates_v2
(async_page: Page)
tests/test_recaptcha_sites.py:346
Functiontest_nopecha_easy
(async_page: Page)
tests/test_recaptcha_sites.py:192
Functiontest_nopecha_hard
(async_page: Page)
tests/test_recaptcha_sites.py:220
Functiontest_nopecha_moderate
(async_page: Page)
tests/test_recaptcha_sites.py:206
Functiontest_one_bytes_input
(detector: Detector)
tests/test_inputs.py:97
Functiontest_one_path_input
(detector: Detector)
tests/test_inputs.py:60
Functiontest_one_pathlib_input
(detector: Detector)
tests/test_inputs.py:23
Functiontest_only_captcha
(detector: Detector)
tests/test_detector.py:21
Functiontest_opju_ac_in
(async_page: Page)
tests/test_recaptcha_sites.py:402
Functiontest_pathlibs_input
(detector: Detector)
tests/test_inputs.py:36
Functiontest_paths_input
(detector: Detector)
tests/test_inputs.py:73
Functiontest_patrickhlauke
(async_page: Page)
tests/test_recaptcha_sites.py:318
Functiontest_recaptcha_demo_appspot
(async_page: Page)
tests/test_recaptcha_sites.py:178
Functiontest_recaptcha_net
(async_page: Page)
tests/test_recaptcha_sites.py:164
Functiontest_single_bytes_input
(detector: Detector)
tests/test_inputs.py:85
next →1–100 of 105, ranked by callers