mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
updated requirements.txt
This commit is contained in:
parent
aa9e85fdac
commit
90d75498fc
@ -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 |
@ -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))
|
||||
Loading…
Reference in New Issue
Block a user