diff --git a/saved_screenshots/image.jpeg b/saved_screenshots/image.jpeg index a3cbda10..a7fc8b2f 100644 Binary files a/saved_screenshots/image.jpeg and b/saved_screenshots/image.jpeg differ diff --git a/scrapegraphai/screenshot_scraping/screenshot_preparation.py b/scrapegraphai/screenshot_scraping/screenshot_preparation.py index ee9252e7..44b2c786 100644 --- a/scrapegraphai/screenshot_scraping/screenshot_preparation.py +++ b/scrapegraphai/screenshot_scraping/screenshot_preparation.py @@ -210,6 +210,3 @@ def crop_image(image, LEFT=None, TOP=None, RIGHT=None, BOTTOM=None, save_path: return image.crop((LEFT, TOP, RIGHT, BOTTOM)) - -# image=asyncio.run(take_screenshot("https://unix.stackexchange.com/questions/690233/piping-yes-when-running-scripts-from-curl", save_path="saved_screenshots/image.jpeg")) -# print(select_area_with_ipywidget(image)) \ No newline at end of file