Skip to content

Commit 90d7549

Browse files
committed
updated requirements.txt
1 parent aa9e85f commit 90d7549

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ google>=3.0.0
2525
undetected-playwright>=0.3.0
2626
semchunk>=1.0.1
2727
browserbase>=0.3.0
28+
surya-ocr>=0.4.5
29+
matplotlib>=3.7.2

saved_screenshots/image.jpeg

-1.2 MB
Binary file not shown.

scrapegraphai/screenshot_scraping/screenshot_preparation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,3 @@ def crop_image(image, LEFT=None, TOP=None, RIGHT=None, BOTTOM=None, save_path:
210210
return image.crop((LEFT, TOP, RIGHT, BOTTOM))
211211

212212

213-
214-
# image=asyncio.run(take_screenshot("https://unix.stackexchange.com/questions/690233/piping-yes-when-running-scripts-from-curl", save_path="saved_screenshots/image.jpeg"))
215-
# print(select_area_with_ipywidget(image))

0 commit comments

Comments
 (0)