Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,10 +54,10 @@ def process(
|
|
54 |
use_paddleocr,
|
55 |
imgsz
|
56 |
) -> Optional[Image.Image]:
|
57 |
-
"""
|
58 |
-
Parse a GUI screen and return an array of structured elements, and a marked-up image showing the bounding boxes.
|
59 |
-
|
60 |
-
"""
|
61 |
|
62 |
# image_save_path = 'imgs/saved_image_demo.png'
|
63 |
# image_input.save(image_save_path)
|
|
|
54 |
use_paddleocr,
|
55 |
imgsz
|
56 |
) -> Optional[Image.Image]:
|
57 |
+
"""
|
58 |
+
Parse a GUI screen and return an array of structured elements, and a marked-up image showing the bounding boxes.
|
59 |
+
Element array contains: Type (e.g. Icon, Text, Label), Bounding Box, Interactivity and Content
|
60 |
+
"""
|
61 |
|
62 |
# image_save_path = 'imgs/saved_image_demo.png'
|
63 |
# image_input.save(image_save_path)
|