updated requirements.txt

This commit is contained in:
Santabot123 2024-08-28 11:46:49 +03:00
parent aa9e85fdac
commit 90d75498fc
3 changed files with 2 additions and 3 deletions

View File

@ -25,3 +25,5 @@ google>=3.0.0
undetected-playwright>=0.3.0
semchunk>=1.0.1
browserbase>=0.3.0
surya-ocr>=0.4.5
matplotlib>=3.7.2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -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))