diff --git a/README.md b/README.md index b5201258f253391769ebd523586c83d3fb382b42..9f2feb6d02a02ad773a6265268ba1ace2d57e4bb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The suite has three subsets: | Subset | Examples | What it tests | | --- | ---: | --- | | `pointerbench-sheets` | 500 | Spreadsheet cells, colors, headers, edges, corners, and relative positions | -| `pointerbench-text` | 500 | Words, characters, punctuation, caret positions, chrome text, and text bounding boxes | +| `pointerbench-text` | 500 | Words, characters, punctuation, caret positions, chrome text, text bounding boxes, and invoice fields | | `pointerbench-pro` | 500 | Icons, text, and mixed GUI targets across 100 professional applications | All images are synthetic 1024x768 PNG screenshots. The datasets contain no @@ -96,8 +96,11 @@ Each metadata row includes: ``` Point tasks are correct when the predicted point lands inside the target bbox. -Bbox tasks, used in Pointerbench-Text, are correct when the predicted bbox -reaches the configured IoU threshold. +Bbox tasks, used in Pointerbench-Text, use an asymmetric overlap rule: a hit +requires the ground truth to be almost fully covered (coverage >= 0.90) and the +prediction to stay reasonably tight around it (precision >= 0.70). This +penalises predictions that cut off part of the target far more than predictions +that wrap it with some margin. ## Evaluation diff --git a/pointerbench-pro/README.md b/pointerbench-pro/README.md index b150d9b633600d5f93f43055bab6d8c8ea706e8f..bfc85fa8422ee650791d66925dfd336f1842e192 100644 --- a/pointerbench-pro/README.md +++ b/pointerbench-pro/README.md @@ -32,13 +32,14 @@ quota. | element_type | count | example instruction | | ------------ | ----- | -------------------------------- | - | `icon` | 190 | *Find a packet.* | + | `icon` | 190 | *Select the icon that performs this action: Find a packet.* | | `other` | 156 | *Select the red-coat clip.* | | `text` | 154 | *Switch to Home.* | - Multiple platforms (Windows, macOS, Linux, plus a few embedded/mobile). - Functional intent prompts (not literal element names), matching the - ScreenSpot-Pro task style. + ScreenSpot-Pro task style. Icon rows explicitly ask for the icon itself so + nearby text labels are not valid substitutes. ## Schema @@ -46,20 +47,20 @@ Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): ```json { - "file_name": "0000.png", - "id": "pbp_0000", - "instruction": "Begin a performance recording.", - "bbox": [596, 376, 681, 395], - "point": [638, 385], + "file_name": "0005.png", + "id": "pbp_0005", + "instruction": "Select the icon that performs this action: Find a packet.", + "bbox": [194, 47, 214, 70], + "point": [204, 58], "answer_type": "point", - "eval": {"type": "point_in_bbox", "bbox": [596, 376, 681, 395]}, + "eval": {"type": "point_in_bbox", "bbox": [194, 47, 214, 70]}, "data_type": "icon", "element_type": "icon", - "app": "Google Chrome DevTools", - "app_slug": "chrome_devtools", + "app": "Wireshark", + "app_slug": "wireshark", "app_category": "development", - "platform": "Windows 11 / Chrome", - "source_id": "images_chrome_devtools_02_el8", + "platform": "Windows 10", + "source_id": "images_wireshark_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768] } @@ -82,11 +83,11 @@ A machine-readable coverage summary (counts per app, category, platform) is in ### Load the data -Via HuggingFace `datasets` (after the set is pushed to the Hub): +Via HuggingFace `datasets`: ```python from datasets import load_dataset -ds = load_dataset("YOUR_ORG/pointerbench-pro", split="test") +ds = load_dataset("WarmwindOS/pointerbench", data_dir="pointerbench-pro", split="test") ex = ds[0] ex["image"] # PIL.Image, 1024x768 ex["instruction"] # "Begin a performance recording." @@ -189,7 +190,7 @@ excluded from any training set built from the same generator. See title = {Pointerbench-Pro: A GUI Grounding Benchmark for Professional Software}, author = {Pointerbench-Pro contributors}, year = {2026}, - url = {https://github.com/YOUR_ORG/pointerbench-pro} + url = {https://github.com/warmwindOS/pointerbench} } ``` diff --git a/pointerbench-pro/REPRODUCE.md b/pointerbench-pro/REPRODUCE.md index 75ac4fff88fd15a4119f46d6aa08aebe78f4e030..3f699c02228e8e65f4d5ab71d08a0486db8932cb 100644 --- a/pointerbench-pro/REPRODUCE.md +++ b/pointerbench-pro/REPRODUCE.md @@ -13,6 +13,9 @@ python3 build_progui.py --n 500 --seed 90311 --out /path/to/pointerbench-pro (`clicks_dreamed_gui_intent.ndjson`). - Targets are labeled as `icon`, `text`, or `other` for analysis, but the public set does not force a fixed icon/text ratio. +- Icon-target instructions are rewritten with varied wrappers that explicitly + ask for the icon itself, unless the original instruction already says "icon". + This prevents nearby text labels from becoming plausible click targets. - Candidates are balanced across applications by round-robin selection with a fixed seed, then shuffled. The current 500-example set contains 190 icon, 154 text, and 156 other targets across 100 applications. diff --git a/pointerbench-pro/__pycache__/eval.cpython-312.pyc b/pointerbench-pro/__pycache__/eval.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a63c681b62c1ccabf1695663499e477db74705c2 Binary files /dev/null and b/pointerbench-pro/__pycache__/eval.cpython-312.pyc differ diff --git a/pointerbench-pro/data/test/metadata.jsonl b/pointerbench-pro/data/test/metadata.jsonl index 183c44e4a20aac619a09ef05b4248d38e12af773..bae03078ae911b341b4557d1e978af468ee84342 100644 --- a/pointerbench-pro/data/test/metadata.jsonl +++ b/pointerbench-pro/data/test/metadata.jsonl @@ -3,110 +3,110 @@ {"file_name": "0002.png", "id": "pbp_0002", "instruction": "Set parameters.", "bbox": [242, 455, 353, 473], "point": [297, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [242, 455, 353, 473]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0003.png", "id": "pbp_0003", "instruction": "Preview the brochure.", "bbox": [819, 78, 919, 115], "point": [869, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [819, 78, 919, 115]}, "data_type": "other", "element_type": "other", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "dreamed_gui_1000_canva_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0004.png", "id": "pbp_0004", "instruction": "Open Invoices folder.", "bbox": [64, 290, 254, 313], "point": [159, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 290, 254, 313]}, "data_type": "text", "element_type": "text", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "dreamed_gui_1000_thunderbird_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0005.png", "id": "pbp_0005", "instruction": "Find a packet.", "bbox": [194, 47, 214, 70], "point": [204, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 47, 214, 70]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0006.png", "id": "pbp_0006", "instruction": "Add a chat channel.", "bbox": [225, 193, 241, 210], "point": [233, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 193, 241, 210]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0005.png", "id": "pbp_0005", "instruction": "Select the icon that performs this action: Find a packet.", "bbox": [194, 47, 214, 70], "point": [204, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 47, 214, 70]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0006.png", "id": "pbp_0006", "instruction": "For \"Add a chat channel.\", click the actual icon.", "bbox": [225, 193, 241, 210], "point": [233, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 193, 241, 210]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0007.png", "id": "pbp_0007", "instruction": "Adjust scale snap.", "bbox": [659, 88, 687, 105], "point": [673, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 88, 687, 105]}, "data_type": "other", "element_type": "other", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0008.png", "id": "pbp_0008", "instruction": "Change the page size.", "bbox": [800, 354, 909, 379], "point": [854, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [800, 354, 909, 379]}, "data_type": "other", "element_type": "other", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0009.png", "id": "pbp_0009", "instruction": "Open favorite symbols.", "bbox": [283, 191, 299, 205], "point": [291, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [283, 191, 299, 205]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0009.png", "id": "pbp_0009", "instruction": "For \"Open favorite symbols.\", choose the icon target.", "bbox": [283, 191, 299, 205], "point": [291, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [283, 191, 299, 205]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0010.png", "id": "pbp_0010", "instruction": "Change the color setting.", "bbox": [816, 167, 835, 186], "point": [825, 176], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 167, 835, 186]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0011.png", "id": "pbp_0011", "instruction": "Filter by personal item.", "bbox": [32, 452, 52, 471], "point": [42, 461], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 452, 52, 471]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0012.png", "id": "pbp_0012", "instruction": "Open model layout options.", "bbox": [427, 48, 451, 73], "point": [439, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 48, 451, 73]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0012.png", "id": "pbp_0012", "instruction": "Click the icon control for: Open model layout options.", "bbox": [427, 48, 451, 73], "point": [439, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 48, 451, 73]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0013.png", "id": "pbp_0013", "instruction": "Open Ubuntu 22.04.3 LTS.", "bbox": [1, 179, 156, 210], "point": [78, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 179, 156, 210]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0014.png", "id": "pbp_0014", "instruction": "Increase the right temperature.", "bbox": [854, 593, 1009, 664], "point": [931, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 593, 1009, 664]}, "data_type": "other", "element_type": "other", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "dreamed_gui_1000_car_infotainment_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0015.png", "id": "pbp_0015", "instruction": "Open the editor version information.", "bbox": [755, 695, 768, 708], "point": [761, 701], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 695, 768, 708]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0015.png", "id": "pbp_0015", "instruction": "For \"Open the editor version information.\", choose the icon target.", "bbox": [755, 695, 768, 708], "point": [761, 701], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 695, 768, 708]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0016.png", "id": "pbp_0016", "instruction": "Save trial_results as a new file.", "bbox": [732, 304, 840, 329], "point": [786, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 304, 840, 329]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0017.png", "id": "pbp_0017", "instruction": "Select the Revolute1 track.", "bbox": [2, 641, 158, 668], "point": [80, 654], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 641, 158, 668]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0018.png", "id": "pbp_0018", "instruction": "Rotate selected objects.", "bbox": [273, 58, 292, 76], "point": [282, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [273, 58, 292, 76]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0018.png", "id": "pbp_0018", "instruction": "Click the icon control for: Rotate selected objects.", "bbox": [273, 58, 292, 76], "point": [282, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [273, 58, 292, 76]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0019.png", "id": "pbp_0019", "instruction": "Set the dropdown to Aluminum - Anodized Black.", "bbox": [871, 477, 1010, 500], "point": [940, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [871, 477, 1010, 500]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0020.png", "id": "pbp_0020", "instruction": "Open Preferences.", "bbox": [745, 45, 809, 69], "point": [777, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 45, 809, 69]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0021.png", "id": "pbp_0021", "instruction": "Open Fixtures Advisor.", "bbox": [90, 40, 140, 118], "point": [115, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 40, 140, 118]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0022.png", "id": "pbp_0022", "instruction": "Rename the orders collection.", "bbox": [220, 454, 336, 484], "point": [278, 469], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 454, 336, 484]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0023.png", "id": "pbp_0023", "instruction": "Open the playlist publisher page.", "bbox": [222, 97, 246, 124], "point": [234, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 97, 246, 124]}, "data_type": "icon", "element_type": "icon", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_spotify_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0024.png", "id": "pbp_0024", "instruction": "Open audio settings.", "bbox": [123, 243, 150, 269], "point": [136, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 243, 150, 269]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0023.png", "id": "pbp_0023", "instruction": "In the UI, click the icon for: Open the playlist publisher page.", "bbox": [222, 97, 246, 124], "point": [234, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 97, 246, 124]}, "data_type": "icon", "element_type": "icon", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_spotify_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0024.png", "id": "pbp_0024", "instruction": "On this screen, choose the icon for: Open audio settings.", "bbox": [123, 243, 150, 269], "point": [136, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 243, 150, 269]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0025.png", "id": "pbp_0025", "instruction": "Open the graph File menu.", "bbox": [403, 424, 434, 441], "point": [418, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [403, 424, 434, 441]}, "data_type": "other", "element_type": "other", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0026.png", "id": "pbp_0026", "instruction": "Expand Research.", "bbox": [296, 208, 313, 225], "point": [304, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 208, 313, 225]}, "data_type": "text", "element_type": "text", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0027.png", "id": "pbp_0027", "instruction": "Undo the last change.", "bbox": [51, 7, 82, 29], "point": [66, 18], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 7, 82, 29]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_02_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0028.png", "id": "pbp_0028", "instruction": "Close the browser window.", "bbox": [997, 2, 1023, 24], "point": [1010, 13], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [997, 2, 1023, 24]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0027.png", "id": "pbp_0027", "instruction": "Click the icon control for: Undo the last change.", "bbox": [51, 7, 82, 29], "point": [66, 18], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 7, 82, 29]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_02_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0028.png", "id": "pbp_0028", "instruction": "For \"Close the browser window.\", choose the icon target.", "bbox": [997, 2, 1023, 24], "point": [1010, 13], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [997, 2, 1023, 24]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0029.png", "id": "pbp_0029", "instruction": "React with thumbs up to Daniela's message.", "bbox": [960, 335, 986, 358], "point": [973, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [960, 335, 986, 358]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0030.png", "id": "pbp_0030", "instruction": "Show the browser sidebar.", "bbox": [74, 137, 94, 157], "point": [84, 147], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 137, 94, 157]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0031.png", "id": "pbp_0031", "instruction": "Sample an existing color or appearance.", "bbox": [2, 309, 23, 335], "point": [12, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 309, 23, 335]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "images_illustrator_05_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0030.png", "id": "pbp_0030", "instruction": "Target the icon, not its text label: Show the browser sidebar.", "bbox": [74, 137, 94, 157], "point": [84, 147], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 137, 94, 157]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0031.png", "id": "pbp_0031", "instruction": "Find the icon for this action: Sample an existing color or appearance.", "bbox": [2, 309, 23, 335], "point": [12, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 309, 23, 335]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "images_illustrator_05_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0032.png", "id": "pbp_0032", "instruction": "Toggle input channels.", "bbox": [364, 226, 383, 247], "point": [373, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 226, 383, 247]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0033.png", "id": "pbp_0033", "instruction": "Edit Product view step.", "bbox": [266, 431, 392, 459], "point": [329, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 431, 392, 459]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0034.png", "id": "pbp_0034", "instruction": "Edit the red curve.", "bbox": [708, 527, 722, 540], "point": [715, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 527, 722, 540]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0035.png", "id": "pbp_0035", "instruction": "Pause the running process.", "bbox": [866, 51, 885, 69], "point": [875, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [866, 51, 885, 69]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0034.png", "id": "pbp_0034", "instruction": "Edit the red curve. Use the icon target.", "bbox": [708, 527, 722, 540], "point": [715, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 527, 722, 540]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0035.png", "id": "pbp_0035", "instruction": "Use the icon itself to do this: Pause the running process.", "bbox": [866, 51, 885, 69], "point": [875, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [866, 51, 885, 69]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0036.png", "id": "pbp_0036", "instruction": "Move the object to the current view.", "bbox": [165, 388, 313, 409], "point": [239, 398], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [165, 388, 313, 409]}, "data_type": "text", "element_type": "text", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0037.png", "id": "pbp_0037", "instruction": "Open Grid view.", "bbox": [8, 283, 181, 311], "point": [94, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 283, 181, 311]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0038.png", "id": "pbp_0038", "instruction": "Jump to the start.", "bbox": [107, 61, 155, 109], "point": [131, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 61, 155, 109]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0039.png", "id": "pbp_0039", "instruction": "Redo the last undone action.", "bbox": [191, 51, 220, 80], "point": [205, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 51, 220, 80]}, "data_type": "icon", "element_type": "icon", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "images_inkscape_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0038.png", "id": "pbp_0038", "instruction": "Jump to the start. Click on the actual icon.", "bbox": [107, 61, 155, 109], "point": [131, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 61, 155, 109]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0039.png", "id": "pbp_0039", "instruction": "Click the small icon associated with: Redo the last undone action.", "bbox": [191, 51, 220, 80], "point": [205, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 51, 220, 80]}, "data_type": "icon", "element_type": "icon", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "images_inkscape_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0040.png", "id": "pbp_0040", "instruction": "Edit search.", "bbox": [586, 176, 660, 198], "point": [623, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 176, 660, 198]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0041.png", "id": "pbp_0041", "instruction": "Change the aspect ratio option.", "bbox": [2, 428, 105, 453], "point": [53, 440], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 428, 105, 453]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0042.png", "id": "pbp_0042", "instruction": "Open Oscar Molina.", "bbox": [201, 176, 520, 239], "point": [360, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [201, 176, 520, 239]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0043.png", "id": "pbp_0043", "instruction": "Select grid A.", "bbox": [944, 454, 984, 493], "point": [964, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [944, 454, 984, 493]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0044.png", "id": "pbp_0044", "instruction": "Select Scene 2 from the list.", "bbox": [805, 445, 995, 489], "point": [900, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [805, 445, 995, 489]}, "data_type": "other", "element_type": "other", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0045.png", "id": "pbp_0045", "instruction": "Open more actions for that video.", "bbox": [1000, 513, 1015, 543], "point": [1007, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1000, 513, 1015, 543]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0046.png", "id": "pbp_0046", "instruction": "Collapse the Histogram panel.", "bbox": [1012, 73, 1024, 89], "point": [1018, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 73, 1024, 89]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0045.png", "id": "pbp_0045", "instruction": "Click the visual icon for this command: Open more actions for that video.", "bbox": [1000, 513, 1015, 543], "point": [1007, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1000, 513, 1015, 543]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0046.png", "id": "pbp_0046", "instruction": "Click the icon itself for this action: Collapse the Histogram panel.", "bbox": [1012, 73, 1024, 89], "point": [1018, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 73, 1024, 89]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0047.png", "id": "pbp_0047", "instruction": "Switch to Home.", "bbox": [44, 84, 96, 113], "point": [70, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [44, 84, 96, 113]}, "data_type": "text", "element_type": "text", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_word_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0048.png", "id": "pbp_0048", "instruction": "Choose the first green material swatch.", "bbox": [776, 373, 806, 403], "point": [791, 388], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 373, 806, 403]}, "data_type": "other", "element_type": "other", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0049.png", "id": "pbp_0049", "instruction": "Add text.", "bbox": [26, 84, 47, 106], "point": [36, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [26, 84, 47, 106]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0050.png", "id": "pbp_0050", "instruction": "Pin the Properties panel.", "bbox": [990, 378, 1007, 395], "point": [998, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 378, 1007, 395]}, "data_type": "icon", "element_type": "icon", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_stata_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0051.png", "id": "pbp_0051", "instruction": "Enable regular expression filtering.", "bbox": [782, 536, 801, 554], "point": [791, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [782, 536, 801, 554]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0052.png", "id": "pbp_0052", "instruction": "Show the file inspector.", "bbox": [895, 69, 917, 93], "point": [906, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [895, 69, 917, 93]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0049.png", "id": "pbp_0049", "instruction": "Target the icon, not its text label: Add text.", "bbox": [26, 84, 47, 106], "point": [36, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [26, 84, 47, 106]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0050.png", "id": "pbp_0050", "instruction": "For \"Pin the Properties panel.\", click the actual icon.", "bbox": [990, 378, 1007, 395], "point": [998, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 378, 1007, 395]}, "data_type": "icon", "element_type": "icon", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_stata_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0051.png", "id": "pbp_0051", "instruction": "Target the icon, not its text label: Enable regular expression filtering.", "bbox": [782, 536, 801, 554], "point": [791, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [782, 536, 801, 554]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0052.png", "id": "pbp_0052", "instruction": "Show the file inspector. Use the icon target.", "bbox": [895, 69, 917, 93], "point": [906, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [895, 69, 917, 93]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0053.png", "id": "pbp_0053", "instruction": "Edit comment color.", "bbox": [576, 348, 603, 362], "point": [589, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 348, 603, 362]}, "data_type": "other", "element_type": "other", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_matlab_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0054.png", "id": "pbp_0054", "instruction": "Change the blending mode.", "bbox": [752, 461, 867, 486], "point": [809, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [752, 461, 867, 486]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0055.png", "id": "pbp_0055", "instruction": "Switch to a different property.", "bbox": [263, 126, 283, 147], "point": [273, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 126, 283, 147]}, "data_type": "icon", "element_type": "icon", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "images_google_analytics_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0056.png", "id": "pbp_0056", "instruction": "Open the symbols navigator.", "bbox": [35, 50, 52, 66], "point": [43, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 50, 52, 66]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0057.png", "id": "pbp_0057", "instruction": "Close the current tab.", "bbox": [176, 29, 201, 54], "point": [188, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 29, 201, 54]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0058.png", "id": "pbp_0058", "instruction": "Print the current project.", "bbox": [18, 60, 34, 76], "point": [26, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 60, 34, 76]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0055.png", "id": "pbp_0055", "instruction": "Click the icon control for: Switch to a different property.", "bbox": [263, 126, 283, 147], "point": [273, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 126, 283, 147]}, "data_type": "icon", "element_type": "icon", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "images_google_analytics_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0056.png", "id": "pbp_0056", "instruction": "For \"Open the symbols navigator.\", choose the icon target.", "bbox": [35, 50, 52, 66], "point": [43, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 50, 52, 66]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0057.png", "id": "pbp_0057", "instruction": "In the UI, click the icon for: Close the current tab.", "bbox": [176, 29, 201, 54], "point": [188, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 29, 201, 54]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0058.png", "id": "pbp_0058", "instruction": "For \"Print the current project.\", select the icon control.", "bbox": [18, 60, 34, 76], "point": [26, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 60, 34, 76]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0059.png", "id": "pbp_0059", "instruction": "Select the Background layer.", "bbox": [720, 362, 968, 381], "point": [844, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [720, 362, 968, 381]}, "data_type": "text", "element_type": "text", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_10_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0060.png", "id": "pbp_0060", "instruction": "Open a new drawing tab.", "bbox": [241, 183, 262, 207], "point": [251, 195], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 183, 262, 207]}, "data_type": "other", "element_type": "other", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_autocad_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0061.png", "id": "pbp_0061", "instruction": "Paint with a brush.", "bbox": [2, 102, 24, 127], "point": [13, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 102, 24, 127]}, "data_type": "icon", "element_type": "icon", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "images_gimp_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0061.png", "id": "pbp_0061", "instruction": "Paint with a brush. Click the icon itself, not nearby text.", "bbox": [2, 102, 24, 127], "point": [13, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 102, 24, 127]}, "data_type": "icon", "element_type": "icon", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "images_gimp_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0062.png", "id": "pbp_0062", "instruction": "Open Battery details.", "bbox": [862, 441, 928, 532], "point": [895, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [862, 441, 928, 532]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0063.png", "id": "pbp_0063", "instruction": "Open the user account menu.", "bbox": [982, 74, 1008, 99], "point": [995, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 74, 1008, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0063.png", "id": "pbp_0063", "instruction": "Target the icon, not its text label: Open the user account menu.", "bbox": [982, 74, 1008, 99], "point": [995, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 74, 1008, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0064.png", "id": "pbp_0064", "instruction": "Show actions for Checkout 2.4.", "bbox": [945, 340, 981, 369], "point": [963, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [945, 340, 981, 369]}, "data_type": "other", "element_type": "other", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0065.png", "id": "pbp_0065", "instruction": "Delete the selected item.", "bbox": [430, 180, 456, 206], "point": [443, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [430, 180, 456, 206]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0066.png", "id": "pbp_0066", "instruction": "View events from the update notification.", "bbox": [893, 673, 983, 696], "point": [938, 684], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [893, 673, 983, 696]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0067.png", "id": "pbp_0067", "instruction": "Fit the preview to the player frame.", "bbox": [725, 400, 746, 422], "point": [735, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 400, 746, 422]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0067.png", "id": "pbp_0067", "instruction": "Fit the preview to the player frame. Click on the actual icon.", "bbox": [725, 400, 746, 422], "point": [735, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 400, 746, 422]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0068.png", "id": "pbp_0068", "instruction": "Open the 2025-05-18 Orchid Shoot folder.", "bbox": [1, 472, 211, 488], "point": [106, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 472, 211, 488]}, "data_type": "text", "element_type": "text", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0069.png", "id": "pbp_0069", "instruction": "Go to Name step.", "bbox": [376, 227, 400, 249], "point": [388, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 227, 400, 249]}, "data_type": "text", "element_type": "text", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_slack_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0070.png", "id": "pbp_0070", "instruction": "Use an existing contact instead.", "bbox": [461, 453, 477, 469], "point": [469, 461], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 453, 477, 469]}, "data_type": "other", "element_type": "other", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0071.png", "id": "pbp_0071", "instruction": "Select the right radio button option.", "bbox": [601, 408, 690, 436], "point": [645, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [601, 408, 690, 436]}, "data_type": "text", "element_type": "text", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0072.png", "id": "pbp_0072", "instruction": "Toggle the holiday calendar visibility.", "bbox": [942, 407, 956, 421], "point": [949, 414], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 407, 956, 421]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0073.png", "id": "pbp_0073", "instruction": "Open the account menu.", "bbox": [854, 93, 870, 110], "point": [862, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 93, 870, 110]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0072.png", "id": "pbp_0072", "instruction": "Target the icon, not its text label: Toggle the holiday calendar visibility.", "bbox": [942, 407, 956, 421], "point": [949, 414], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 407, 956, 421]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0073.png", "id": "pbp_0073", "instruction": "For \"Open the account menu.\", put the click on the icon.", "bbox": [854, 93, 870, 110], "point": [862, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 93, 870, 110]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0074.png", "id": "pbp_0074", "instruction": "Open Gradle settings.", "bbox": [269, 352, 764, 381], "point": [516, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 352, 764, 381]}, "data_type": "other", "element_type": "other", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0075.png", "id": "pbp_0075", "instruction": "Open Variables preferences.", "bbox": [325, 228, 416, 253], "point": [370, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [325, 228, 416, 253]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0076.png", "id": "pbp_0076", "instruction": "Open help for this dialog.", "bbox": [656, 159, 675, 177], "point": [665, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 159, 675, 177]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0077.png", "id": "pbp_0077", "instruction": "Insert a chart.", "bbox": [590, 138, 610, 158], "point": [600, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 138, 610, 158]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_08_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0076.png", "id": "pbp_0076", "instruction": "Target the icon, not its text label: Open help for this dialog.", "bbox": [656, 159, 675, 177], "point": [665, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 159, 675, 177]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "images_powerpoint_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0077.png", "id": "pbp_0077", "instruction": "Locate the matching icon and click it: Insert a chart.", "bbox": [590, 138, 610, 158], "point": [600, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 138, 610, 158]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_08_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0078.png", "id": "pbp_0078", "instruction": "Pause playback.", "bbox": [491, 663, 521, 692], "point": [506, 677], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 663, 521, 692]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0079.png", "id": "pbp_0079", "instruction": "Open Sent Items from Favorites.", "bbox": [81, 207, 223, 232], "point": [152, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [81, 207, 223, 232]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0080.png", "id": "pbp_0080", "instruction": "Sort by Download.", "bbox": [630, 380, 736, 407], "point": [683, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 380, 736, 407]}, "data_type": "text", "element_type": "text", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "dreamed_gui_1000_linux_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0081.png", "id": "pbp_0081", "instruction": "Open the external loads folder.", "bbox": [13, 486, 31, 504], "point": [22, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [13, 486, 31, 504]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0081.png", "id": "pbp_0081", "instruction": "Open the external loads folder. The click should land on the icon.", "bbox": [13, 486, 31, 504], "point": [22, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [13, 486, 31, 504]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0082.png", "id": "pbp_0082", "instruction": "Enter 3.", "bbox": [645, 340, 705, 407], "point": [675, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 340, 705, 407]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0083.png", "id": "pbp_0083", "instruction": "Open help.", "bbox": [932, 81, 959, 106], "point": [945, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [932, 81, 959, 106]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0084.png", "id": "pbp_0084", "instruction": "Pin the preview.", "bbox": [618, 131, 634, 149], "point": [626, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [618, 131, 634, 149]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0083.png", "id": "pbp_0083", "instruction": "Open help. The click should land on the icon.", "bbox": [932, 81, 959, 106], "point": [945, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [932, 81, 959, 106]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0084.png", "id": "pbp_0084", "instruction": "Return the click point on the icon for: Pin the preview.", "bbox": [618, 131, 634, 149], "point": [626, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [618, 131, 634, 149]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0085.png", "id": "pbp_0085", "instruction": "Edit the search query.", "bbox": [291, 130, 794, 321], "point": [542, 225], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 130, 794, 321]}, "data_type": "text", "element_type": "text", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0086.png", "id": "pbp_0086", "instruction": "Open settings.", "bbox": [807, 39, 830, 62], "point": [818, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [807, 39, 830, 62]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_07_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0086.png", "id": "pbp_0086", "instruction": "Find the icon for this action: Open settings.", "bbox": [807, 39, 830, 62], "point": [818, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [807, 39, 830, 62]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_07_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0087.png", "id": "pbp_0087", "instruction": "Switch to jazzfest_poster.ai.", "bbox": [78, 70, 308, 96], "point": [193, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 70, 308, 96]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_02_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0088.png", "id": "pbp_0088", "instruction": "Go to the Chess.com home page.", "bbox": [5, 91, 25, 126], "point": [15, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [5, 91, 25, 126]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0089.png", "id": "pbp_0089", "instruction": "Keep balanced compilation selected.", "bbox": [406, 268, 428, 284], "point": [417, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [406, 268, 428, 284]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0090.png", "id": "pbp_0090", "instruction": "Adjust screen brightness.", "bbox": [597, 395, 625, 423], "point": [611, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 395, 625, 423]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0088.png", "id": "pbp_0088", "instruction": "Click the visual icon for this command: Go to the Chess.com home page.", "bbox": [5, 91, 25, 126], "point": [15, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [5, 91, 25, 126]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0089.png", "id": "pbp_0089", "instruction": "Return the click point on the icon for: Keep balanced compilation selected.", "bbox": [406, 268, 428, 284], "point": [417, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [406, 268, 428, 284]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0090.png", "id": "pbp_0090", "instruction": "Adjust screen brightness. Click the icon itself, not nearby text.", "bbox": [597, 395, 625, 423], "point": [611, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 395, 625, 423]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0091.png", "id": "pbp_0091", "instruction": "Add a programming file.", "bbox": [236, 398, 323, 422], "point": [279, 410], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [236, 398, 323, 422]}, "data_type": "text", "element_type": "text", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_quartus_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0092.png", "id": "pbp_0092", "instruction": "Open the Package field options.", "bbox": [338, 212, 469, 245], "point": [403, 228], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 212, 469, 245]}, "data_type": "other", "element_type": "other", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0093.png", "id": "pbp_0093", "instruction": "Close the Changelog tab.", "bbox": [349, 33, 373, 56], "point": [361, 44], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 33, 373, 56]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0093.png", "id": "pbp_0093", "instruction": "Close the Changelog tab. Click the icon itself, not nearby text.", "bbox": [349, 33, 373, 56], "point": [361, 44], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 33, 373, 56]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0094.png", "id": "pbp_0094", "instruction": "Play the sequence.", "bbox": [731, 397, 748, 415], "point": [739, 406], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 397, 748, 415]}, "data_type": "other", "element_type": "other", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_premiere_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0095.png", "id": "pbp_0095", "instruction": "Create a container.", "bbox": [844, 91, 920, 116], "point": [882, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 91, 920, 116]}, "data_type": "text", "element_type": "text", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0096.png", "id": "pbp_0096", "instruction": "Review security alerts.", "bbox": [608, 167, 627, 187], "point": [617, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 167, 627, 187]}, "data_type": "icon", "element_type": "icon", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_github_web_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0096.png", "id": "pbp_0096", "instruction": "Use the icon itself to do this: Review security alerts.", "bbox": [608, 167, 627, 187], "point": [617, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 167, 627, 187]}, "data_type": "icon", "element_type": "icon", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_github_web_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0097.png", "id": "pbp_0097", "instruction": "Play the level.", "bbox": [247, 46, 266, 66], "point": [256, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 46, 266, 66]}, "data_type": "other", "element_type": "other", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0098.png", "id": "pbp_0098", "instruction": "Show file properties.", "bbox": [338, 584, 587, 623], "point": [462, 603], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 584, 587, 623]}, "data_type": "other", "element_type": "other", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "dreamed_gui_1000_linux_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0099.png", "id": "pbp_0099", "instruction": "Search your game list.", "bbox": [16, 157, 39, 180], "point": [27, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 157, 39, 180]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0100.png", "id": "pbp_0100", "instruction": "Place an aligned dimension.", "bbox": [3, 58, 33, 89], "point": [18, 73], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 58, 33, 89]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_revit_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0101.png", "id": "pbp_0101", "instruction": "Go to the home location.", "bbox": [212, 359, 233, 378], "point": [222, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 359, 233, 378]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_03_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0099.png", "id": "pbp_0099", "instruction": "Find the icon for this action: Search your game list.", "bbox": [16, 157, 39, 180], "point": [27, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 157, 39, 180]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0100.png", "id": "pbp_0100", "instruction": "Target the icon, not its text label: Place an aligned dimension.", "bbox": [3, 58, 33, 89], "point": [18, 73], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 58, 33, 89]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_revit_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0101.png", "id": "pbp_0101", "instruction": "Click the icon control for: Go to the home location.", "bbox": [212, 359, 233, 378], "point": [222, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 359, 233, 378]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_03_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0102.png", "id": "pbp_0102", "instruction": "Start at Board center.", "bbox": [861, 417, 875, 431], "point": [868, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [861, 417, 875, 431]}, "data_type": "other", "element_type": "other", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0103.png", "id": "pbp_0103", "instruction": "Power on the VM.", "bbox": [379, 71, 438, 127], "point": [408, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 71, 438, 127]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0104.png", "id": "pbp_0104", "instruction": "Open Program options.", "bbox": [49, 111, 233, 132], "point": [141, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [49, 111, 233, 132]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0105.png", "id": "pbp_0105", "instruction": "Filter layers by name.", "bbox": [935, 435, 1023, 456], "point": [979, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [935, 435, 1023, 456]}, "data_type": "text", "element_type": "text", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0106.png", "id": "pbp_0106", "instruction": "Report this message as junk or phishing.", "bbox": [271, 83, 289, 103], "point": [280, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 83, 289, 103]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "images_outlook_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0106.png", "id": "pbp_0106", "instruction": "Report this message as junk or phishing. Choose the icon, not the adjacent label.", "bbox": [271, 83, 289, 103], "point": [280, 93], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 83, 289, 103]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "images_outlook_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0107.png", "id": "pbp_0107", "instruction": "Edit the minimum level.", "bbox": [753, 288, 789, 309], "point": [771, 298], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [753, 288, 789, 309]}, "data_type": "other", "element_type": "other", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0108.png", "id": "pbp_0108", "instruction": "Open more audio output options.", "bbox": [1012, 566, 1023, 589], "point": [1017, 577], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 566, 1023, 589]}, "data_type": "icon", "element_type": "icon", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "images_windows_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0108.png", "id": "pbp_0108", "instruction": "For \"Open more audio output options.\", click the icon itself.", "bbox": [1012, 566, 1023, 589], "point": [1017, 577], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1012, 566, 1023, 589]}, "data_type": "icon", "element_type": "icon", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "images_windows_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0109.png", "id": "pbp_0109", "instruction": "Go to Payments.", "bbox": [417, 97, 516, 141], "point": [466, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [417, 97, 516, 141]}, "data_type": "text", "element_type": "text", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0110.png", "id": "pbp_0110", "instruction": "Open the Gym standing order.", "bbox": [236, 349, 317, 380], "point": [276, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [236, 349, 317, 380]}, "data_type": "text", "element_type": "text", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0111.png", "id": "pbp_0111", "instruction": "Use Dissolve mode.", "bbox": [50, 315, 134, 334], "point": [92, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 315, 134, 334]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} @@ -114,194 +114,194 @@ {"file_name": "0113.png", "id": "pbp_0113", "instruction": "Select the Stairs tag.", "bbox": [788, 459, 1007, 481], "point": [897, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [788, 459, 1007, 481]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0114.png", "id": "pbp_0114", "instruction": "Show the description.", "bbox": [230, 384, 294, 403], "point": [262, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 384, 294, 403]}, "data_type": "text", "element_type": "text", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_linear_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0115.png", "id": "pbp_0115", "instruction": "Open the XML stepGoal result.", "bbox": [299, 385, 666, 404], "point": [482, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [299, 385, 666, 404]}, "data_type": "other", "element_type": "other", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0116.png", "id": "pbp_0116", "instruction": "Close the terminal window.", "bbox": [849, 104, 880, 134], "point": [864, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [849, 104, 880, 134]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0116.png", "id": "pbp_0116", "instruction": "For \"Close the terminal window.\", select the icon control.", "bbox": [849, 104, 880, 134], "point": [864, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [849, 104, 880, 134]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0117.png", "id": "pbp_0117", "instruction": "Change the data source.", "bbox": [38, 650, 234, 675], "point": [136, 662], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 650, 234, 675]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0118.png", "id": "pbp_0118", "instruction": "Detach the instance.", "bbox": [430, 388, 570, 414], "point": [500, 401], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [430, 388, 570, 414]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0119.png", "id": "pbp_0119", "instruction": "Activate panning.", "bbox": [727, 54, 743, 71], "point": [735, 62], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [727, 54, 743, 71]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0120.png", "id": "pbp_0120", "instruction": "View notifications.", "bbox": [939, 53, 963, 77], "point": [951, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 53, 963, 77]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "images_acrobat_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0119.png", "id": "pbp_0119", "instruction": "Find the icon for this action: Activate panning.", "bbox": [727, 54, 743, 71], "point": [735, 62], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [727, 54, 743, 71]}, "data_type": "icon", "element_type": "icon", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_davinci_resolve_10_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0120.png", "id": "pbp_0120", "instruction": "Click the icon itself for this action: View notifications.", "bbox": [939, 53, 963, 77], "point": [951, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 53, 963, 77]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "images_acrobat_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0121.png", "id": "pbp_0121", "instruction": "View documents.", "bbox": [203, 128, 301, 164], "point": [252, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [203, 128, 301, 164]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0122.png", "id": "pbp_0122", "instruction": "Open Quarterly Results.", "bbox": [241, 284, 516, 355], "point": [378, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 284, 516, 355]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0123.png", "id": "pbp_0123", "instruction": "Enter a command.", "bbox": [179, 669, 801, 701], "point": [490, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [179, 669, 801, 701]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0124.png", "id": "pbp_0124", "instruction": "Close the Sources panel.", "bbox": [355, 80, 381, 98], "point": [368, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [355, 80, 381, 98]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_04_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0124.png", "id": "pbp_0124", "instruction": "Click the icon itself for this action: Close the Sources panel.", "bbox": [355, 80, 381, 98], "point": [368, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [355, 80, 381, 98]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_04_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0125.png", "id": "pbp_0125", "instruction": "Change the preview device.", "bbox": [563, 105, 612, 124], "point": [587, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [563, 105, 612, 124]}, "data_type": "other", "element_type": "other", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0126.png", "id": "pbp_0126", "instruction": "Open projects.", "bbox": [521, 146, 604, 180], "point": [562, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [521, 146, 604, 180]}, "data_type": "other", "element_type": "other", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0127.png", "id": "pbp_0127", "instruction": "Show cards by state.", "bbox": [25, 171, 44, 190], "point": [34, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [25, 171, 44, 190]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0127.png", "id": "pbp_0127", "instruction": "For \"Show cards by state.\", choose the icon target.", "bbox": [25, 171, 44, 190], "point": [34, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [25, 171, 44, 190]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0128.png", "id": "pbp_0128", "instruction": "Add a project.", "bbox": [199, 275, 225, 298], "point": [212, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [199, 275, 225, 298]}, "data_type": "other", "element_type": "other", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0129.png", "id": "pbp_0129", "instruction": "Change to pattern 32.", "bbox": [381, 24, 405, 53], "point": [393, 38], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [381, 24, 405, 53]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0130.png", "id": "pbp_0130", "instruction": "Show more like this.", "bbox": [286, 341, 369, 368], "point": [327, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [286, 341, 369, 368]}, "data_type": "text", "element_type": "text", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0131.png", "id": "pbp_0131", "instruction": "Open the renderer selection menu.", "bbox": [1004, 46, 1016, 58], "point": [1010, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1004, 46, 1016, 58]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0132.png", "id": "pbp_0132", "instruction": "Open the server menu.", "bbox": [229, 31, 255, 51], "point": [242, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 31, 255, 51]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0131.png", "id": "pbp_0131", "instruction": "Open the renderer selection menu. Select the icon itself.", "bbox": [1004, 46, 1016, 58], "point": [1010, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1004, 46, 1016, 58]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0132.png", "id": "pbp_0132", "instruction": "Open the server menu. Choose the icon, not the adjacent label.", "bbox": [229, 31, 255, 51], "point": [242, 41], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 31, 255, 51]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_03_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0133.png", "id": "pbp_0133", "instruction": "Change scope to another subscription.", "bbox": [352, 208, 454, 232], "point": [403, 220], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 208, 454, 232]}, "data_type": "text", "element_type": "text", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0134.png", "id": "pbp_0134", "instruction": "Power off the virtual machine.", "bbox": [342, 76, 372, 103], "point": [357, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 76, 372, 103]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0135.png", "id": "pbp_0135", "instruction": "Sign out of the account.", "bbox": [28, 615, 53, 641], "point": [40, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [28, 615, 53, 641]}, "data_type": "icon", "element_type": "icon", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_banking_app_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0136.png", "id": "pbp_0136", "instruction": "Reveal options for the first percussion loop clip.", "bbox": [341, 92, 355, 106], "point": [348, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 92, 355, 106]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0137.png", "id": "pbp_0137", "instruction": "Open help for this dialog.", "bbox": [731, 202, 753, 222], "point": [742, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 202, 753, 222]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0134.png", "id": "pbp_0134", "instruction": "Use the icon itself to do this: Power off the virtual machine.", "bbox": [342, 76, 372, 103], "point": [357, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 76, 372, 103]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0135.png", "id": "pbp_0135", "instruction": "Target the icon, not its text label: Sign out of the account.", "bbox": [28, 615, 53, 641], "point": [40, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [28, 615, 53, 641]}, "data_type": "icon", "element_type": "icon", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_banking_app_04_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0136.png", "id": "pbp_0136", "instruction": "Click the icon control for: Reveal options for the first percussion loop clip.", "bbox": [341, 92, 355, 106], "point": [348, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 92, 355, 106]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0137.png", "id": "pbp_0137", "instruction": "For this task, click the icon itself: Open help for this dialog.", "bbox": [731, 202, 753, 222], "point": [742, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 202, 753, 222]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0138.png", "id": "pbp_0138", "instruction": "Insert a new cell.", "bbox": [2, 135, 27, 154], "point": [14, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 135, 27, 154]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0139.png", "id": "pbp_0139", "instruction": "Sort the issues.", "bbox": [846, 111, 877, 141], "point": [861, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [846, 111, 877, 141]}, "data_type": "other", "element_type": "other", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_linear_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0140.png", "id": "pbp_0140", "instruction": "Save the current work.", "bbox": [82, 69, 104, 90], "point": [93, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [82, 69, 104, 90]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0140.png", "id": "pbp_0140", "instruction": "For \"Save the current work.\", click the icon itself.", "bbox": [82, 69, 104, 90], "point": [93, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [82, 69, 104, 90]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0141.png", "id": "pbp_0141", "instruction": "Set the starting slide number.", "bbox": [577, 235, 613, 257], "point": [595, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [577, 235, 613, 257]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0142.png", "id": "pbp_0142", "instruction": "Enable Marketing Offers.", "bbox": [254, 457, 710, 519], "point": [482, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [254, 457, 710, 519]}, "data_type": "other", "element_type": "other", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airline_booking_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0143.png", "id": "pbp_0143", "instruction": "Open the account profile menu.", "bbox": [948, 81, 978, 113], "point": [963, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 81, 978, 113]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0144.png", "id": "pbp_0144", "instruction": "Save the workbook.", "bbox": [177, 41, 196, 61], "point": [186, 51], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 41, 196, 61]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_excel_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0145.png", "id": "pbp_0145", "instruction": "Close the current tab.", "bbox": [159, 36, 182, 55], "point": [170, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [159, 36, 182, 55]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_08_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0143.png", "id": "pbp_0143", "instruction": "For \"Open the account profile menu.\", put the click on the icon.", "bbox": [948, 81, 978, 113], "point": [963, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 81, 978, 113]}, "data_type": "icon", "element_type": "icon", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_netflix_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0144.png", "id": "pbp_0144", "instruction": "For \"Save the workbook.\", click the icon itself.", "bbox": [177, 41, 196, 61], "point": [186, 51], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 41, 196, 61]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_excel_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0145.png", "id": "pbp_0145", "instruction": "Click the visual icon for this command: Close the current tab.", "bbox": [159, 36, 182, 55], "point": [170, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [159, 36, 182, 55]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_08_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0146.png", "id": "pbp_0146", "instruction": "Create a deck.", "bbox": [473, 575, 557, 605], "point": [515, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [473, 575, 557, 605]}, "data_type": "text", "element_type": "text", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "dreamed_gui_1000_anki_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0147.png", "id": "pbp_0147", "instruction": "Go to Set your budget.", "bbox": [220, 214, 300, 234], "point": [260, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 214, 300, 234]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0148.png", "id": "pbp_0148", "instruction": "View 1M 1h.", "bbox": [652, 173, 724, 197], "point": [688, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 173, 724, 197]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0149.png", "id": "pbp_0149", "instruction": "Change Tom Okafor's role.", "bbox": [583, 420, 636, 444], "point": [609, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [583, 420, 636, 444]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0150.png", "id": "pbp_0150", "instruction": "Select Level 2.", "bbox": [643, 399, 723, 441], "point": [683, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [643, 399, 723, 441]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0151.png", "id": "pbp_0151", "instruction": "Close this tab.", "bbox": [221, 9, 243, 30], "point": [232, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 9, 243, 30]}, "data_type": "text", "element_type": "text", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_chess_com_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0152.png", "id": "pbp_0152", "instruction": "Open more actions for the wordmark logo file.", "bbox": [824, 394, 849, 415], "point": [836, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 394, 849, 415]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0153.png", "id": "pbp_0153", "instruction": "Show the move list view.", "bbox": [683, 646, 707, 670], "point": [695, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [683, 646, 707, 670]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0154.png", "id": "pbp_0154", "instruction": "Open dashboard settings.", "bbox": [834, 94, 857, 118], "point": [845, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 94, 857, 118]}, "data_type": "icon", "element_type": "icon", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "images_grafana_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0152.png", "id": "pbp_0152", "instruction": "Open more actions for the wordmark logo file. The intended target is the icon.", "bbox": [824, 394, 849, 415], "point": [836, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 394, 849, 415]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0153.png", "id": "pbp_0153", "instruction": "Show the move list view. Choose the icon, not the adjacent label.", "bbox": [683, 646, 707, 670], "point": [695, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [683, 646, 707, 670]}, "data_type": "icon", "element_type": "icon", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "images_chess_com_07_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0154.png", "id": "pbp_0154", "instruction": "Open dashboard settings. Click on the actual icon.", "bbox": [834, 94, 857, 118], "point": [845, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 94, 857, 118]}, "data_type": "icon", "element_type": "icon", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "images_grafana_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0155.png", "id": "pbp_0155", "instruction": "Switch to Scene 4.", "bbox": [285, 88, 348, 114], "point": [316, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 88, 348, 114]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0156.png", "id": "pbp_0156", "instruction": "Change zoom level.", "bbox": [531, 81, 600, 110], "point": [565, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [531, 81, 600, 110]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0157.png", "id": "pbp_0157", "instruction": "Collapse the Cost Management section.", "bbox": [10, 361, 25, 376], "point": [17, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 361, 25, 376]}, "data_type": "icon", "element_type": "icon", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "images_aws_console_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0158.png", "id": "pbp_0158", "instruction": "Open the window layout tool.", "bbox": [320, 56, 339, 75], "point": [329, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 56, 339, 75]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_10_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0159.png", "id": "pbp_0159", "instruction": "Switch to the Android export preset.", "bbox": [235, 265, 375, 288], "point": [305, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [235, 265, 375, 288]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0157.png", "id": "pbp_0157", "instruction": "Click the icon itself for this action: Collapse the Cost Management section.", "bbox": [10, 361, 25, 376], "point": [17, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 361, 25, 376]}, "data_type": "icon", "element_type": "icon", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "images_aws_console_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0158.png", "id": "pbp_0158", "instruction": "Open the window layout tool. Use the icon target.", "bbox": [320, 56, 339, 75], "point": [329, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 56, 339, 75]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_10_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0159.png", "id": "pbp_0159", "instruction": "Use the icon itself to do this: Switch to the Android export preset.", "bbox": [235, 265, 375, 288], "point": [305, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [235, 265, 375, 288]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0160.png", "id": "pbp_0160", "instruction": "Select Room 1.", "bbox": [278, 286, 298, 305], "point": [288, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 286, 298, 305]}, "data_type": "text", "element_type": "text", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_zoom_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0161.png", "id": "pbp_0161", "instruction": "Collapse the src folder.", "bbox": [16, 221, 29, 234], "point": [22, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 221, 29, 234]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0161.png", "id": "pbp_0161", "instruction": "Click the toolbar icon for: Collapse the src folder.", "bbox": [16, 221, 29, 234], "point": [22, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 221, 29, 234]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0162.png", "id": "pbp_0162", "instruction": "Open package.json.", "bbox": [2, 501, 175, 520], "point": [88, 510], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 501, 175, 520]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0163.png", "id": "pbp_0163", "instruction": "Select the data variable in the workspace.", "bbox": [688, 248, 703, 264], "point": [695, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [688, 248, 703, 264]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0164.png", "id": "pbp_0164", "instruction": "Check whether the home directory partial backup is available.", "bbox": [310, 505, 366, 528], "point": [338, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 505, 366, 528]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0163.png", "id": "pbp_0163", "instruction": "Select the data variable in the workspace. Choose the icon, not the adjacent label.", "bbox": [688, 248, 703, 264], "point": [695, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [688, 248, 703, 264]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0164.png", "id": "pbp_0164", "instruction": "Click the toolbar icon for: Check whether the home directory partial backup is available.", "bbox": [310, 505, 366, 528], "point": [338, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 505, 366, 528]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0165.png", "id": "pbp_0165", "instruction": "Adjust Exposure.", "bbox": [277, 109, 439, 132], "point": [358, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [277, 109, 439, 132]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0166.png", "id": "pbp_0166", "instruction": "Start a new motion study.", "bbox": [587, 50, 623, 90], "point": [605, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [587, 50, 623, 90]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0166.png", "id": "pbp_0166", "instruction": "Start a new motion study. The intended target is the icon.", "bbox": [587, 50, 623, 90], "point": [605, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [587, 50, 623, 90]}, "data_type": "icon", "element_type": "icon", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_solidworks_03_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0167.png", "id": "pbp_0167", "instruction": "Switch to scraper.py.", "bbox": [330, 83, 435, 114], "point": [382, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [330, 83, 435, 114]}, "data_type": "other", "element_type": "other", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0168.png", "id": "pbp_0168", "instruction": "View spending trends.", "bbox": [540, 491, 684, 516], "point": [612, 503], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [540, 491, 684, 516]}, "data_type": "other", "element_type": "other", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0169.png", "id": "pbp_0169", "instruction": "Open a new drawing tab.", "bbox": [174, 145, 201, 171], "point": [187, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 145, 201, 171]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0170.png", "id": "pbp_0170", "instruction": "Open environments.", "bbox": [31, 157, 48, 173], "point": [39, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 157, 48, 173]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0169.png", "id": "pbp_0169", "instruction": "Open a new drawing tab. The intended target is the icon.", "bbox": [174, 145, 201, 171], "point": [187, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 145, 201, 171]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_06_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0170.png", "id": "pbp_0170", "instruction": "For \"Open environments.\", put the click on the icon.", "bbox": [31, 157, 48, 173], "point": [39, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 157, 48, 173]}, "data_type": "icon", "element_type": "icon", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_postman_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0171.png", "id": "pbp_0171", "instruction": "Add a source item.", "bbox": [278, 104, 298, 123], "point": [288, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 104, 298, 123]}, "data_type": "other", "element_type": "other", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_vivado_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0172.png", "id": "pbp_0172", "instruction": "Open the scene selector.", "bbox": [875, 28, 893, 43], "point": [884, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 28, 893, 43]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0172.png", "id": "pbp_0172", "instruction": "Open the scene selector. The click should land on the icon.", "bbox": [875, 28, 893, 43], "point": [884, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 28, 893, 43]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0173.png", "id": "pbp_0173", "instruction": "Add a tab.", "bbox": [586, 55, 608, 78], "point": [597, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 55, 608, 78]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0174.png", "id": "pbp_0174", "instruction": "Edit Bin Start.", "bbox": [619, 515, 712, 532], "point": [665, 523], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [619, 515, 712, 532]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0175.png", "id": "pbp_0175", "instruction": "View volumes.", "bbox": [16, 167, 43, 195], "point": [29, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 167, 43, 195]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0175.png", "id": "pbp_0175", "instruction": "On this screen, choose the icon for: View volumes.", "bbox": [16, 167, 43, 195], "point": [29, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 167, 43, 195]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_10_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0176.png", "id": "pbp_0176", "instruction": "Create advanced automation.", "bbox": [2, 607, 200, 642], "point": [101, 624], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 607, 200, 642]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0177.png", "id": "pbp_0177", "instruction": "Open the quick help or feedback panel.", "bbox": [901, 104, 920, 123], "point": [910, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [901, 104, 920, 123]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0177.png", "id": "pbp_0177", "instruction": "Open the quick help or feedback panel. The intended target is the icon.", "bbox": [901, 104, 920, 123], "point": [910, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [901, 104, 920, 123]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0178.png", "id": "pbp_0178", "instruction": "Apply Gaussian Blur.", "bbox": [576, 546, 661, 577], "point": [618, 561], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 546, 661, 577]}, "data_type": "text", "element_type": "text", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0179.png", "id": "pbp_0179", "instruction": "Switch to the customers tab.", "bbox": [551, 87, 645, 112], "point": [598, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 87, 645, 112]}, "data_type": "text", "element_type": "text", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0180.png", "id": "pbp_0180", "instruction": "Select the YZ Plane.", "bbox": [8, 268, 111, 288], "point": [59, 278], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 268, 111, 288]}, "data_type": "other", "element_type": "other", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0181.png", "id": "pbp_0181", "instruction": "Enable Background Modes.", "bbox": [356, 535, 775, 566], "point": [565, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 535, 775, 566]}, "data_type": "other", "element_type": "other", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_xcode_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0182.png", "id": "pbp_0182", "instruction": "Open more information about minifying CSS and JavaScript.", "bbox": [783, 610, 799, 627], "point": [791, 618], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [783, 610, 799, 627]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_08_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0182.png", "id": "pbp_0182", "instruction": "Open more information about minifying CSS and JavaScript. Choose the icon, not the adjacent label.", "bbox": [783, 610, 799, 627], "point": [791, 618], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [783, 610, 799, 627]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_08_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0183.png", "id": "pbp_0183", "instruction": "Search for barcode.", "bbox": [294, 230, 645, 265], "point": [469, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 230, 645, 265]}, "data_type": "other", "element_type": "other", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0184.png", "id": "pbp_0184", "instruction": "Close the current design tab.", "bbox": [844, 39, 865, 61], "point": [854, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 39, 865, 61]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0185.png", "id": "pbp_0185", "instruction": "Freeze the workfile view.", "bbox": [207, 140, 250, 165], "point": [228, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 140, 250, 165]}, "data_type": "text", "element_type": "text", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_eviews_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0186.png", "id": "pbp_0186", "instruction": "Toggle stats.", "bbox": [741, 89, 772, 107], "point": [756, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 89, 772, 107]}, "data_type": "text", "element_type": "text", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0187.png", "id": "pbp_0187", "instruction": "Review orders.", "bbox": [400, 45, 419, 62], "point": [409, 53], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [400, 45, 419, 62]}, "data_type": "icon", "element_type": "icon", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "images_ehr_system_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0188.png", "id": "pbp_0188", "instruction": "Open the IS residual series.", "bbox": [138, 363, 176, 401], "point": [157, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [138, 363, 176, 401]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0187.png", "id": "pbp_0187", "instruction": "Select the icon that performs this action: Review orders.", "bbox": [400, 45, 419, 62], "point": [409, 53], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [400, 45, 419, 62]}, "data_type": "icon", "element_type": "icon", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "images_ehr_system_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0188.png", "id": "pbp_0188", "instruction": "Target the icon for this command: Open the IS residual series.", "bbox": [138, 363, 176, 401], "point": [157, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [138, 363, 176, 401]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0189.png", "id": "pbp_0189", "instruction": "Go to all search results.", "bbox": [480, 295, 510, 325], "point": [495, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [480, 295, 510, 325]}, "data_type": "other", "element_type": "other", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0190.png", "id": "pbp_0190", "instruction": "Refresh the browser results.", "bbox": [750, 122, 778, 150], "point": [764, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [750, 122, 778, 150]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0190.png", "id": "pbp_0190", "instruction": "On this screen, choose the icon for: Refresh the browser results.", "bbox": [750, 122, 778, 150], "point": [764, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [750, 122, 778, 150]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0191.png", "id": "pbp_0191", "instruction": "Open Scripts and Add-Ins.", "bbox": [350, 253, 657, 276], "point": [503, 264], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [350, 253, 657, 276]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0192.png", "id": "pbp_0192", "instruction": "Reset the current brush size preset control.", "bbox": [376, 55, 402, 81], "point": [389, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 55, 402, 81]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0193.png", "id": "pbp_0193", "instruction": "Show context help.", "bbox": [952, 46, 973, 67], "point": [962, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 46, 973, 67]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0194.png", "id": "pbp_0194", "instruction": "Expand custom link options.", "bbox": [357, 373, 381, 395], "point": [369, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [357, 373, 381, 395]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0195.png", "id": "pbp_0195", "instruction": "Choose a different default save format.", "bbox": [594, 439, 618, 462], "point": [606, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [594, 439, 618, 462]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0192.png", "id": "pbp_0192", "instruction": "On this screen, choose the icon for: Reset the current brush size preset control.", "bbox": [376, 55, 402, 81], "point": [389, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 55, 402, 81]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0193.png", "id": "pbp_0193", "instruction": "Show context help. Choose the icon, not the adjacent label.", "bbox": [952, 46, 973, 67], "point": [962, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 46, 973, 67]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0194.png", "id": "pbp_0194", "instruction": "For \"Expand custom link options.\", choose the icon target.", "bbox": [357, 373, 381, 395], "point": [369, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [357, 373, 381, 395]}, "data_type": "icon", "element_type": "icon", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "images_wordpress_admin_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0195.png", "id": "pbp_0195", "instruction": "Select the icon that performs this action: Choose a different default save format.", "bbox": [594, 439, 618, 462], "point": [606, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [594, 439, 618, 462]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0196.png", "id": "pbp_0196", "instruction": "Use the navigator preview.", "bbox": [22, 143, 204, 252], "point": [113, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [22, 143, 204, 252]}, "data_type": "other", "element_type": "other", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0197.png", "id": "pbp_0197", "instruction": "Open the Dashboard page menu.", "bbox": [568, 76, 639, 100], "point": [603, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [568, 76, 639, 100]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0198.png", "id": "pbp_0198", "instruction": "Refresh the diagram view.", "bbox": [222, 164, 245, 186], "point": [233, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 164, 245, 186]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0198.png", "id": "pbp_0198", "instruction": "Refresh the diagram view. The click should land on the icon.", "bbox": [222, 164, 245, 186], "point": [233, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 164, 245, 186]}, "data_type": "icon", "element_type": "icon", "app": "Xilinx Vivado", "app_slug": "vivado", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_vivado_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0199.png", "id": "pbp_0199", "instruction": "Start the container.", "bbox": [198, 369, 303, 394], "point": [250, 381], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 369, 303, 394]}, "data_type": "other", "element_type": "other", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0200.png", "id": "pbp_0200", "instruction": "Open trial_results in the data viewer.", "bbox": [731, 213, 841, 235], "point": [786, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 213, 841, 235]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0201.png", "id": "pbp_0201", "instruction": "Play the preview.", "bbox": [524, 383, 548, 407], "point": [536, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 383, 548, 407]}, "data_type": "other", "element_type": "other", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0202.png", "id": "pbp_0202", "instruction": "Show Nodes.", "bbox": [24, 271, 227, 302], "point": [125, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 271, 227, 302]}, "data_type": "other", "element_type": "other", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0203.png", "id": "pbp_0203", "instruction": "Open the .vscode folder.", "bbox": [52, 101, 114, 119], "point": [83, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [52, 101, 114, 119]}, "data_type": "icon", "element_type": "icon", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vscode_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0203.png", "id": "pbp_0203", "instruction": "Find the icon for this action: Open the .vscode folder.", "bbox": [52, 101, 114, 119], "point": [83, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [52, 101, 114, 119]}, "data_type": "icon", "element_type": "icon", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vscode_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0204.png", "id": "pbp_0204", "instruction": "Open settings filter options.", "bbox": [980, 216, 1007, 242], "point": [993, 229], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [980, 216, 1007, 242]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0205.png", "id": "pbp_0205", "instruction": "Open the outbox for this account.", "bbox": [40, 300, 60, 321], "point": [50, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 300, 60, 321]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0206.png", "id": "pbp_0206", "instruction": "Go back to the previous page.", "bbox": [4, 40, 30, 65], "point": [17, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [4, 40, 30, 65]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0207.png", "id": "pbp_0207", "instruction": "Open help resources.", "bbox": [655, 101, 680, 127], "point": [667, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [655, 101, 680, 127]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0208.png", "id": "pbp_0208", "instruction": "Go to the next page of results.", "bbox": [736, 653, 758, 675], "point": [747, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [736, 653, 758, 675]}, "data_type": "icon", "element_type": "icon", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "images_dbeaver_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0205.png", "id": "pbp_0205", "instruction": "Find the icon for this action: Open the outbox for this account.", "bbox": [40, 300, 60, 321], "point": [50, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 300, 60, 321]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0206.png", "id": "pbp_0206", "instruction": "Choose the icon itself for: Go back to the previous page.", "bbox": [4, 40, 30, 65], "point": [17, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [4, 40, 30, 65]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0207.png", "id": "pbp_0207", "instruction": "Click the icon itself for this action: Open help resources.", "bbox": [655, 101, 680, 127], "point": [667, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [655, 101, 680, 127]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_07_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0208.png", "id": "pbp_0208", "instruction": "Click the visual icon for this command: Go to the next page of results.", "bbox": [736, 653, 758, 675], "point": [747, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [736, 653, 758, 675]}, "data_type": "icon", "element_type": "icon", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "images_dbeaver_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0209.png", "id": "pbp_0209", "instruction": "Show documents.", "bbox": [293, 123, 381, 152], "point": [337, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 123, 381, 152]}, "data_type": "text", "element_type": "text", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_mongodb_compass_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0210.png", "id": "pbp_0210", "instruction": "Start creating a custom server.", "bbox": [371, 226, 421, 276], "point": [396, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 226, 421, 276]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0210.png", "id": "pbp_0210", "instruction": "For \"Start creating a custom server.\", click the icon itself.", "bbox": [371, 226, 421, 276], "point": [396, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 226, 421, 276]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0211.png", "id": "pbp_0211", "instruction": "Add a property.", "bbox": [256, 328, 365, 349], "point": [310, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [256, 328, 365, 349]}, "data_type": "text", "element_type": "text", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0212.png", "id": "pbp_0212", "instruction": "Show filtering options for settings.", "bbox": [948, 209, 973, 236], "point": [960, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 209, 973, 236]}, "data_type": "icon", "element_type": "icon", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_cura_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0213.png", "id": "pbp_0213", "instruction": "Turn off live updates.", "bbox": [902, 92, 935, 115], "point": [918, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [902, 92, 935, 115]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0212.png", "id": "pbp_0212", "instruction": "Target the icon, not its text label: Show filtering options for settings.", "bbox": [948, 209, 973, 236], "point": [960, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 209, 973, 236]}, "data_type": "icon", "element_type": "icon", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "images_cura_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0213.png", "id": "pbp_0213", "instruction": "Turn off live updates. Click on the actual icon.", "bbox": [902, 92, 935, 115], "point": [918, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [902, 92, 935, 115]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0214.png", "id": "pbp_0214", "instruction": "Open noVNC controls.", "bbox": [311, 191, 345, 507], "point": [328, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 191, 345, 507]}, "data_type": "other", "element_type": "other", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0215.png", "id": "pbp_0215", "instruction": "Change the profile.", "bbox": [838, 291, 1023, 312], "point": [930, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 291, 1023, 312]}, "data_type": "text", "element_type": "text", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_lightroom_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0216.png", "id": "pbp_0216", "instruction": "Go forward to the next file.", "bbox": [132, 34, 154, 56], "point": [143, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 34, 154, 56]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0217.png", "id": "pbp_0217", "instruction": "Collapse the Resources folder.", "bbox": [62, 196, 76, 210], "point": [69, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [62, 196, 76, 210]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0216.png", "id": "pbp_0216", "instruction": "Go forward to the next file. The intended target is the icon.", "bbox": [132, 34, 154, 56], "point": [143, 45], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 34, 154, 56]}, "data_type": "icon", "element_type": "icon", "app": "Xcode", "app_slug": "xcode", "app_category": "development", "platform": "macOS", "source_id": "images_xcode_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0217.png", "id": "pbp_0217", "instruction": "Click the toolbar icon for: Collapse the Resources folder.", "bbox": [62, 196, 76, 210], "point": [69, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [62, 196, 76, 210]}, "data_type": "icon", "element_type": "icon", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "images_obsidian_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0218.png", "id": "pbp_0218", "instruction": "Collapse RobotGuard.", "bbox": [43, 211, 59, 227], "point": [51, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [43, 211, 59, 227]}, "data_type": "other", "element_type": "other", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unity_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0219.png", "id": "pbp_0219", "instruction": "Open Command History settings.", "bbox": [949, 498, 970, 518], "point": [959, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 498, 970, 518]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0219.png", "id": "pbp_0219", "instruction": "Click the toolbar icon for: Open Command History settings.", "bbox": [949, 498, 970, 518], "point": [959, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 498, 970, 518]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0220.png", "id": "pbp_0220", "instruction": "Change the purchase occurrence rule.", "bbox": [266, 429, 367, 457], "point": [316, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 429, 367, 457]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0221.png", "id": "pbp_0221", "instruction": "Switch to list view.", "bbox": [288, 233, 326, 261], "point": [307, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 233, 326, 261]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0221.png", "id": "pbp_0221", "instruction": "Switch to list view. Choose the icon, not the adjacent label.", "bbox": [288, 233, 326, 261], "point": [307, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 233, 326, 261]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0222.png", "id": "pbp_0222", "instruction": "Launch Arp Verse 01.", "bbox": [291, 112, 369, 128], "point": [330, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 112, 369, 128]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0223.png", "id": "pbp_0223", "instruction": "Set the current frame.", "bbox": [545, 607, 615, 626], "point": [580, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 607, 615, 626]}, "data_type": "text", "element_type": "text", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0224.png", "id": "pbp_0224", "instruction": "Choose Box Blur.", "bbox": [390, 129, 528, 147], "point": [459, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [390, 129, 528, 147]}, "data_type": "text", "element_type": "text", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_krita_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0225.png", "id": "pbp_0225", "instruction": "Show deployment pods.", "bbox": [192, 365, 276, 386], "point": [234, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 365, 276, 386]}, "data_type": "text", "element_type": "text", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0226.png", "id": "pbp_0226", "instruction": "Search everywhere.", "bbox": [928, 4, 947, 21], "point": [937, 12], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 4, 947, 21]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0226.png", "id": "pbp_0226", "instruction": "For \"Search everywhere.\", choose the icon target.", "bbox": [928, 4, 947, 21], "point": [937, 12], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 4, 947, 21]}, "data_type": "icon", "element_type": "icon", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_android_studio_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0227.png", "id": "pbp_0227", "instruction": "Close the graph window.", "bbox": [942, 132, 980, 156], "point": [961, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 132, 980, 156]}, "data_type": "other", "element_type": "other", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0228.png", "id": "pbp_0228", "instruction": "Choose the Kick channel.", "bbox": [155, 134, 205, 153], "point": [180, 143], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 134, 205, 153]}, "data_type": "text", "element_type": "text", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0229.png", "id": "pbp_0229", "instruction": "Open imaging.", "bbox": [404, 189, 459, 212], "point": [431, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 189, 459, 212]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_10_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0230.png", "id": "pbp_0230", "instruction": "Show help.", "bbox": [848, 89, 865, 107], "point": [856, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 89, 865, 107]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0230.png", "id": "pbp_0230", "instruction": "Use the icon itself to do this: Show help.", "bbox": [848, 89, 865, 107], "point": [856, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 89, 865, 107]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0231.png", "id": "pbp_0231", "instruction": "Select Country.", "bbox": [97, 557, 247, 588], "point": [172, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [97, 557, 247, 588]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0232.png", "id": "pbp_0232", "instruction": "Open Alert rules.", "bbox": [310, 172, 699, 213], "point": [504, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 172, 699, 213]}, "data_type": "other", "element_type": "other", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0233.png", "id": "pbp_0233", "instruction": "Open the meeting chat panel.", "bbox": [454, 52, 488, 86], "point": [471, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 52, 488, 86]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0233.png", "id": "pbp_0233", "instruction": "Target the icon for this command: Open the meeting chat panel.", "bbox": [454, 52, 488, 86], "point": [471, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 52, 488, 86]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0234.png", "id": "pbp_0234", "instruction": "View the autosaved recovery file.", "bbox": [917, 201, 947, 218], "point": [932, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [917, 201, 947, 218]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0235.png", "id": "pbp_0235", "instruction": "Open worker-blue-03.", "bbox": [338, 300, 453, 318], "point": [395, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 300, 453, 318]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0236.png", "id": "pbp_0236", "instruction": "Set the start date.", "bbox": [854, 525, 1020, 556], "point": [937, 540], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [854, 525, 1020, 556]}, "data_type": "text", "element_type": "text", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_trello_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0237.png", "id": "pbp_0237", "instruction": "Open The Daily Tech Brief.", "bbox": [14, 238, 208, 280], "point": [111, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [14, 238, 208, 280]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_07_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0238.png", "id": "pbp_0238", "instruction": "Start playback.", "bbox": [293, 5, 318, 33], "point": [305, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 5, 318, 33]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0239.png", "id": "pbp_0239", "instruction": "Open analytics.", "bbox": [2, 321, 95, 348], "point": [48, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 321, 95, 348]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0240.png", "id": "pbp_0240", "instruction": "Adjust brush assistance settings.", "bbox": [767, 58, 789, 79], "point": [778, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [767, 58, 789, 79]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0241.png", "id": "pbp_0241", "instruction": "Open settings.", "bbox": [959, 104, 979, 124], "point": [969, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 104, 979, 124]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0239.png", "id": "pbp_0239", "instruction": "Click the visual icon for this command: Open analytics.", "bbox": [2, 321, 95, 348], "point": [48, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 321, 95, 348]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0240.png", "id": "pbp_0240", "instruction": "Find the icon for this action: Adjust brush assistance settings.", "bbox": [767, 58, 789, 79], "point": [778, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [767, 58, 789, 79]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0241.png", "id": "pbp_0241", "instruction": "Open settings. The click should land on the icon.", "bbox": [959, 104, 979, 124], "point": [969, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 104, 979, 124]}, "data_type": "icon", "element_type": "icon", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "images_jira_03_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0242.png", "id": "pbp_0242", "instruction": "Select Doubles.", "bbox": [592, 82, 670, 102], "point": [631, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 82, 670, 102]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0243.png", "id": "pbp_0243", "instruction": "Zoom the model.", "bbox": [986, 397, 1014, 425], "point": [1000, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [986, 397, 1014, 425]}, "data_type": "other", "element_type": "other", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0244.png", "id": "pbp_0244", "instruction": "Activate analysis_batch.sps.", "bbox": [515, 125, 610, 142], "point": [562, 133], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [515, 125, 610, 142]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0245.png", "id": "pbp_0245", "instruction": "Close Developer Tools.", "bbox": [999, 72, 1021, 94], "point": [1010, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [999, 72, 1021, 94]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0246.png", "id": "pbp_0246", "instruction": "Adjust activity filters.", "bbox": [975, 389, 998, 412], "point": [986, 400], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [975, 389, 998, 412]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0245.png", "id": "pbp_0245", "instruction": "For \"Close Developer Tools.\", click the icon itself.", "bbox": [999, 72, 1021, 94], "point": [1010, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [999, 72, 1021, 94]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_03_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0246.png", "id": "pbp_0246", "instruction": "For \"Adjust activity filters.\", click the icon itself.", "bbox": [975, 389, 998, 412], "point": [986, 400], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [975, 389, 998, 412]}, "data_type": "icon", "element_type": "icon", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "images_salesforce_01_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0247.png", "id": "pbp_0247", "instruction": "Search the World Outliner.", "bbox": [769, 107, 1023, 128], "point": [896, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [769, 107, 1023, 128]}, "data_type": "text", "element_type": "text", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_unreal_engine_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0248.png", "id": "pbp_0248", "instruction": "Increase display brightness reference.", "bbox": [912, 391, 952, 426], "point": [932, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [912, 391, 952, 426]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0249.png", "id": "pbp_0249", "instruction": "Execute one step of the VI.", "bbox": [96, 60, 121, 84], "point": [108, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [96, 60, 121, 84]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0248.png", "id": "pbp_0248", "instruction": "For \"Increase display brightness reference.\", put the click on the icon.", "bbox": [912, 391, 952, 426], "point": [932, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [912, 391, 952, 426]}, "data_type": "icon", "element_type": "icon", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "images_ios_settings_04_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0249.png", "id": "pbp_0249", "instruction": "For \"Execute one step of the VI.\", select the icon control.", "bbox": [96, 60, 121, 84], "point": [108, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [96, 60, 121, 84]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_05_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0250.png", "id": "pbp_0250", "instruction": "Enter 5.", "bbox": [848, 273, 924, 350], "point": [886, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 273, 924, 350]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0251.png", "id": "pbp_0251", "instruction": "Review the recipient Jordan Lee.", "bbox": [370, 525, 432, 541], "point": [401, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 525, 432, 541]}, "data_type": "text", "element_type": "text", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0252.png", "id": "pbp_0252", "instruction": "Change media change popup behavior.", "bbox": [559, 395, 660, 414], "point": [609, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [559, 395, 660, 414]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0253.png", "id": "pbp_0253", "instruction": "Rollback this release.", "bbox": [883, 283, 950, 313], "point": [916, 298], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [883, 283, 950, 313]}, "data_type": "text", "element_type": "text", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0254.png", "id": "pbp_0254", "instruction": "Go to the MongoDB home view.", "bbox": [32, 80, 53, 110], "point": [42, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 80, 53, 110]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0254.png", "id": "pbp_0254", "instruction": "Return the click point on the icon for: Go to the MongoDB home view.", "bbox": [32, 80, 53, 110], "point": [42, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 80, 53, 110]}, "data_type": "icon", "element_type": "icon", "app": "MongoDB Compass", "app_slug": "mongodb_compass", "app_category": "development", "platform": "macOS", "source_id": "images_mongodb_compass_01_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0255.png", "id": "pbp_0255", "instruction": "Proceed to payment.", "bbox": [915, 575, 1005, 611], "point": [960, 593], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 575, 1005, 611]}, "data_type": "other", "element_type": "other", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0256.png", "id": "pbp_0256", "instruction": "Edit Grace Hopper's role.", "bbox": [693, 366, 781, 398], "point": [737, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [693, 366, 781, 398]}, "data_type": "other", "element_type": "other", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_notion_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0257.png", "id": "pbp_0257", "instruction": "Show command history.", "bbox": [132, 43, 159, 67], "point": [145, 55], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 43, 159, 67]}, "data_type": "other", "element_type": "other", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0258.png", "id": "pbp_0258", "instruction": "Swap rows and columns.", "bbox": [434, 54, 463, 82], "point": [448, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [434, 54, 463, 82]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0258.png", "id": "pbp_0258", "instruction": "Swap rows and columns. Select the icon itself.", "bbox": [434, 54, 463, 82], "point": [448, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [434, 54, 463, 82]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0259.png", "id": "pbp_0259", "instruction": "Show UDP conversations.", "bbox": [699, 481, 728, 498], "point": [713, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [699, 481, 728, 498]}, "data_type": "text", "element_type": "text", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_wireshark_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0260.png", "id": "pbp_0260", "instruction": "Select Low Frequency layer.", "bbox": [831, 488, 995, 528], "point": [913, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 488, 995, 528]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0261.png", "id": "pbp_0261", "instruction": "Increase the price increment value.", "bbox": [1005, 376, 1023, 397], "point": [1014, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1005, 376, 1023, 397]}, "data_type": "icon", "element_type": "icon", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "images_trading_platform_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0262.png", "id": "pbp_0262", "instruction": "Open statistical tools.", "bbox": [676, 53, 702, 80], "point": [689, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [676, 53, 702, 80]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0261.png", "id": "pbp_0261", "instruction": "Find the icon for this action: Increase the price increment value.", "bbox": [1005, 376, 1023, 397], "point": [1014, 386], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1005, 376, 1023, 397]}, "data_type": "icon", "element_type": "icon", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "images_trading_platform_01_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0262.png", "id": "pbp_0262", "instruction": "Use the graphical icon for this action: Open statistical tools.", "bbox": [676, 53, 702, 80], "point": [689, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [676, 53, 702, 80]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0263.png", "id": "pbp_0263", "instruction": "Open Scene 2.", "bbox": [79, 88, 137, 114], "point": [108, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [79, 88, 137, 114]}, "data_type": "text", "element_type": "text", "app": "SketchUp Pro", "app_slug": "sketchup", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_sketchup_08_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0264.png", "id": "pbp_0264", "instruction": "View Notifications settings.", "bbox": [73, 673, 334, 710], "point": [203, 691], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [73, 673, 334, 710]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0265.png", "id": "pbp_0265", "instruction": "Restart the virtual machine.", "bbox": [297, 70, 325, 98], "point": [311, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 70, 325, 98]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0265.png", "id": "pbp_0265", "instruction": "Click the icon control for: Restart the virtual machine.", "bbox": [297, 70, 325, 98], "point": [311, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 70, 325, 98]}, "data_type": "icon", "element_type": "icon", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_vmware_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0266.png", "id": "pbp_0266", "instruction": "Change build plate adhesion.", "bbox": [879, 98, 902, 122], "point": [890, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [879, 98, 902, 122]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0267.png", "id": "pbp_0267", "instruction": "Mark this task complete.", "bbox": [744, 170, 851, 198], "point": [797, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 170, 851, 198]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0268.png", "id": "pbp_0268", "instruction": "Change the file language mode.", "bbox": [764, 686, 894, 706], "point": [829, 696], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 686, 894, 706]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0269.png", "id": "pbp_0269", "instruction": "Place a filled zone.", "bbox": [31, 104, 56, 130], "point": [43, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 104, 56, 130]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_02_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0269.png", "id": "pbp_0269", "instruction": "Use the icon itself to do this: Place a filled zone.", "bbox": [31, 104, 56, 130], "point": [43, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 104, 56, 130]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_02_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0270.png", "id": "pbp_0270", "instruction": "Create a linked offset.", "bbox": [189, 358, 384, 382], "point": [286, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [189, 358, 384, 382]}, "data_type": "text", "element_type": "text", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0271.png", "id": "pbp_0271", "instruction": "Review who can see this video.", "bbox": [717, 473, 735, 491], "point": [726, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 473, 735, 491]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0271.png", "id": "pbp_0271", "instruction": "For \"Review who can see this video.\", put the click on the icon.", "bbox": [717, 473, 735, 491], "point": [726, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 473, 735, 491]}, "data_type": "icon", "element_type": "icon", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "images_youtube_studio_02_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0272.png", "id": "pbp_0272", "instruction": "Show the overview.", "bbox": [63, 202, 245, 228], "point": [154, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [63, 202, 245, 228]}, "data_type": "other", "element_type": "other", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0273.png", "id": "pbp_0273", "instruction": "Open Messages.", "bbox": [191, 697, 241, 754], "point": [216, 725], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 697, 241, 754]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0273.png", "id": "pbp_0273", "instruction": "For \"Open Messages.\", use the graphical icon.", "bbox": [191, 697, 241, 754], "point": [216, 725], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [191, 697, 241, 754]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_07_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0274.png", "id": "pbp_0274", "instruction": "Delete the selected item.", "bbox": [497, 270, 658, 297], "point": [577, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [497, 270, 658, 297]}, "data_type": "other", "element_type": "other", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0275.png", "id": "pbp_0275", "instruction": "Open Design Review.", "bbox": [558, 416, 660, 483], "point": [609, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [558, 416, 660, 483]}, "data_type": "text", "element_type": "text", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0276.png", "id": "pbp_0276", "instruction": "Set a status message.", "bbox": [741, 277, 955, 316], "point": [848, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 277, 955, 316]}, "data_type": "other", "element_type": "other", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_teams_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0277.png", "id": "pbp_0277", "instruction": "Open the display settings.", "bbox": [241, 244, 261, 261], "point": [251, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 244, 261, 261]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0277.png", "id": "pbp_0277", "instruction": "For this task, click the icon itself: Open the display settings.", "bbox": [241, 244, 261, 261], "point": [251, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [241, 244, 261, 261]}, "data_type": "icon", "element_type": "icon", "app": "Krita", "app_slug": "krita", "app_category": "creative", "platform": "Windows 11", "source_id": "images_krita_09_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0278.png", "id": "pbp_0278", "instruction": "Customize the task list.", "bbox": [163, 307, 248, 338], "point": [205, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [163, 307, 248, 338]}, "data_type": "text", "element_type": "text", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_quartus_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0279.png", "id": "pbp_0279", "instruction": "See more media.", "bbox": [627, 384, 648, 403], "point": [637, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [627, 384, 648, 403]}, "data_type": "other", "element_type": "other", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_steam_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0280.png", "id": "pbp_0280", "instruction": "Configure in-app notifications.", "bbox": [692, 341, 761, 368], "point": [726, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [692, 341, 761, 368]}, "data_type": "other", "element_type": "other", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0281.png", "id": "pbp_0281", "instruction": "Open the Michael O’Connor menu.", "bbox": [748, 87, 889, 121], "point": [818, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 87, 889, 121]}, "data_type": "other", "element_type": "other", "app": "online banking web portal in a browser", "app_slug": "banking_app", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_banking_app_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0282.png", "id": "pbp_0282", "instruction": "Adjust the view zoom.", "bbox": [675, 680, 746, 694], "point": [710, 687], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [675, 680, 746, 694]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0283.png", "id": "pbp_0283", "instruction": "Add a new workspace tab.", "bbox": [824, 31, 843, 45], "point": [833, 38], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 31, 843, 45]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0284.png", "id": "pbp_0284", "instruction": "Search the available tools.", "bbox": [917, 75, 941, 99], "point": [929, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [917, 75, 941, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0283.png", "id": "pbp_0283", "instruction": "For \"Add a new workspace tab.\", click the actual icon.", "bbox": [824, 31, 843, 45], "point": [833, 38], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [824, 31, 843, 45]}, "data_type": "icon", "element_type": "icon", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "images_blender_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0284.png", "id": "pbp_0284", "instruction": "Search the available tools. The click should land on the icon.", "bbox": [917, 75, 941, 99], "point": [929, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [917, 75, 941, 99]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0285.png", "id": "pbp_0285", "instruction": "Delete this action.", "bbox": [766, 639, 899, 682], "point": [832, 660], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [766, 639, 899, 682]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0286.png", "id": "pbp_0286", "instruction": "Toggle document outline by default.", "bbox": [392, 225, 556, 255], "point": [474, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 225, 556, 255]}, "data_type": "other", "element_type": "other", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0287.png", "id": "pbp_0287", "instruction": "Enter invite emails.", "bbox": [408, 275, 615, 305], "point": [511, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 275, 615, 305]}, "data_type": "text", "element_type": "text", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0288.png", "id": "pbp_0288", "instruction": "Open Hallway Motion.", "bbox": [279, 370, 624, 513], "point": [451, 441], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 370, 624, 513]}, "data_type": "text", "element_type": "text", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0289.png", "id": "pbp_0289", "instruction": "Show more DevTools tabs.", "bbox": [789, 270, 814, 293], "point": [801, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [789, 270, 814, 293]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_05_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0290.png", "id": "pbp_0290", "instruction": "Open drafts and sent items.", "bbox": [74, 187, 96, 209], "point": [85, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 187, 96, 209]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0289.png", "id": "pbp_0289", "instruction": "For this task, click the icon itself: Show more DevTools tabs.", "bbox": [789, 270, 814, 293], "point": [801, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [789, 270, 814, 293]}, "data_type": "icon", "element_type": "icon", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "images_chrome_devtools_05_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0290.png", "id": "pbp_0290", "instruction": "Open drafts and sent items. The intended target is the icon.", "bbox": [74, 187, 96, 209], "point": [85, 198], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [74, 187, 96, 209]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0291.png", "id": "pbp_0291", "instruction": "Maximize the terminal panel.", "bbox": [811, 548, 827, 564], "point": [819, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [811, 548, 827, 564]}, "data_type": "other", "element_type": "other", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0292.png", "id": "pbp_0292", "instruction": "Set transition duration.", "bbox": [703, 553, 775, 576], "point": [739, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [703, 553, 775, 576]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0293.png", "id": "pbp_0293", "instruction": "Close the Filters for Webcam window.", "bbox": [756, 70, 781, 90], "point": [768, 80], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 70, 781, 90]}, "data_type": "other", "element_type": "other", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0294.png", "id": "pbp_0294", "instruction": "Open navigation.", "bbox": [2, 147, 57, 219], "point": [29, 183], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 147, 57, 219]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0294.png", "id": "pbp_0294", "instruction": "In the UI, click the icon for: Open navigation.", "bbox": [2, 147, 57, 219], "point": [29, 183], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 147, 57, 219]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0295.png", "id": "pbp_0295", "instruction": "Open the Analytics team entry.", "bbox": [929, 203, 993, 226], "point": [961, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 203, 993, 226]}, "data_type": "other", "element_type": "other", "app": "Airtable", "app_slug": "airtable", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_airtable_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0296.png", "id": "pbp_0296", "instruction": "Add a printer.", "bbox": [82, 201, 225, 232], "point": [153, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [82, 201, 225, 232]}, "data_type": "text", "element_type": "text", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0297.png", "id": "pbp_0297", "instruction": "Browse socket head bolts.", "bbox": [213, 282, 293, 303], "point": [253, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [213, 282, 293, 303]}, "data_type": "text", "element_type": "text", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_inventor_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0298.png", "id": "pbp_0298", "instruction": "Lock the logo track.", "bbox": [20, 565, 34, 580], "point": [27, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 565, 34, 580]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0298.png", "id": "pbp_0298", "instruction": "Target the icon, not its text label: Lock the logo track.", "bbox": [20, 565, 34, 580], "point": [27, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 565, 34, 580]}, "data_type": "icon", "element_type": "icon", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "images_capcut_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0299.png", "id": "pbp_0299", "instruction": "Switch to UserService.java.", "bbox": [296, 72, 414, 102], "point": [355, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 72, 414, 102]}, "data_type": "text", "element_type": "text", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0300.png", "id": "pbp_0300", "instruction": "Play 10 - Encore - Chopin - Po....", "bbox": [168, 298, 366, 320], "point": [267, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [168, 298, 366, 320]}, "data_type": "text", "element_type": "text", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_vlc_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0301.png", "id": "pbp_0301", "instruction": "Close the friends list window.", "bbox": [925, 89, 947, 111], "point": [936, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [925, 89, 947, 111]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0301.png", "id": "pbp_0301", "instruction": "Click the visual icon for this command: Close the friends list window.", "bbox": [925, 89, 947, 111], "point": [936, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [925, 89, 947, 111]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0302.png", "id": "pbp_0302", "instruction": "Mark Ownership.", "bbox": [478, 495, 494, 510], "point": [486, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [478, 495, 494, 510]}, "data_type": "other", "element_type": "other", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0303.png", "id": "pbp_0303", "instruction": "Adjust the brightness level.", "bbox": [713, 269, 750, 282], "point": [731, 275], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 269, 750, 282]}, "data_type": "icon", "element_type": "icon", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_vlc_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0303.png", "id": "pbp_0303", "instruction": "Adjust the brightness level. Use the icon target.", "bbox": [713, 269, 750, 282], "point": [731, 275], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 269, 750, 282]}, "data_type": "icon", "element_type": "icon", "app": "VLC Media Player", "app_slug": "vlc", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_vlc_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0304.png", "id": "pbp_0304", "instruction": "Open Battery settings.", "bbox": [68, 468, 373, 505], "point": [220, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [68, 468, 373, 505]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0305.png", "id": "pbp_0305", "instruction": "Create a new note.", "bbox": [972, 315, 1023, 339], "point": [997, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [972, 315, 1023, 339]}, "data_type": "text", "element_type": "text", "app": "MediChart EHR (fictional)", "app_slug": "ehr_system", "app_category": "enterprise", "platform": "Windows 11", "source_id": "dreamed_gui_1000_ehr_system_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0306.png", "id": "pbp_0306", "instruction": "Favorite Customer Journey Map.", "bbox": [558, 344, 579, 364], "point": [568, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [558, 344, 579, 364]}, "data_type": "other", "element_type": "other", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} @@ -312,30 +312,30 @@ {"file_name": "0311.png", "id": "pbp_0311", "instruction": "Send the chat message.", "bbox": [990, 416, 1012, 440], "point": [1001, 428], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 416, 1012, 440]}, "data_type": "other", "element_type": "other", "app": "chess.com in a browser", "app_slug": "chess_com", "app_category": "consumer", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_chess_com_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0312.png", "id": "pbp_0312", "instruction": "Use the blue swirl wallpaper.", "bbox": [396, 449, 480, 533], "point": [438, 491], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [396, 449, 480, 533]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0313.png", "id": "pbp_0313", "instruction": "Change the zoom level.", "bbox": [100, 676, 167, 695], "point": [133, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [100, 676, 167, 695]}, "data_type": "other", "element_type": "other", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0314.png", "id": "pbp_0314", "instruction": "Adjust the view options.", "bbox": [797, 150, 821, 174], "point": [809, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 150, 821, 174]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0314.png", "id": "pbp_0314", "instruction": "Click the toolbar icon for: Adjust the view options.", "bbox": [797, 150, 821, 174], "point": [809, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 150, 821, 174]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0315.png", "id": "pbp_0315", "instruction": "Go back.", "bbox": [219, 59, 249, 89], "point": [234, 74], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 59, 249, 89]}, "data_type": "other", "element_type": "other", "app": "Spotify desktop app", "app_slug": "spotify", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spotify_01_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0316.png", "id": "pbp_0316", "instruction": "Undo the last change.", "bbox": [31, 53, 55, 77], "point": [43, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 53, 55, 77]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0317.png", "id": "pbp_0317", "instruction": "Dismiss the saved passport details message.", "bbox": [657, 667, 682, 692], "point": [669, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 667, 682, 692]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0318.png", "id": "pbp_0318", "instruction": "Browse templates.", "bbox": [472, 95, 492, 115], "point": [482, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 95, 492, 115]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_08_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0319.png", "id": "pbp_0319", "instruction": "Open meeting apps.", "bbox": [555, 614, 590, 661], "point": [572, 637], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [555, 614, 590, 661]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0316.png", "id": "pbp_0316", "instruction": "Undo the last change. The click should land on the icon.", "bbox": [31, 53, 55, 77], "point": [43, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 53, 55, 77]}, "data_type": "icon", "element_type": "icon", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "images_reaper_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0317.png", "id": "pbp_0317", "instruction": "Choose the icon itself for: Dismiss the saved passport details message.", "bbox": [657, 667, 682, 692], "point": [669, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 667, 682, 692]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0318.png", "id": "pbp_0318", "instruction": "Target the icon for this command: Browse templates.", "bbox": [472, 95, 492, 115], "point": [482, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 95, 492, 115]}, "data_type": "icon", "element_type": "icon", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "images_trello_08_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0319.png", "id": "pbp_0319", "instruction": "Use the graphical icon for this action: Open meeting apps.", "bbox": [555, 614, 590, 661], "point": [572, 637], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [555, 614, 590, 661]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0320.png", "id": "pbp_0320", "instruction": "Edit the orders endpoint URL.", "bbox": [404, 158, 893, 192], "point": [648, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 158, 893, 192]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0321.png", "id": "pbp_0321", "instruction": "Open scheduling options.", "bbox": [722, 616, 823, 641], "point": [772, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [722, 616, 823, 641]}, "data_type": "other", "element_type": "other", "app": "Microsoft Outlook", "app_slug": "outlook", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_outlook_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0322.png", "id": "pbp_0322", "instruction": "Continue to the next step.", "bbox": [597, 523, 660, 554], "point": [628, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 523, 660, 554]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0322.png", "id": "pbp_0322", "instruction": "Click the visual icon for this command: Continue to the next step.", "bbox": [597, 523, 660, 554], "point": [628, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 523, 660, 554]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_08_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0323.png", "id": "pbp_0323", "instruction": "Open README.md.", "bbox": [8, 613, 153, 632], "point": [80, 622], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 613, 153, 632]}, "data_type": "other", "element_type": "other", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_sublime_text_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0324.png", "id": "pbp_0324", "instruction": "Copy the issue reference.", "bbox": [609, 114, 623, 129], "point": [616, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 114, 623, 129]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_04_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0324.png", "id": "pbp_0324", "instruction": "Copy the issue reference. Click on the actual icon.", "bbox": [609, 114, 623, 129], "point": [616, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 114, 623, 129]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_04_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0325.png", "id": "pbp_0325", "instruction": "Open Logcat.", "bbox": [341, 503, 413, 524], "point": [377, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 503, 413, 524]}, "data_type": "text", "element_type": "text", "app": "Android Studio", "app_slug": "android_studio", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_android_studio_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0326.png", "id": "pbp_0326", "instruction": "Go to the previous match.", "bbox": [775, 217, 810, 252], "point": [792, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [775, 217, 810, 252]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0327.png", "id": "pbp_0327", "instruction": "Show the document’s file icon.", "bbox": [515, 87, 533, 107], "point": [524, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [515, 87, 533, 107]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_08_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0328.png", "id": "pbp_0328", "instruction": "Run a quick automatic optimization.", "bbox": [534, 48, 554, 71], "point": [544, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 48, 554, 71]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0328.png", "id": "pbp_0328", "instruction": "For \"Run a quick automatic optimization.\", use the graphical icon.", "bbox": [534, 48, 554, 71], "point": [544, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 48, 554, 71]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0329.png", "id": "pbp_0329", "instruction": "Open EC2 Global View.", "bbox": [802, 110, 920, 138], "point": [861, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [802, 110, 920, 138]}, "data_type": "text", "element_type": "text", "app": "AWS Management Console", "app_slug": "aws_console", "app_category": "enterprise", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_aws_console_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0330.png", "id": "pbp_0330", "instruction": "Collapse the Modem section.", "bbox": [488, 89, 504, 104], "point": [496, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 89, 504, 104]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0330.png", "id": "pbp_0330", "instruction": "Click the small icon associated with: Collapse the Modem section.", "bbox": [488, 89, 504, 104], "point": [496, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 89, 504, 104]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0331.png", "id": "pbp_0331", "instruction": "Play the audio.", "bbox": [23, 57, 61, 95], "point": [42, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [23, 57, 61, 95]}, "data_type": "other", "element_type": "other", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0332.png", "id": "pbp_0332", "instruction": "Filter files by name.", "bbox": [26, 179, 231, 209], "point": [128, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [26, 179, 231, 209]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0333.png", "id": "pbp_0333", "instruction": "Dismiss the time stretching popup.", "bbox": [459, 73, 476, 90], "point": [467, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [459, 73, 476, 90]}, "data_type": "other", "element_type": "other", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_09_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0334.png", "id": "pbp_0334", "instruction": "Open Graphics settings.", "bbox": [291, 249, 382, 274], "point": [336, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 249, 382, 274]}, "data_type": "other", "element_type": "other", "app": "Autodesk Revit", "app_slug": "revit", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_revit_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0335.png", "id": "pbp_0335", "instruction": "Show gridlines.", "bbox": [342, 92, 364, 114], "point": [353, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 92, 364, 114]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0336.png", "id": "pbp_0336", "instruction": "Collapse the Lighting folder.", "bbox": [799, 164, 818, 174], "point": [808, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [799, 164, 818, 174]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0337.png", "id": "pbp_0337", "instruction": "Open the editor and debugger preference category.", "bbox": [351, 254, 366, 270], "point": [358, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [351, 254, 366, 270]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0336.png", "id": "pbp_0336", "instruction": "Collapse the Lighting folder. The intended target is the icon.", "bbox": [799, 164, 818, 174], "point": [808, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [799, 164, 818, 174]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_08_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0337.png", "id": "pbp_0337", "instruction": "For \"Open the editor and debugger preference category.\", click the actual icon.", "bbox": [351, 254, 366, 270], "point": [358, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [351, 254, 366, 270]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0338.png", "id": "pbp_0338", "instruction": "Filter the properties list.", "bbox": [812, 146, 993, 170], "point": [902, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [812, 146, 993, 170]}, "data_type": "text", "element_type": "text", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "dreamed_gui_1000_godot_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0339.png", "id": "pbp_0339", "instruction": "Share this file.", "bbox": [830, 72, 875, 100], "point": [852, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 72, 875, 100]}, "data_type": "other", "element_type": "other", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0340.png", "id": "pbp_0340", "instruction": "Add a card to To Do.", "bbox": [225, 535, 446, 567], "point": [335, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 535, 446, 567]}, "data_type": "text", "element_type": "text", "app": "Trello", "app_slug": "trello", "app_category": "productivity", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_trello_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} @@ -345,95 +345,95 @@ {"file_name": "0344.png", "id": "pbp_0344", "instruction": "Cancel issue creation.", "bbox": [562, 590, 611, 615], "point": [586, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [562, 590, 611, 615]}, "data_type": "text", "element_type": "text", "app": "Jira Software in Chrome", "app_slug": "jira", "app_category": "productivity", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_jira_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0345.png", "id": "pbp_0345", "instruction": "Zoom the plot.", "bbox": [625, 444, 676, 464], "point": [650, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 444, 676, 464]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_01_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0346.png", "id": "pbp_0346", "instruction": "Toggle key snap.", "bbox": [660, 662, 675, 676], "point": [667, 669], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [660, 662, 675, 676]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0347.png", "id": "pbp_0347", "instruction": "Save the document.", "bbox": [341, 38, 361, 58], "point": [351, 48], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 38, 361, 58]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0347.png", "id": "pbp_0347", "instruction": "For \"Save the document.\", select the icon control.", "bbox": [341, 38, 361, 58], "point": [351, 48], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 38, 361, 58]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_03_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0348.png", "id": "pbp_0348", "instruction": "Manage HA.", "bbox": [889, 186, 1009, 212], "point": [949, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [889, 186, 1009, 212]}, "data_type": "text", "element_type": "text", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_proxmox_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0349.png", "id": "pbp_0349", "instruction": "Add auto layout.", "bbox": [431, 418, 570, 447], "point": [500, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [431, 418, 570, 447]}, "data_type": "text", "element_type": "text", "app": "Figma", "app_slug": "figma", "app_category": "creative", "platform": "macOS Sonoma (desktop app)", "source_id": "dreamed_gui_1000_figma_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0350.png", "id": "pbp_0350", "instruction": "Choose the libssl3 package.", "bbox": [307, 440, 736, 472], "point": [521, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 440, 736, 472]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0350.png", "id": "pbp_0350", "instruction": "Use the graphical icon for this action: Choose the libssl3 package.", "bbox": [307, 440, 736, 472], "point": [521, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 440, 736, 472]}, "data_type": "icon", "element_type": "icon", "app": "Ubuntu 24.04 GNOME desktop", "app_slug": "linux", "app_category": "os_commons", "platform": "Ubuntu 24.04", "source_id": "images_linux_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0351.png", "id": "pbp_0351", "instruction": "Select capacitor C3.", "bbox": [476, 447, 530, 564], "point": [503, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [476, 447, 530, 564]}, "data_type": "text", "element_type": "text", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_kicad_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0352.png", "id": "pbp_0352", "instruction": "Search the project settings.", "bbox": [386, 158, 406, 178], "point": [396, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 158, 406, 178]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0352.png", "id": "pbp_0352", "instruction": "On this screen, choose the icon for: Search the project settings.", "bbox": [386, 158, 406, 178], "point": [396, 168], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 158, 406, 178]}, "data_type": "icon", "element_type": "icon", "app": "Unreal Engine 5", "app_slug": "unreal_engine", "app_category": "creative", "platform": "Windows 11", "source_id": "images_unreal_engine_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0353.png", "id": "pbp_0353", "instruction": "Choose Stacked Sequence Structure.", "bbox": [439, 337, 684, 377], "point": [561, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [439, 337, 684, 377]}, "data_type": "text", "element_type": "text", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_labview_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0354.png", "id": "pbp_0354", "instruction": "Open options for Japanese N4 vocab.", "bbox": [732, 240, 771, 273], "point": [751, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 240, 771, 273]}, "data_type": "other", "element_type": "other", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "dreamed_gui_1000_anki_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0355.png", "id": "pbp_0355", "instruction": "Trash James Carter's comment.", "bbox": [560, 493, 595, 511], "point": [577, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 493, 595, 511]}, "data_type": "other", "element_type": "other", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_07_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0356.png", "id": "pbp_0356", "instruction": "Maximize the Add FX window.", "bbox": [832, 208, 848, 224], "point": [840, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [832, 208, 848, 224]}, "data_type": "other", "element_type": "other", "app": "REAPER", "app_slug": "reaper", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_reaper_08_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0357.png", "id": "pbp_0357", "instruction": "Align text to the right.", "bbox": [920, 78, 940, 101], "point": [930, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [920, 78, 940, 101]}, "data_type": "icon", "element_type": "icon", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_origin_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0358.png", "id": "pbp_0358", "instruction": "Abort execution.", "bbox": [86, 53, 98, 65], "point": [92, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [86, 53, 98, 65]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0357.png", "id": "pbp_0357", "instruction": "Click the visual icon for this command: Align text to the right.", "bbox": [920, 78, 940, 101], "point": [930, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [920, 78, 940, 101]}, "data_type": "icon", "element_type": "icon", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_origin_03_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0358.png", "id": "pbp_0358", "instruction": "For this task, click the icon itself: Abort execution.", "bbox": [86, 53, 98, 65], "point": [92, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [86, 53, 98, 65]}, "data_type": "icon", "element_type": "icon", "app": "NI LabVIEW", "app_slug": "labview", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_labview_04_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0359.png", "id": "pbp_0359", "instruction": "Add a task.", "bbox": [226, 171, 314, 197], "point": [270, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 171, 314, 197]}, "data_type": "text", "element_type": "text", "app": "Asana", "app_slug": "asana", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_asana_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0360.png", "id": "pbp_0360", "instruction": "Open Parking Assist.", "bbox": [608, 471, 737, 554], "point": [672, 512], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 471, 737, 554]}, "data_type": "other", "element_type": "other", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "dreamed_gui_1000_car_infotainment_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0361.png", "id": "pbp_0361", "instruction": "Rotate a component freely.", "bbox": [115, 85, 173, 112], "point": [144, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [115, 85, 173, 112]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_inventor_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0361.png", "id": "pbp_0361", "instruction": "Click the icon control for: Rotate a component freely.", "bbox": [115, 85, 173, 112], "point": [144, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [115, 85, 173, 112]}, "data_type": "icon", "element_type": "icon", "app": "Autodesk Inventor Professional", "app_slug": "inventor", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_inventor_10_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0362.png", "id": "pbp_0362", "instruction": "Open the To Do column.", "bbox": [50, 130, 124, 156], "point": [87, 143], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 130, 124, 156]}, "data_type": "text", "element_type": "text", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0363.png", "id": "pbp_0363", "instruction": "Select Product Marketing.", "bbox": [600, 334, 771, 447], "point": [685, 390], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 334, 771, 447]}, "data_type": "other", "element_type": "other", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "dreamed_gui_1000_zoom_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0364.png", "id": "pbp_0364", "instruction": "Close Track & Via Properties.", "bbox": [645, 306, 675, 335], "point": [660, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 306, 675, 335]}, "data_type": "text", "element_type": "text", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_kicad_04_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0365.png", "id": "pbp_0365", "instruction": "Open the account menu.", "bbox": [831, 9, 850, 26], "point": [840, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 9, 850, 26]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0366.png", "id": "pbp_0366", "instruction": "Open the workspace profile.", "bbox": [76, 106, 105, 135], "point": [90, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 106, 105, 135]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_10_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0367.png", "id": "pbp_0367", "instruction": "Check battery status.", "bbox": [878, 22, 914, 49], "point": [896, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [878, 22, 914, 49]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0365.png", "id": "pbp_0365", "instruction": "Open the account menu. Click on the actual icon.", "bbox": [831, 9, 850, 26], "point": [840, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 9, 850, 26]}, "data_type": "icon", "element_type": "icon", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "images_steam_06_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0366.png", "id": "pbp_0366", "instruction": "Locate the matching icon and click it: Open the workspace profile.", "bbox": [76, 106, 105, 135], "point": [90, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 106, 105, 135]}, "data_type": "icon", "element_type": "icon", "app": "Notion desktop", "app_slug": "notion", "app_category": "productivity", "platform": "macOS Sonoma", "source_id": "images_notion_10_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0367.png", "id": "pbp_0367", "instruction": "For this task, click the icon itself: Check battery status.", "bbox": [878, 22, 914, 49], "point": [896, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [878, 22, 914, 49]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_10_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0368.png", "id": "pbp_0368", "instruction": "Reset these settings.", "bbox": [227, 526, 308, 549], "point": [267, 537], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 526, 308, 549]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0369.png", "id": "pbp_0369", "instruction": "Change sorting.", "bbox": [623, 195, 732, 222], "point": [677, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 195, 732, 222]}, "data_type": "other", "element_type": "other", "app": "UltiMaker Cura 5", "app_slug": "cura", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_cura_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0370.png", "id": "pbp_0370", "instruction": "Check that TileTracker is idle.", "bbox": [364, 405, 380, 420], "point": [372, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 405, 380, 420]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0370.png", "id": "pbp_0370", "instruction": "For \"Check that TileTracker is idle.\", choose the icon target.", "bbox": [364, 405, 380, 420], "point": [372, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 405, 380, 420]}, "data_type": "icon", "element_type": "icon", "app": "Discord desktop", "app_slug": "discord", "app_category": "communication", "platform": "Windows 11", "source_id": "images_discord_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0371.png", "id": "pbp_0371", "instruction": "Change the renderer type.", "bbox": [628, 160, 893, 183], "point": [760, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 160, 893, 183]}, "data_type": "text", "element_type": "text", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "dreamed_gui_1000_qgis_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0372.png", "id": "pbp_0372", "instruction": "Go to Home.", "bbox": [209, 63, 233, 87], "point": [221, 75], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 63, 233, 87]}, "data_type": "other", "element_type": "other", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_word_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0373.png", "id": "pbp_0373", "instruction": "Close the workfile pane.", "bbox": [942, 111, 971, 131], "point": [956, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 111, 971, 131]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0373.png", "id": "pbp_0373", "instruction": "Select the icon that performs this action: Close the workfile pane.", "bbox": [942, 111, 971, 131], "point": [956, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 111, 971, 131]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0374.png", "id": "pbp_0374", "instruction": "Show notifications.", "bbox": [898, 80, 930, 113], "point": [914, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [898, 80, 930, 113]}, "data_type": "other", "element_type": "other", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0375.png", "id": "pbp_0375", "instruction": "Choose a different artboard.", "bbox": [889, 203, 960, 226], "point": [924, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [889, 203, 960, 226]}, "data_type": "text", "element_type": "text", "app": "Adobe Illustrator", "app_slug": "illustrator", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_illustrator_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0376.png", "id": "pbp_0376", "instruction": "Minimize the window.", "bbox": [90, 77, 110, 98], "point": [100, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 77, 110, 98]}, "data_type": "other", "element_type": "other", "app": "VMware Fusion", "app_slug": "vmware", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vmware_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0377.png", "id": "pbp_0377", "instruction": "Turn off push alerts for shared designs.", "bbox": [744, 368, 783, 394], "point": [763, 381], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 368, 783, 394]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0377.png", "id": "pbp_0377", "instruction": "Click the icon itself for this action: Turn off push alerts for shared designs.", "bbox": [744, 368, 783, 394], "point": [763, 381], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 368, 783, 394]}, "data_type": "icon", "element_type": "icon", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "images_canva_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0378.png", "id": "pbp_0378", "instruction": "Focus the current timecode.", "bbox": [376, 57, 433, 70], "point": [404, 63], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 57, 433, 70]}, "data_type": "other", "element_type": "other", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0379.png", "id": "pbp_0379", "instruction": "Open this flight option.", "bbox": [95, 474, 127, 507], "point": [111, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 474, 127, 507]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0379.png", "id": "pbp_0379", "instruction": "Open this flight option. Click on the actual icon.", "bbox": [95, 474, 127, 507], "point": [111, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 474, 127, 507]}, "data_type": "icon", "element_type": "icon", "app": "SkyLink Airways (fictional)", "app_slug": "airline_booking", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "images_airline_booking_07_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0380.png", "id": "pbp_0380", "instruction": "Show Auto Filter.", "bbox": [347, 583, 463, 698], "point": [405, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [347, 583, 463, 698]}, "data_type": "text", "element_type": "text", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_ableton_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0381.png", "id": "pbp_0381", "instruction": "Close the right sidebar.", "bbox": [982, 67, 1010, 97], "point": [996, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 67, 1010, 97]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0381.png", "id": "pbp_0381", "instruction": "Find the icon for this action: Close the right sidebar.", "bbox": [982, 67, 1010, 97], "point": [996, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [982, 67, 1010, 97]}, "data_type": "icon", "element_type": "icon", "app": "Zoom desktop", "app_slug": "zoom", "app_category": "communication", "platform": "Windows 11", "source_id": "images_zoom_07_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0382.png", "id": "pbp_0382", "instruction": "Select Test new onboarding flow.", "bbox": [840, 312, 922, 372], "point": [881, 342], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [840, 312, 922, 372]}, "data_type": "text", "element_type": "text", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "dreamed_gui_1000_miro_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0383.png", "id": "pbp_0383", "instruction": "Confirm settings.", "bbox": [687, 536, 745, 557], "point": [716, 546], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 536, 745, 557]}, "data_type": "text", "element_type": "text", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0384.png", "id": "pbp_0384", "instruction": "Edit GraphQL variables.", "bbox": [587, 253, 757, 446], "point": [672, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [587, 253, 757, 446]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0385.png", "id": "pbp_0385", "instruction": "Add text.", "bbox": [15, 360, 41, 387], "point": [28, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [15, 360, 41, 387]}, "data_type": "other", "element_type": "other", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0386.png", "id": "pbp_0386", "instruction": "Open monitoring and health tools.", "bbox": [2, 330, 25, 358], "point": [13, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 330, 25, 358]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "images_azure_portal_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0386.png", "id": "pbp_0386", "instruction": "Locate the matching icon and click it: Open monitoring and health tools.", "bbox": [2, 330, 25, 358], "point": [13, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 330, 25, 358]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "images_azure_portal_07_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0387.png", "id": "pbp_0387", "instruction": "Open Plugin File Editor.", "bbox": [19, 411, 142, 437], "point": [80, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [19, 411, 142, 437]}, "data_type": "text", "element_type": "text", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0388.png", "id": "pbp_0388", "instruction": "Show Recording settings.", "bbox": [233, 271, 333, 293], "point": [283, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [233, 271, 333, 293]}, "data_type": "text", "element_type": "text", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_09_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0389.png", "id": "pbp_0389", "instruction": "Go back to the previous page.", "bbox": [18, 71, 41, 94], "point": [29, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 71, 41, 94]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_10_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0390.png", "id": "pbp_0390", "instruction": "Open more actions.", "bbox": [292, 39, 313, 60], "point": [302, 49], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 39, 313, 60]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_06_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0389.png", "id": "pbp_0389", "instruction": "Target the icon, not its text label: Go back to the previous page.", "bbox": [18, 71, 41, 94], "point": [29, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [18, 71, 41, 94]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_10_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0390.png", "id": "pbp_0390", "instruction": "Open more actions. Use the icon target.", "bbox": [292, 39, 313, 60], "point": [302, 49], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 39, 313, 60]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Word (Office 365)", "app_slug": "word", "app_category": "office", "platform": "macOS Sonoma", "source_id": "images_word_06_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0391.png", "id": "pbp_0391", "instruction": "Open the lint job.", "bbox": [44, 300, 218, 337], "point": [131, 318], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [44, 300, 218, 337]}, "data_type": "text", "element_type": "text", "app": "GitHub (web)", "app_slug": "github_web", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_github_web_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0392.png", "id": "pbp_0392", "instruction": "Play Calm And Peaceful.", "bbox": [62, 543, 313, 599], "point": [187, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [62, 543, 313, 599]}, "data_type": "text", "element_type": "text", "app": "Canva", "app_slug": "canva", "app_category": "creative", "platform": "macOS / Safari", "source_id": "dreamed_gui_1000_canva_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0393.png", "id": "pbp_0393", "instruction": "Open node-b.", "bbox": [3, 469, 88, 494], "point": [45, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 469, 88, 494]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0394.png", "id": "pbp_0394", "instruction": "Preview through the camera effects view.", "bbox": [695, 89, 714, 104], "point": [704, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 89, 714, 104]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0394.png", "id": "pbp_0394", "instruction": "Preview through the camera effects view. Click the icon itself, not nearby text.", "bbox": [695, 89, 714, 104], "point": [704, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 89, 714, 104]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0395.png", "id": "pbp_0395", "instruction": "Set the dropdown to Carbon Fiber.", "bbox": [872, 500, 1010, 523], "point": [941, 511], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [872, 500, 1010, 523]}, "data_type": "text", "element_type": "text", "app": "Autodesk Fusion 360", "app_slug": "fusion_360", "app_category": "cad_engineering", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fusion_360_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0396.png", "id": "pbp_0396", "instruction": "Open Panel Discussion.", "bbox": [95, 351, 266, 473], "point": [180, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 351, 266, 473]}, "data_type": "other", "element_type": "other", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_04_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0397.png", "id": "pbp_0397", "instruction": "Stop the running capture.", "bbox": [80, 43, 100, 62], "point": [90, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 43, 100, 62]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0397.png", "id": "pbp_0397", "instruction": "For \"Stop the running capture.\", put the click on the icon.", "bbox": [80, 43, 100, 62], "point": [90, 52], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 43, 100, 62]}, "data_type": "icon", "element_type": "icon", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "images_wireshark_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0398.png", "id": "pbp_0398", "instruction": "Open another terminal.", "bbox": [861, 411, 890, 440], "point": [875, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [861, 411, 890, 440]}, "data_type": "other", "element_type": "other", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_04_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0399.png", "id": "pbp_0399", "instruction": "Open Realtime.", "bbox": [48, 162, 207, 188], "point": [127, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [48, 162, 207, 188]}, "data_type": "text", "element_type": "text", "app": "Google Analytics 4 in Chrome", "app_slug": "google_analytics", "app_category": "analytics", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_google_analytics_02_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0400.png", "id": "pbp_0400", "instruction": "Swap to a different fill source.", "bbox": [651, 535, 678, 561], "point": [664, 548], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [651, 535, 678, 561]}, "data_type": "other", "element_type": "other", "app": "Inkscape", "app_slug": "inkscape", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_inkscape_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0401.png", "id": "pbp_0401", "instruction": "Start Extruded Cut.", "bbox": [179, 35, 226, 106], "point": [202, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [179, 35, 226, 106]}, "data_type": "other", "element_type": "other", "app": "SolidWorks Premium", "app_slug": "solidworks", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_solidworks_07_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0402.png", "id": "pbp_0402", "instruction": "Check the current cursor position.", "bbox": [0, 732, 66, 755], "point": [33, 743], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 732, 66, 755]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0402.png", "id": "pbp_0402", "instruction": "Use the icon itself to do this: Check the current cursor position.", "bbox": [0, 732, 66, 755], "point": [33, 743], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 732, 66, 755]}, "data_type": "icon", "element_type": "icon", "app": "Sublime Text", "app_slug": "sublime_text", "app_category": "development", "platform": "macOS", "source_id": "images_sublime_text_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0403.png", "id": "pbp_0403", "instruction": "Leave Studio Mode.", "bbox": [838, 552, 1009, 581], "point": [923, 566], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 552, 1009, 581]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0404.png", "id": "pbp_0404", "instruction": "Search everywhere.", "bbox": [966, 58, 986, 78], "point": [976, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [966, 58, 986, 78]}, "data_type": "icon", "element_type": "icon", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_pycharm_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0404.png", "id": "pbp_0404", "instruction": "Search everywhere. Use the icon target.", "bbox": [966, 58, 986, 78], "point": [976, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [966, 58, 986, 78]}, "data_type": "icon", "element_type": "icon", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_pycharm_05_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0405.png", "id": "pbp_0405", "instruction": "Review Face ID access for other apps.", "bbox": [339, 493, 961, 528], "point": [650, 510], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [339, 493, 961, 528]}, "data_type": "other", "element_type": "other", "app": "iOS Settings (iPad)", "app_slug": "ios_settings", "app_category": "os_commons", "platform": "iPadOS", "source_id": "dreamed_gui_1000_ios_settings_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0406.png", "id": "pbp_0406", "instruction": "Choose Select Box.", "bbox": [16, 97, 44, 124], "point": [30, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 97, 44, 124]}, "data_type": "other", "element_type": "other", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0407.png", "id": "pbp_0407", "instruction": "Apply as filter.", "bbox": [491, 317, 694, 337], "point": [592, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 317, 694, 337]}, "data_type": "other", "element_type": "other", "app": "Wireshark", "app_slug": "wireshark", "app_category": "development", "platform": "Windows 10", "source_id": "dreamed_gui_1000_wireshark_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0408.png", "id": "pbp_0408", "instruction": "Save the workfile.", "bbox": [113, 133, 146, 157], "point": [129, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [113, 133, 146, 157]}, "data_type": "text", "element_type": "text", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_eviews_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0409.png", "id": "pbp_0409", "instruction": "Place a rectangular zone.", "bbox": [834, 296, 863, 325], "point": [848, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 296, 863, 325]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0409.png", "id": "pbp_0409", "instruction": "Use the icon itself to do this: Place a rectangular zone.", "bbox": [834, 296, 863, 325], "point": [848, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 296, 863, 325]}, "data_type": "icon", "element_type": "icon", "app": "KiCad 8 PCB Editor", "app_slug": "kicad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_kicad_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0410.png", "id": "pbp_0410", "instruction": "Close the language notice.", "bbox": [962, 245, 985, 268], "point": [973, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [962, 245, 985, 268]}, "data_type": "other", "element_type": "other", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0411.png", "id": "pbp_0411", "instruction": "Change the heading font.", "bbox": [33, 462, 242, 489], "point": [137, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 462, 242, 489]}, "data_type": "text", "element_type": "text", "app": "WordPress admin in Chrome", "app_slug": "wordpress_admin", "app_category": "cms", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_wordpress_admin_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0412.png", "id": "pbp_0412", "instruction": "Start streaming.", "bbox": [844, 508, 969, 533], "point": [906, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 508, 969, 533]}, "data_type": "text", "element_type": "text", "app": "OBS Studio", "app_slug": "obs", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_obs_05_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0413.png", "id": "pbp_0413", "instruction": "Stop playback.", "bbox": [56, 58, 105, 110], "point": [80, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 58, 105, 110]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0413.png", "id": "pbp_0413", "instruction": "Return the click point on the icon for: Stop playback.", "bbox": [56, 58, 105, 110], "point": [80, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 58, 105, 110]}, "data_type": "icon", "element_type": "icon", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "images_audacity_09_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0414.png", "id": "pbp_0414", "instruction": "Select the current brush preset.", "bbox": [1, 351, 20, 373], "point": [10, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [1, 351, 20, 373]}, "data_type": "other", "element_type": "other", "app": "GIMP", "app_slug": "gimp", "app_category": "creative", "platform": "Linux", "source_id": "dreamed_gui_1000_gimp_04_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0415.png", "id": "pbp_0415", "instruction": "Go to Trade.", "bbox": [247, 48, 292, 70], "point": [269, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 48, 292, 70]}, "data_type": "text", "element_type": "text", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_03_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0416.png", "id": "pbp_0416", "instruction": "Show the animation pane.", "bbox": [740, 72, 843, 99], "point": [791, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 72, 843, 99]}, "data_type": "other", "element_type": "other", "app": "Microsoft PowerPoint 2019", "app_slug": "powerpoint", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_powerpoint_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0417.png", "id": "pbp_0417", "instruction": "Open the Menu.", "bbox": [3, 4, 66, 30], "point": [34, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [3, 4, 66, 30]}, "data_type": "other", "element_type": "other", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_06_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0418.png", "id": "pbp_0418", "instruction": "Focus the ARIMA baseline section.", "bbox": [368, 189, 740, 232], "point": [554, 210], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [368, 189, 740, 232]}, "data_type": "text", "element_type": "text", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0419.png", "id": "pbp_0419", "instruction": "Review the MSFT working order.", "bbox": [165, 547, 778, 566], "point": [471, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [165, 547, 778, 566]}, "data_type": "other", "element_type": "other", "app": "desktop stock trading platform (thinkorswim-style)", "app_slug": "trading_platform", "app_category": "finance", "platform": "Windows 11", "source_id": "dreamed_gui_1000_trading_platform_05_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0420.png", "id": "pbp_0420", "instruction": "Find gas stations.", "bbox": [691, 537, 752, 596], "point": [721, 566], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [691, 537, 752, 596]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0420.png", "id": "pbp_0420", "instruction": "Find gas stations. Select the icon itself.", "bbox": [691, 537, 752, 596], "point": [721, 566], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [691, 537, 752, 596]}, "data_type": "icon", "element_type": "icon", "app": "DriveOS Infotainment (fictional)", "app_slug": "car_infotainment", "app_category": "consumer", "platform": "Embedded automotive", "source_id": "images_car_infotainment_06_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0421.png", "id": "pbp_0421", "instruction": "Open api_client.py from the explorer.", "bbox": [34, 191, 183, 210], "point": [108, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 191, 183, 210]}, "data_type": "text", "element_type": "text", "app": "Visual Studio Code", "app_slug": "vscode", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_vscode_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0422.png", "id": "pbp_0422", "instruction": "Open the mail tab.", "bbox": [11, 67, 28, 83], "point": [19, 75], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [11, 67, 28, 83]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0423.png", "id": "pbp_0423", "instruction": "Open presentation mode options.", "bbox": [260, 49, 285, 72], "point": [272, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 49, 285, 72]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0422.png", "id": "pbp_0422", "instruction": "In the UI, click the icon for: Open the mail tab.", "bbox": [11, 67, 28, 83], "point": [19, 75], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [11, 67, 28, 83]}, "data_type": "icon", "element_type": "icon", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "images_thunderbird_05_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0423.png", "id": "pbp_0423", "instruction": "Open presentation mode options. The intended target is the icon.", "bbox": [260, 49, 285, 72], "point": [272, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 49, 285, 72]}, "data_type": "icon", "element_type": "icon", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "images_tableau_02_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0424.png", "id": "pbp_0424", "instruction": "Select column B(Y).", "bbox": [454, 193, 566, 217], "point": [510, 205], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 193, 566, 217]}, "data_type": "text", "element_type": "text", "app": "OriginLab Origin 2018", "app_slug": "origin", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_origin_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0425.png", "id": "pbp_0425", "instruction": "Go to Incidents.", "bbox": [167, 687, 248, 714], "point": [207, 700], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 687, 248, 714]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0426.png", "id": "pbp_0426", "instruction": "Focus the ARIMA forecast plot.", "bbox": [539, 408, 754, 430], "point": [646, 419], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [539, 408, 754, 430]}, "data_type": "text", "element_type": "text", "app": "RStudio", "app_slug": "rstudio", "app_category": "scientific", "platform": "macOS", "source_id": "dreamed_gui_1000_rstudio_05_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0427.png", "id": "pbp_0427", "instruction": "Select the 5000 amount.", "bbox": [551, 616, 653, 640], "point": [602, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 616, 653, 640]}, "data_type": "text", "element_type": "text", "app": "DBeaver", "app_slug": "dbeaver", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_dbeaver_06_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0428.png", "id": "pbp_0428", "instruction": "Get help about the secondary email setting.", "bbox": [314, 318, 333, 336], "point": [323, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [314, 318, 333, 336]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0428.png", "id": "pbp_0428", "instruction": "Get help about the secondary email setting. Click on the actual icon.", "bbox": [314, 318, 333, 336], "point": [323, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [314, 318, 333, 336]}, "data_type": "icon", "element_type": "icon", "app": "cPanel", "app_slug": "cpanel", "app_category": "development", "platform": "Windows 11 / Chrome", "source_id": "images_cpanel_09_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0429.png", "id": "pbp_0429", "instruction": "Show logs.", "bbox": [209, 507, 260, 535], "point": [234, 521], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 507, 260, 535]}, "data_type": "text", "element_type": "text", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_docker_desktop_08_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0430.png", "id": "pbp_0430", "instruction": "Open rg-prod-observability.", "bbox": [224, 407, 310, 439], "point": [267, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [224, 407, 310, 439]}, "data_type": "text", "element_type": "text", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_03_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0431.png", "id": "pbp_0431", "instruction": "Change rows per page.", "bbox": [724, 689, 774, 710], "point": [749, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 689, 774, 710]}, "data_type": "text", "element_type": "text", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_youtube_studio_03_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0432.png", "id": "pbp_0432", "instruction": "Open the Effects panel menu.", "bbox": [279, 381, 294, 397], "point": [286, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 381, 294, 397]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0433.png", "id": "pbp_0433", "instruction": "Lock the top video track.", "bbox": [328, 496, 346, 515], "point": [337, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 496, 346, 515]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0432.png", "id": "pbp_0432", "instruction": "Target the icon, not its text label: Open the Effects panel menu.", "bbox": [279, 381, 294, 397], "point": [286, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 381, 294, 397]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0433.png", "id": "pbp_0433", "instruction": "Locate the matching icon and click it: Lock the top video track.", "bbox": [328, 496, 346, 515], "point": [337, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 496, 346, 515]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "images_premiere_09_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0434.png", "id": "pbp_0434", "instruction": "Open App history.", "bbox": [126, 273, 287, 313], "point": [206, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [126, 273, 287, 313]}, "data_type": "other", "element_type": "other", "app": "Windows 11 system UI", "app_slug": "windows", "app_category": "os_commons", "platform": "Windows 11", "source_id": "dreamed_gui_1000_windows_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0435.png", "id": "pbp_0435", "instruction": "Show the result list view.", "bbox": [477, 358, 498, 381], "point": [487, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [477, 358, 498, 381]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0435.png", "id": "pbp_0435", "instruction": "For \"Show the result list view.\", put the click on the icon.", "bbox": [477, 358, 498, 381], "point": [487, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [477, 358, 498, 381]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0436.png", "id": "pbp_0436", "instruction": "Open Meeting notes 2024-05-30 from the file list.", "bbox": [59, 401, 217, 422], "point": [138, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [59, 401, 217, 422]}, "data_type": "other", "element_type": "other", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0437.png", "id": "pbp_0437", "instruction": "Set proxy length threshold.", "bbox": [681, 405, 708, 422], "point": [694, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [681, 405, 708, 422]}, "data_type": "text", "element_type": "text", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0438.png", "id": "pbp_0438", "instruction": "Adjust chart settings.", "bbox": [494, 249, 531, 272], "point": [512, 260], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [494, 249, 531, 272]}, "data_type": "text", "element_type": "text", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "dreamed_gui_1000_spss_10_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} @@ -445,56 +445,56 @@ {"file_name": "0444.png", "id": "pbp_0444", "instruction": "Switch to Color.", "bbox": [565, 671, 594, 702], "point": [579, 686], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [565, 671, 594, 702]}, "data_type": "other", "element_type": "other", "app": "DaVinci Resolve 19", "app_slug": "davinci_resolve", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_davinci_resolve_05_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0445.png", "id": "pbp_0445", "instruction": "Open Uptime.", "bbox": [89, 683, 169, 715], "point": [129, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [89, 683, 169, 715]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_03_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0446.png", "id": "pbp_0446", "instruction": "Browse charts.", "bbox": [8, 332, 168, 356], "point": [88, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [8, 332, 168, 356]}, "data_type": "other", "element_type": "other", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "dreamed_gui_1000_lens_07_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0447.png", "id": "pbp_0447", "instruction": "Create a new sales order.", "bbox": [231, 103, 253, 127], "point": [242, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [231, 103, 253, 127]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0448.png", "id": "pbp_0448", "instruction": "Go to build tools.", "bbox": [14, 179, 38, 203], "point": [26, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [14, 179, 38, 203]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0447.png", "id": "pbp_0447", "instruction": "Create a new sales order. The click should land on the icon.", "bbox": [231, 103, 253, 127], "point": [242, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [231, 103, 253, 127]}, "data_type": "icon", "element_type": "icon", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "images_sap_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0448.png", "id": "pbp_0448", "instruction": "Select the icon that performs this action: Go to build tools.", "bbox": [14, 179, 38, 203], "point": [26, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [14, 179, 38, 203]}, "data_type": "icon", "element_type": "icon", "app": "Docker Desktop", "app_slug": "docker_desktop", "app_category": "development", "platform": "macOS Sonoma", "source_id": "images_docker_desktop_05_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0449.png", "id": "pbp_0449", "instruction": "Change the base unit of measure.", "bbox": [356, 268, 401, 290], "point": [378, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 268, 401, 290]}, "data_type": "text", "element_type": "text", "app": "SAP GUI (ERP)", "app_slug": "sap", "app_category": "enterprise", "platform": "Windows 10", "source_id": "dreamed_gui_1000_sap_03_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0450.png", "id": "pbp_0450", "instruction": "Finish splitting the bill.", "bbox": [656, 583, 704, 636], "point": [680, 609], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 583, 704, 636]}, "data_type": "icon", "element_type": "icon", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "images_pos_system_02_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0451.png", "id": "pbp_0451", "instruction": "Open settings.", "bbox": [182, 715, 210, 743], "point": [196, 729], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [182, 715, 210, 743]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0452.png", "id": "pbp_0452", "instruction": "Start playback.", "bbox": [398, 48, 416, 66], "point": [407, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [398, 48, 416, 66]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_09_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0450.png", "id": "pbp_0450", "instruction": "Locate the matching icon and click it: Finish splitting the bill.", "bbox": [656, 583, 704, 636], "point": [680, 609], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 583, 704, 636]}, "data_type": "icon", "element_type": "icon", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "images_pos_system_02_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0451.png", "id": "pbp_0451", "instruction": "Use the graphical icon for this action: Open settings.", "bbox": [182, 715, 210, 743], "point": [196, 729], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [182, 715, 210, 743]}, "data_type": "icon", "element_type": "icon", "app": "Linear", "app_slug": "linear", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_linear_01_el8", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0452.png", "id": "pbp_0452", "instruction": "Click the small icon associated with: Start playback.", "bbox": [398, 48, 416, 66], "point": [407, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [398, 48, 416, 66]}, "data_type": "icon", "element_type": "icon", "app": "Ableton Live 12", "app_slug": "ableton", "app_category": "creative", "platform": "macOS Sonoma", "source_id": "images_ableton_09_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0453.png", "id": "pbp_0453", "instruction": "Choose Guest.", "bbox": [603, 431, 724, 464], "point": [663, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 431, 724, 464]}, "data_type": "other", "element_type": "other", "app": "Netflix (web)", "app_slug": "netflix", "app_category": "consumer", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_netflix_09_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0454.png", "id": "pbp_0454", "instruction": "Insert a block.", "bbox": [793, 48, 841, 125], "point": [817, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [793, 48, 841, 125]}, "data_type": "other", "element_type": "other", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "dreamed_gui_1000_autocad_07_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0455.png", "id": "pbp_0455", "instruction": "Open Products sheet.", "bbox": [269, 614, 352, 645], "point": [310, 629], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 614, 352, 645]}, "data_type": "text", "element_type": "text", "app": "Microsoft Excel (Office 365)", "app_slug": "excel", "app_category": "office", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_excel_05_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0456.png", "id": "pbp_0456", "instruction": "Collapse the Collections panel.", "bbox": [34, 447, 42, 455], "point": [38, 451], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 447, 42, 455]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0457.png", "id": "pbp_0457", "instruction": "Open more actions for the kind-kind cluster.", "bbox": [146, 101, 162, 117], "point": [154, 109], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 101, 162, 117]}, "data_type": "icon", "element_type": "icon", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "images_lens_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0456.png", "id": "pbp_0456", "instruction": "For \"Collapse the Collections panel.\", use the graphical icon.", "bbox": [34, 447, 42, 455], "point": [38, 451], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 447, 42, 455]}, "data_type": "icon", "element_type": "icon", "app": "Adobe Lightroom Classic", "app_slug": "lightroom", "app_category": "creative", "platform": "Windows 11", "source_id": "images_lightroom_07_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0457.png", "id": "pbp_0457", "instruction": "For this task, click the icon itself: Open more actions for the kind-kind cluster.", "bbox": [146, 101, 162, 117], "point": [154, 109], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 101, 162, 117]}, "data_type": "icon", "element_type": "icon", "app": "Lens (Kubernetes IDE)", "app_slug": "lens", "app_category": "development", "platform": "macOS", "source_id": "images_lens_09_el5", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0458.png", "id": "pbp_0458", "instruction": "Copy the video link.", "bbox": [929, 325, 950, 347], "point": [939, 336], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 325, 950, 347]}, "data_type": "other", "element_type": "other", "app": "YouTube Studio", "app_slug": "youtube_studio", "app_category": "creative", "platform": "Windows 11 / Chrome", "source_id": "dreamed_gui_1000_youtube_studio_02_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0459.png", "id": "pbp_0459", "instruction": "Open System settings.", "bbox": [278, 290, 385, 313], "point": [331, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 290, 385, 313]}, "data_type": "text", "element_type": "text", "app": "Blender 4", "app_slug": "blender", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_blender_10_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0460.png", "id": "pbp_0460", "instruction": "Expand saved searches.", "bbox": [747, 185, 766, 204], "point": [756, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [747, 185, 766, 204]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0460.png", "id": "pbp_0460", "instruction": "Click the visual icon for this command: Expand saved searches.", "bbox": [747, 185, 766, 204], "point": [756, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [747, 185, 766, 204]}, "data_type": "icon", "element_type": "icon", "app": "Anki", "app_slug": "anki", "app_category": "productivity", "platform": "Windows 11", "source_id": "images_anki_05_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0461.png", "id": "pbp_0461", "instruction": "Open the config package.", "bbox": [2, 222, 246, 242], "point": [124, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [2, 222, 246, 242]}, "data_type": "text", "element_type": "text", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_intellij_idea_06_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0462.png", "id": "pbp_0462", "instruction": "Go back.", "bbox": [264, 102, 289, 127], "point": [276, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [264, 102, 289, 127]}, "data_type": "other", "element_type": "other", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_macos_06_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0463.png", "id": "pbp_0463", "instruction": "Choose Bebas Neue.", "bbox": [853, 291, 964, 314], "point": [908, 302], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [853, 291, 964, 314]}, "data_type": "text", "element_type": "text", "app": "CapCut Desktop", "app_slug": "capcut", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_capcut_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0464.png", "id": "pbp_0464", "instruction": "Choose a different project.", "bbox": [671, 206, 692, 227], "point": [681, 216], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [671, 206, 692, 227]}, "data_type": "other", "element_type": "other", "app": "Tableau Desktop", "app_slug": "tableau", "app_category": "analytics", "platform": "Windows 11", "source_id": "dreamed_gui_1000_tableau_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0465.png", "id": "pbp_0465", "instruction": "Change the cell type.", "bbox": [582, 158, 682, 183], "point": [632, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [582, 158, 682, 183]}, "data_type": "other", "element_type": "other", "app": "JupyterLab", "app_slug": "jupyterlab", "app_category": "scientific", "platform": "Linux / Firefox", "source_id": "dreamed_gui_1000_jupyterlab_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0466.png", "id": "pbp_0466", "instruction": "Specify by/if/in options.", "bbox": [407, 198, 458, 224], "point": [432, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [407, 198, 458, 224]}, "data_type": "text", "element_type": "text", "app": "Stata SE 16", "app_slug": "stata", "app_category": "scientific", "platform": "Windows 10", "source_id": "dreamed_gui_1000_stata_06_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0467.png", "id": "pbp_0467", "instruction": "Open Slack Connect.", "bbox": [72, 211, 98, 238], "point": [85, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 211, 98, 238]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0467.png", "id": "pbp_0467", "instruction": "In the UI, click the icon for: Open Slack Connect.", "bbox": [72, 211, 98, 238], "point": [85, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 211, 98, 238]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el9", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0468.png", "id": "pbp_0468", "instruction": "Cancel new document setup.", "bbox": [719, 575, 773, 601], "point": [746, 588], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 575, 773, 601]}, "data_type": "other", "element_type": "other", "app": "Adobe Photoshop", "app_slug": "photoshop", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_photoshop_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0469.png", "id": "pbp_0469", "instruction": "Scroll the UNRATE table downward.", "bbox": [667, 498, 683, 514], "point": [675, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [667, 498, 683, 514]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0470.png", "id": "pbp_0470", "instruction": "Print the data sheet.", "bbox": [84, 65, 114, 95], "point": [99, 80], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [84, 65, 114, 95]}, "data_type": "icon", "element_type": "icon", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_spss_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0469.png", "id": "pbp_0469", "instruction": "Scroll the UNRATE table downward. The intended target is the icon.", "bbox": [667, 498, 683, 514], "point": [675, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [667, 498, 683, 514]}, "data_type": "icon", "element_type": "icon", "app": "EViews 10", "app_slug": "eviews", "app_category": "scientific", "platform": "Windows 10", "source_id": "images_eviews_07_el4", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0470.png", "id": "pbp_0470", "instruction": "For \"Print the data sheet.\", choose the icon target.", "bbox": [84, 65, 114, 95], "point": [99, 80], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [84, 65, 114, 95]}, "data_type": "icon", "element_type": "icon", "app": "IBM SPSS Statistics", "app_slug": "spss", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_spss_02_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0471.png", "id": "pbp_0471", "instruction": "Stop the virtual machine.", "bbox": [467, 172, 491, 196], "point": [479, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [467, 172, 491, 196]}, "data_type": "other", "element_type": "other", "app": "Microsoft Azure Portal", "app_slug": "azure_portal", "app_category": "enterprise", "platform": "Windows 11 / Edge", "source_id": "dreamed_gui_1000_azure_portal_01_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0472.png", "id": "pbp_0472", "instruction": "Open the web browser.", "bbox": [382, 710, 436, 756], "point": [409, 733], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 710, 436, 756]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0473.png", "id": "pbp_0473", "instruction": "Undo the last action.", "bbox": [10, 512, 51, 551], "point": [30, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 512, 51, 551]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0472.png", "id": "pbp_0472", "instruction": "Open the web browser. Click on the actual icon.", "bbox": [382, 710, 436, 756], "point": [409, 733], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 710, 436, 756]}, "data_type": "icon", "element_type": "icon", "app": "Intel Quartus II", "app_slug": "quartus", "app_category": "development", "platform": "Windows 10", "source_id": "images_quartus_09_el0", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0473.png", "id": "pbp_0473", "instruction": "In the UI, click the icon for: Undo the last action.", "bbox": [10, 512, 51, 551], "point": [30, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [10, 512, 51, 551]}, "data_type": "icon", "element_type": "icon", "app": "Miro", "app_slug": "miro", "app_category": "productivity", "platform": "macOS / Chrome", "source_id": "images_miro_02_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0474.png", "id": "pbp_0474", "instruction": "Adjust the interval.", "bbox": [341, 128, 380, 151], "point": [360, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 128, 380, 151]}, "data_type": "text", "element_type": "text", "app": "Grafana", "app_slug": "grafana", "app_category": "development", "platform": "Linux / Chrome", "source_id": "dreamed_gui_1000_grafana_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0475.png", "id": "pbp_0475", "instruction": "Move an item.", "bbox": [443, 53, 464, 79], "point": [453, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [443, 53, 464, 79]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0475.png", "id": "pbp_0475", "instruction": "Move an item. The intended target is the icon.", "bbox": [443, 53, 464, 79], "point": [453, 66], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [443, 53, 464, 79]}, "data_type": "icon", "element_type": "icon", "app": "QGIS", "app_slug": "qgis", "app_category": "scientific", "platform": "Linux", "source_id": "images_qgis_05_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0476.png", "id": "pbp_0476", "instruction": "Reply in the thread.", "bbox": [710, 484, 953, 546], "point": [831, 515], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 484, 953, 546]}, "data_type": "other", "element_type": "other", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_slack_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0477.png", "id": "pbp_0477", "instruction": "View plans.", "bbox": [557, 199, 604, 225], "point": [580, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [557, 199, 604, 225]}, "data_type": "text", "element_type": "text", "app": "Postman", "app_slug": "postman", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_postman_10_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0478.png", "id": "pbp_0478", "instruction": "Filter by node type.", "bbox": [175, 90, 192, 107], "point": [183, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [175, 90, 192, 107]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_03_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0479.png", "id": "pbp_0479", "instruction": "Open iCloud Drive.", "bbox": [128, 315, 148, 332], "point": [138, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [128, 315, 148, 332]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0478.png", "id": "pbp_0478", "instruction": "For \"Filter by node type.\", use the graphical icon.", "bbox": [175, 90, 192, 107], "point": [183, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [175, 90, 192, 107]}, "data_type": "icon", "element_type": "icon", "app": "Godot Engine", "app_slug": "godot", "app_category": "development", "platform": "Linux", "source_id": "images_godot_03_el3", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0479.png", "id": "pbp_0479", "instruction": "Click the icon control for: Open iCloud Drive.", "bbox": [128, 315, 148, 332], "point": [138, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [128, 315, 148, 332]}, "data_type": "icon", "element_type": "icon", "app": "macOS Sonoma system UI", "app_slug": "macos", "app_category": "os_commons", "platform": "macOS Sonoma", "source_id": "images_macos_06_el6", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0480.png", "id": "pbp_0480", "instruction": "Open Launch plan.canvas.", "bbox": [47, 169, 199, 189], "point": [123, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [47, 169, 199, 189]}, "data_type": "text", "element_type": "text", "app": "Obsidian", "app_slug": "obsidian", "app_category": "productivity", "platform": "macOS", "source_id": "dreamed_gui_1000_obsidian_02_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0481.png", "id": "pbp_0481", "instruction": "Enter play mode.", "bbox": [468, 47, 495, 64], "point": [481, 55], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [468, 47, 495, 64]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0482.png", "id": "pbp_0482", "instruction": "Open Gradle tool window options.", "bbox": [960, 90, 985, 108], "point": [972, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [960, 90, 985, 108]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_09_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0481.png", "id": "pbp_0481", "instruction": "For this task, click the icon itself: Enter play mode.", "bbox": [468, 47, 495, 64], "point": [481, 55], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [468, 47, 495, 64]}, "data_type": "icon", "element_type": "icon", "app": "Unity Editor", "app_slug": "unity", "app_category": "development", "platform": "Windows 11", "source_id": "images_unity_10_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0482.png", "id": "pbp_0482", "instruction": "Open Gradle tool window options. The click should land on the icon.", "bbox": [960, 90, 985, 108], "point": [972, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [960, 90, 985, 108]}, "data_type": "icon", "element_type": "icon", "app": "IntelliJ IDEA", "app_slug": "intellij_idea", "app_category": "development", "platform": "Windows 11", "source_id": "images_intellij_idea_09_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0483.png", "id": "pbp_0483", "instruction": "Close command search.", "bbox": [654, 227, 682, 255], "point": [668, 241], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [654, 227, 682, 255]}, "data_type": "other", "element_type": "other", "app": "Audacity", "app_slug": "audacity", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_audacity_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0484.png", "id": "pbp_0484", "instruction": "Open Essential Graphics.", "bbox": [877, 76, 959, 99], "point": [918, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [877, 76, 959, 99]}, "data_type": "text", "element_type": "text", "app": "Adobe Premiere Pro", "app_slug": "premiere", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_premiere_02_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0485.png", "id": "pbp_0485", "instruction": "Save the figure.", "bbox": [792, 409, 808, 425], "point": [800, 417], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [792, 409, 808, 425]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0485.png", "id": "pbp_0485", "instruction": "Save the figure. Click the icon itself, not nearby text.", "bbox": [792, 409, 808, 425], "point": [800, 417], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [792, 409, 808, 425]}, "data_type": "icon", "element_type": "icon", "app": "MATLAB R2022b", "app_slug": "matlab", "app_category": "scientific", "platform": "Windows 11", "source_id": "images_matlab_08_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0486.png", "id": "pbp_0486", "instruction": "Open Renewal terms updated.", "bbox": [424, 232, 852, 280], "point": [638, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [424, 232, 852, 280]}, "data_type": "text", "element_type": "text", "app": "Mozilla Thunderbird", "app_slug": "thunderbird", "app_category": "communication", "platform": "Linux", "source_id": "dreamed_gui_1000_thunderbird_08_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0487.png", "id": "pbp_0487", "instruction": "Search tools.", "bbox": [791, 148, 991, 185], "point": [891, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 148, 991, 185]}, "data_type": "text", "element_type": "text", "app": "Adobe Acrobat Pro", "app_slug": "acrobat", "app_category": "office", "platform": "Windows 11", "source_id": "dreamed_gui_1000_acrobat_01_el1", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0488.png", "id": "pbp_0488", "instruction": "Change container options.", "bbox": [270, 299, 295, 323], "point": [282, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 299, 295, 323]}, "data_type": "icon", "element_type": "icon", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "images_proxmox_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0488.png", "id": "pbp_0488", "instruction": "Locate the matching icon and click it: Change container options.", "bbox": [270, 299, 295, 323], "point": [282, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 299, 295, 323]}, "data_type": "icon", "element_type": "icon", "app": "Proxmox VE", "app_slug": "proxmox", "app_category": "development", "platform": "Linux / Firefox", "source_id": "images_proxmox_03_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0489.png", "id": "pbp_0489", "instruction": "Show discussions.", "bbox": [581, 346, 676, 373], "point": [628, 359], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [581, 346, 676, 373]}, "data_type": "text", "element_type": "text", "app": "Steam desktop client", "app_slug": "steam", "app_category": "consumer", "platform": "Windows 11", "source_id": "dreamed_gui_1000_steam_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0490.png", "id": "pbp_0490", "instruction": "Show Kitchen Pendant options.", "bbox": [939, 227, 972, 262], "point": [955, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 227, 972, 262]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_01_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0491.png", "id": "pbp_0491", "instruction": "Round a corner between objects.", "bbox": [459, 100, 488, 127], "point": [473, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [459, 100, 488, 127]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0491.png", "id": "pbp_0491", "instruction": "Select the icon that performs this action: Round a corner between objects.", "bbox": [459, 100, 488, 127], "point": [473, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [459, 100, 488, 127]}, "data_type": "icon", "element_type": "icon", "app": "AutoCAD Mechanical", "app_slug": "autocad", "app_category": "cad_engineering", "platform": "Windows 10", "source_id": "images_autocad_01_el1", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0492.png", "id": "pbp_0492", "instruction": "Turn off autocomplete.", "bbox": [178, 328, 196, 346], "point": [187, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [178, 328, 196, 346]}, "data_type": "other", "element_type": "other", "app": "Google Chrome DevTools", "app_slug": "chrome_devtools", "app_category": "development", "platform": "Windows 11", "source_id": "dreamed_gui_1000_chrome_devtools_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0493.png", "id": "pbp_0493", "instruction": "Search everywhere", "bbox": [909, 30, 939, 57], "point": [924, 43], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [909, 30, 939, 57]}, "data_type": "other", "element_type": "other", "app": "PyCharm", "app_slug": "pycharm", "app_category": "development", "platform": "macOS Sonoma", "source_id": "dreamed_gui_1000_pycharm_04_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0494.png", "id": "pbp_0494", "instruction": "Change the zone icon.", "bbox": [774, 329, 1023, 380], "point": [898, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 329, 1023, 380]}, "data_type": "other", "element_type": "other", "app": "Home Assistant dashboard in Chrome", "app_slug": "home_assistant", "app_category": "smart_home", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_home_assistant_09_el4", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0495.png", "id": "pbp_0495", "instruction": "Open the Design & Development team.", "bbox": [39, 150, 63, 175], "point": [51, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 150, 63, 175]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0495.png", "id": "pbp_0495", "instruction": "For this task, click the icon itself: Open the Design & Development team.", "bbox": [39, 150, 63, 175], "point": [51, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 150, 63, 175]}, "data_type": "icon", "element_type": "icon", "app": "Microsoft Teams", "app_slug": "teams", "app_category": "communication", "platform": "Windows 11", "source_id": "images_teams_08_el2", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0496.png", "id": "pbp_0496", "instruction": "Dismiss the draft saved message.", "bbox": [627, 166, 658, 202], "point": [642, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [627, 166, 658, 202]}, "data_type": "other", "element_type": "other", "app": "Salesforce Lightning (CRM) in Chrome", "app_slug": "salesforce", "app_category": "enterprise", "platform": "Windows 11, Chrome", "source_id": "dreamed_gui_1000_salesforce_08_el2", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} -{"file_name": "0497.png", "id": "pbp_0497", "instruction": "Create something new.", "bbox": [15, 627, 48, 661], "point": [31, 644], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [15, 627, 48, 661]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} +{"file_name": "0497.png", "id": "pbp_0497", "instruction": "For \"Create something new.\", use the graphical icon.", "bbox": [15, 627, 48, 661], "point": [31, 644], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [15, 627, 48, 661]}, "data_type": "icon", "element_type": "icon", "app": "Slack desktop", "app_slug": "slack", "app_category": "communication", "platform": "macOS Sonoma", "source_id": "images_slack_06_el7", "source_file": "clicks_icons_pro_3k.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0498.png", "id": "pbp_0498", "instruction": "Cancel the discount.", "bbox": [617, 532, 776, 584], "point": [696, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [617, 532, 776, 584]}, "data_type": "text", "element_type": "text", "app": "OrderHub POS (fictional)", "app_slug": "pos_system", "app_category": "enterprise", "platform": "Embedded touchscreen", "source_id": "dreamed_gui_1000_pos_system_09_el0", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} {"file_name": "0499.png", "id": "pbp_0499", "instruction": "Switch to Song mode.", "bbox": [240, 6, 264, 31], "point": [252, 18], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [240, 6, 264, 31]}, "data_type": "text", "element_type": "text", "app": "FL Studio 20", "app_slug": "fl_studio", "app_category": "creative", "platform": "Windows 11", "source_id": "dreamed_gui_1000_fl_studio_10_el3", "source_file": "clicks_dreamed_gui_intent.ndjson", "image_size": [1024, 768], "language": "en"} diff --git a/pointerbench-sheets/README.md b/pointerbench-sheets/README.md index cde40b36fc6893f7bdc905c890c35dd0b0e6c7b6..fb0a8b1c77d37ac496e81e9b53aabd8aeb185a7a 100644 --- a/pointerbench-sheets/README.md +++ b/pointerbench-sheets/README.md @@ -84,11 +84,11 @@ Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): ### Load the data -Via 🤗 `datasets` (after the set is pushed to the Hub): +Via 🤗 `datasets`: ```python from datasets import load_dataset -ds = load_dataset("YOUR_ORG/pointerbench-sheets", split="test") +ds = load_dataset("WarmwindOS/pointerbench", data_dir="pointerbench-sheets", split="test") ex = ds[0] ex["image"] # PIL.Image, 1024x768 ex["instruction"] # "Click cell E33." @@ -166,7 +166,7 @@ Examples are rendered programmatically (pure PIL, no browser, no real files), so every ground-truth box is pixel-exact. The set is **held out**: it is built with a generation seed disjoint from any training data, so no benchmark sheet is reused for training. The generator and the exact build command live in the -[source repo](https://github.com/YOUR_ORG/YOUR_GENERATOR_REPO); see +[source repo](https://github.com/warmwindOS/pointerbench); see [`REPRODUCE.md`](REPRODUCE.md). ## Limitations @@ -184,7 +184,7 @@ reused for training. The generator and the exact build command live in the title = {Pointerbench-Sheets: A GUI Grounding Benchmark for Spreadsheets}, author = {Pointerbench-Sheets contributors}, year = {2026}, - url = {https://github.com/YOUR_ORG/pointerbench-sheets} + url = {https://github.com/warmwindOS/pointerbench} } ``` diff --git a/pointerbench-sheets/__pycache__/eval.cpython-312.pyc b/pointerbench-sheets/__pycache__/eval.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c22e273ba6d36175fcb68318fda297c1c155dd17 Binary files /dev/null and b/pointerbench-sheets/__pycache__/eval.cpython-312.pyc differ diff --git a/pointerbench-sheets/data/test/0000.png b/pointerbench-sheets/data/test/0000.png index c590661d56e01b49b4aa1e534343e048f774c618..d3f1e0f760cc12301f051d3a0a82d400f79d9d0b 100644 --- a/pointerbench-sheets/data/test/0000.png +++ b/pointerbench-sheets/data/test/0000.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:825e36726b3088d7fceeed774580c361069f071f9a39642daa43c2a22e665f9c -size 115638 +oid sha256:ab548f2e220a06cb569cddca93e3d57e556b257e9a7c9bf8c1c2c90c56e0cfdb +size 68180 diff --git a/pointerbench-sheets/data/test/0001.png b/pointerbench-sheets/data/test/0001.png index 27bbeaa88d18a67e85ba7d6be0d6b52b5f86bf26..053e92f0f0ef26d519e1c88d26ee19477bd205cb 100644 --- a/pointerbench-sheets/data/test/0001.png +++ b/pointerbench-sheets/data/test/0001.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9d173ccdc3f4a90e6caad2b9145a55757dc2674f482b1630f142b1c58f479ee -size 110166 +oid sha256:ceaaef0aba67c05af5ec683163197dc89ba802ebfb2367d2e0e8ed80eaa5a883 +size 121637 diff --git a/pointerbench-sheets/data/test/0002.png b/pointerbench-sheets/data/test/0002.png index ee3bfe37d60da7866c91987c9e93f49f711e670a..e16fc507db39f0db662144ee88a3bdc3074b16de 100644 --- a/pointerbench-sheets/data/test/0002.png +++ b/pointerbench-sheets/data/test/0002.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79a0402362bfc3f7e4bc5ad83fff802613e66200eff6d855938698004bb20ada -size 95790 +oid sha256:9dca32f0650953fc15b5037643857804b5097e8c90f0c8ee241a1f6ccc02ff88 +size 56572 diff --git a/pointerbench-sheets/data/test/0003.png b/pointerbench-sheets/data/test/0003.png index 57d005b36f2b9637759dc90c486002d01e995169..5c5826de35e34383bfaada6d988e8113f33161b4 100644 --- a/pointerbench-sheets/data/test/0003.png +++ b/pointerbench-sheets/data/test/0003.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1857c6409f9c6371b9fdc4657a99cb5485444bad482ce22587aa96baaecc180d -size 96128 +oid sha256:df9b1426f0e9910ce65f6c6beec2a5d900ef691a7a272764d1b3a239159c8893 +size 137701 diff --git a/pointerbench-sheets/data/test/0004.png b/pointerbench-sheets/data/test/0004.png index 688a83e4124c93109bc21452fd67f6355505ef82..3ad796bcd20174ad2ccb7b40cc3fc63aef4b9fbe 100644 --- a/pointerbench-sheets/data/test/0004.png +++ b/pointerbench-sheets/data/test/0004.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bd8a4e091cdff8730f4cee52b2707273a353bbf787531ad0395bcd55a89a0fc -size 94692 +oid sha256:3f5cbb958bce329914db6d1d54b14d87612440b363abcbc097b67a8174d141e4 +size 72287 diff --git a/pointerbench-sheets/data/test/0005.png b/pointerbench-sheets/data/test/0005.png index 3d2a6939250b96043a0053f21b6e5cdb9a5449ac..e07a225bc11e3fd6fa1485c6001ded23e39a399f 100644 --- a/pointerbench-sheets/data/test/0005.png +++ b/pointerbench-sheets/data/test/0005.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61f3eb99c57e8406526a00ff57d42e7c874d9e1283472be932e8b4584f82f628 -size 87933 +oid sha256:8e7171e686933901c7c8074909b77a418967810a8ddf7e180182a153ba506ee8 +size 111860 diff --git a/pointerbench-sheets/data/test/0006.png b/pointerbench-sheets/data/test/0006.png index 9b30cee284e6a045879933a38046c3be71560f0a..b55c70805baee5fed2c5d76d49ad50374b6c686d 100644 --- a/pointerbench-sheets/data/test/0006.png +++ b/pointerbench-sheets/data/test/0006.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e23acbc4ab01711129fb2745bbb4467facd91ee8f19e581b7d707ff2433c1fc -size 110415 +oid sha256:d46d33feff5be89030f59422884bb4dc0ff8f6bc138402c2d06d607a3d1e65ee +size 116353 diff --git a/pointerbench-sheets/data/test/0007.png b/pointerbench-sheets/data/test/0007.png index a069906ca9cc85974bbb6a759868b34d3564db23..d68e7a9dc9c0c653c4db5db153baf25ae4a98eb8 100644 --- a/pointerbench-sheets/data/test/0007.png +++ b/pointerbench-sheets/data/test/0007.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e10f7fb20748001f899391462a85fc24969e7d78d37949b25ecaee3397964379 -size 123341 +oid sha256:c80198495607eed34015317142d3a7aa59676715059151c08e118d7414e772ef +size 142149 diff --git a/pointerbench-sheets/data/test/0008.png b/pointerbench-sheets/data/test/0008.png index 4b472070973f33b3d78def106b77a184f65b2f8c..4099720e969f3b2c8e85e08a2375af28aa0f0404 100644 --- a/pointerbench-sheets/data/test/0008.png +++ b/pointerbench-sheets/data/test/0008.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9647439d979ccb910ca6b83e49b65b39b4269fa58a424c34639e37d1f6f37c2 -size 93409 +oid sha256:3ef0491ccaa406cfa3bf0ff72f3954abf94839770f9f34dfe65e2c2db55fb48c +size 123194 diff --git a/pointerbench-sheets/data/test/0009.png b/pointerbench-sheets/data/test/0009.png index afa3f9bbfcee7536367d0db4203ca779c90258d5..a87aeacaa314054ca14dbc442914b38c1f93d235 100644 --- a/pointerbench-sheets/data/test/0009.png +++ b/pointerbench-sheets/data/test/0009.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9c55158d5e6e761ec1b8f0818ad60c81e31e55f7aae4bf666c9966aa49af836 -size 144488 +oid sha256:62210c535e4cdc0561bff779f02d2fddefcf680691555ec374ffea9b7c5f7f04 +size 140752 diff --git a/pointerbench-sheets/data/test/0010.png b/pointerbench-sheets/data/test/0010.png index 53c07ca54d35bd188f4cb75050d30f247d005388..12ac22144c292e8afa828ad53134c2eaeb135b42 100644 --- a/pointerbench-sheets/data/test/0010.png +++ b/pointerbench-sheets/data/test/0010.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:056b39acdb3182077d4c16a36bbf54dea9ddd823e1b1fa058ccdde89be42a60e -size 64729 +oid sha256:b6aa2b4ebf2d8a8bb550a74b1fb636a662546500fbb2a1bb9b9cdcd4b0b97319 +size 82327 diff --git a/pointerbench-sheets/data/test/0011.png b/pointerbench-sheets/data/test/0011.png index 2cccc4d6a38584e0e5e0841ec7e226682b6a57b7..d362f4abcf117df2448b7f4bba3b945d30c221cc 100644 --- a/pointerbench-sheets/data/test/0011.png +++ b/pointerbench-sheets/data/test/0011.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95b8882a03b16ff8d1345e770247a82c2041cc197eaff6e48b910f8b60a0adf6 -size 88269 +oid sha256:23869c3044512b7cc2d741cbea8d7a3d7bd6153971374a5bca7916c52297d882 +size 100479 diff --git a/pointerbench-sheets/data/test/0012.png b/pointerbench-sheets/data/test/0012.png index 602c59ed090bcd7030f9bb10f8b0992ee8b0032c..bd484df16e14d34a39dc7351d0ca38bb296ffafa 100644 --- a/pointerbench-sheets/data/test/0012.png +++ b/pointerbench-sheets/data/test/0012.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e77a6672b4e20d0e02a099518eeefb04a8d05c7b88a84322726dfa6edbeb6887 -size 81865 +oid sha256:71abef0bc42ee2f09045cd5ebb7fc4f735250e6ad13029d083faf0992d0e6234 +size 105313 diff --git a/pointerbench-sheets/data/test/0013.png b/pointerbench-sheets/data/test/0013.png index 70df816c25938fe963d57abc658a293dd705f67e..3d42ddd5149d7c8c9279dcf1b3c40a98aa8c9674 100644 --- a/pointerbench-sheets/data/test/0013.png +++ b/pointerbench-sheets/data/test/0013.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be0e80f2343bb4ebf53f4146dd0b883c95cb9024890b126ae40fbb179920e84b -size 60072 +oid sha256:39c4c37eb8f94d2e19971d8bf0a094a6ef027d1eb8f16d89676d18b22fa1ca34 +size 116357 diff --git a/pointerbench-sheets/data/test/0014.png b/pointerbench-sheets/data/test/0014.png index 7ef2992743149a6e9ee9ed616b76d77a8f6c3461..3808bfd4008f0f3fe130405a3bbbb43a61f69f58 100644 --- a/pointerbench-sheets/data/test/0014.png +++ b/pointerbench-sheets/data/test/0014.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fd406691b5138642e490dcf83739d0696b7ba8f89f513df0979a64fa20cac7d -size 89144 +oid sha256:b2c1221c1414fe6ab54618c497ea4085e750c36e25394b0dc668d1b9cb0c1513 +size 91972 diff --git a/pointerbench-sheets/data/test/0015.png b/pointerbench-sheets/data/test/0015.png index 71d42a3759e5f1710a17bd9b604d523a61476690..8e8bde4d440362216b1a5cdbb656bb553357fb14 100644 --- a/pointerbench-sheets/data/test/0015.png +++ b/pointerbench-sheets/data/test/0015.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25b818df225ad3f3db2ae00e2687c5200a7aee27c47b4707601de689646e16c3 -size 88938 +oid sha256:ebdea18baeb68116e2f2dca401acf34f33607c5d5c09f2cd85523f561e402947 +size 171005 diff --git a/pointerbench-sheets/data/test/0016.png b/pointerbench-sheets/data/test/0016.png index 929859b70e2d542d9e2f93d785dedbc5e8d1c219..017e3ca826efd86499f5feeb8e7de8c0b5aebaec 100644 --- a/pointerbench-sheets/data/test/0016.png +++ b/pointerbench-sheets/data/test/0016.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78610375ad6bda14baaafb034e6d1d5354eba29d8b97516f1297d474846c9e78 -size 81659 +oid sha256:cf970e9e3417cf2b1df79c951d13aea4cbad2866b5f400612cabce4431c6691c +size 122605 diff --git a/pointerbench-sheets/data/test/0017.png b/pointerbench-sheets/data/test/0017.png index dba86a09550c1a6dc1313b7fb72050d5edf424ff..8cf9306a4b9e823c846215a100672a40127b8c01 100644 --- a/pointerbench-sheets/data/test/0017.png +++ b/pointerbench-sheets/data/test/0017.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00a503d12f3de25beef062b2a9efeff5db4228c735a259469978aa8ef8133b2a -size 152165 +oid sha256:731a36c610ee7a501f66b2210a45419a49815cdd0662e0737f1667ab05805fba +size 106247 diff --git a/pointerbench-sheets/data/test/0018.png b/pointerbench-sheets/data/test/0018.png index 68f4730c29050ef5df5e175208dea6dd36ab634b..508c66b4e97ed270a7964484a6f0862d0df60f43 100644 --- a/pointerbench-sheets/data/test/0018.png +++ b/pointerbench-sheets/data/test/0018.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:760fc6f81f3ae26ffa1905644c3ac7880a373f8c2fe4c995c657dcc12c743983 -size 126968 +oid sha256:a6e8b845217d3881ded5d6b1b853527a3e5e613782620c7df25accfca9342d8a +size 83586 diff --git a/pointerbench-sheets/data/test/0019.png b/pointerbench-sheets/data/test/0019.png index 6669dca028e5de98f16cd37c1cde9ad970f9d84f..520d01057b5c91fe04d59e2b87b4fc2a6e58082f 100644 --- a/pointerbench-sheets/data/test/0019.png +++ b/pointerbench-sheets/data/test/0019.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e2b7d28f51a6c088ba7a807863e15c86c5c0bf986eac5285221eb014b6d8dc2 -size 97611 +oid sha256:1831922d1a06c059e0fceec1538e858004199c4cf96779db5773f860706c5e35 +size 111019 diff --git a/pointerbench-sheets/data/test/0020.png b/pointerbench-sheets/data/test/0020.png index 4548360e935e89d006807c304f8fe65f60dd54f2..5a3afa2afcd78eeaccda6d574a935db125923947 100644 --- a/pointerbench-sheets/data/test/0020.png +++ b/pointerbench-sheets/data/test/0020.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60e86b1db6ca8f058bcff0fc5dba2eb1143c2627e4048942662f30bb3e6dc501 -size 77938 +oid sha256:7edebd0bbca6119f3e174ccf1641c7a2865ff4e39b14492b558094e45d69653a +size 110000 diff --git a/pointerbench-sheets/data/test/0021.png b/pointerbench-sheets/data/test/0021.png index 710110e46797f32ee307cc5057420b975942cb97..74d97101dbad38b96e6b7337d7c1aa3f3719872c 100644 --- a/pointerbench-sheets/data/test/0021.png +++ b/pointerbench-sheets/data/test/0021.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3e83b1c8b95a22033463832702246013a9a318e44a78d54fe71260cfa75d484 -size 109936 +oid sha256:ba3de921244424553dc1fbaf7ac5ea21809df11eb5e679fe63e11b44f4bc5daa +size 148720 diff --git a/pointerbench-sheets/data/test/0022.png b/pointerbench-sheets/data/test/0022.png index 9597272763d9f765c7b8f58c9829595aad5d314d..5b133bce012ebb7f674525de6ebe781c696a07d0 100644 --- a/pointerbench-sheets/data/test/0022.png +++ b/pointerbench-sheets/data/test/0022.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8bda13e9c2ef59318a8d5fa3c1ef18937d00b3a894fd709d85c149a4355bcbb -size 110782 +oid sha256:8968fefabbc04b93996ef8679d19031c47dac4f4e802e534ffe85010afe316fa +size 78632 diff --git a/pointerbench-sheets/data/test/0023.png b/pointerbench-sheets/data/test/0023.png index 373fb8be8e5164b93d54d718af4c8499c2e6e0c9..046ce0c198ebccf81bc7b9a3d315a63c8c9ade6d 100644 --- a/pointerbench-sheets/data/test/0023.png +++ b/pointerbench-sheets/data/test/0023.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdfd0a2698707c6c8e578cfe1ed10f82f7faec2f28ea54316a48b54d1dd8f876 -size 117931 +oid sha256:c4537bf1d6cade36950ccfc01a2492d46ef9f440c1ead6c5eb644402a6bcb4b0 +size 80646 diff --git a/pointerbench-sheets/data/test/0024.png b/pointerbench-sheets/data/test/0024.png index a0e5095022416bb88b59e9e586d15ec5416385a6..08c270669be00157adf178e9c8a2e369227461f4 100644 --- a/pointerbench-sheets/data/test/0024.png +++ b/pointerbench-sheets/data/test/0024.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b07b574b6bdaca1e823224af40fbf1ce42cdf6e233806e33af2a7d103cf7a78 -size 104296 +oid sha256:596ad1ef621e5f82e3b4f0f1dc4d48287bf2d687a23524eea1b8cafc99658611 +size 91333 diff --git a/pointerbench-sheets/data/test/0025.png b/pointerbench-sheets/data/test/0025.png index c11d3b584031fdc0ec8bd035c1df42bd263f97f7..d3df096928031a1a93dab5da27390dfd35c2ab0e 100644 --- a/pointerbench-sheets/data/test/0025.png +++ b/pointerbench-sheets/data/test/0025.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32a963c1fbd85ba7898b1bf3764c75ca8709f189e4933a3bec3978ad2562cccf -size 172795 +oid sha256:d56bcc6b2e37ff29ba05b15b6672bfa797b3bd02cac109c85c3184406176806c +size 77636 diff --git a/pointerbench-sheets/data/test/0026.png b/pointerbench-sheets/data/test/0026.png index 2fac71525070e6c762042321553bb2d500f783a6..1e0af2e3caa3ae022af61b4dd87eb0536930b7ba 100644 --- a/pointerbench-sheets/data/test/0026.png +++ b/pointerbench-sheets/data/test/0026.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fc71594e191c05056b9940eb08e5e44d64c8e4d04a857f90a8155a7b17b63e4 -size 116581 +oid sha256:ff7fd239d168e737e23b106af7e71f32ef3505404900c427281c20feed043ba8 +size 121194 diff --git a/pointerbench-sheets/data/test/0027.png b/pointerbench-sheets/data/test/0027.png index a1c694dc51f677645f5e13b9a9d5dc625ab848b3..5b57e7a870744c42b288faf93796342ef307ec9e 100644 --- a/pointerbench-sheets/data/test/0027.png +++ b/pointerbench-sheets/data/test/0027.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e5b29db0b2f37d37113a1a886eac4f70b71e5cc9fabd253f84d7bff10da1053 -size 98625 +oid sha256:b85f7d0254d0b6f3ce158926c0718d97104e237cc46030a7f87db3eed5661846 +size 120721 diff --git a/pointerbench-sheets/data/test/0028.png b/pointerbench-sheets/data/test/0028.png index 6e95dd6a36abdc99f2190935775f7da5c385f87d..037452cc5c098189daf2771df4b7a16c323b40fb 100644 --- a/pointerbench-sheets/data/test/0028.png +++ b/pointerbench-sheets/data/test/0028.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2087012bdbed6bcf9e7c0f181ce5c5cc86b6bed0a9e84fed4b315093629d6c7 -size 75227 +oid sha256:16a71e83fcd3d10dc2c281c562dddd9f8bb21cb5c29e14b45880212e3a51d108 +size 113831 diff --git a/pointerbench-sheets/data/test/0029.png b/pointerbench-sheets/data/test/0029.png index dc9d6553aba84dbbc4a7e79e1d9f987b0154b0a3..80df64b194158a081928c5d2ed2ca4854d8b580c 100644 --- a/pointerbench-sheets/data/test/0029.png +++ b/pointerbench-sheets/data/test/0029.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a716fa5e25651ee0ca8ae30a4efed9387a80295add41918e87169e075327a2e5 -size 187635 +oid sha256:7e1424af964e9aa039328b4dae55804cde5d96cd2543e4412bf0ba43219d505e +size 97361 diff --git a/pointerbench-sheets/data/test/0030.png b/pointerbench-sheets/data/test/0030.png index 14e8f3a741f8ecca71318555b87974bdde9a4235..f7645b4abfdeb78dc2259d2218fbf70f9aae74ec 100644 --- a/pointerbench-sheets/data/test/0030.png +++ b/pointerbench-sheets/data/test/0030.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07b7e307d1a13a7dc62a2cb3817d2ed521d0b35b3b609bf12de555f0ffccafab -size 124159 +oid sha256:7d4efc85eaa5ccefb8e6e587b0f919cffeb67f005a2df3e1c140ec499aec6ced +size 82693 diff --git a/pointerbench-sheets/data/test/0031.png b/pointerbench-sheets/data/test/0031.png index cd59f321e7872b4aa8a795ca0a4c30d88279669e..233d582d1f49220dee26198a89cac0c8407b2e0e 100644 --- a/pointerbench-sheets/data/test/0031.png +++ b/pointerbench-sheets/data/test/0031.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ddc4993af0a4ca621667d02f7293debfad50418ff45529b19c453223d983427 -size 116385 +oid sha256:438dd083f5c170fbfacbdeb58db59234914c1a0093259f1c1e0c1963d5d1156f +size 154446 diff --git a/pointerbench-sheets/data/test/0032.png b/pointerbench-sheets/data/test/0032.png index 958d87c10c4bd3d018587b0f50d16ade876dd25a..f0fb9b638ed6bbeb7635a40edadee11ddc93a166 100644 --- a/pointerbench-sheets/data/test/0032.png +++ b/pointerbench-sheets/data/test/0032.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b113147cdc6fc757f136b8d38f133961804c1fec2e6faed8fa14851c27b7b410 -size 142172 +oid sha256:cfa51bc28f97c2b432c4174b85218c1292a5088e1c3392f2b07c5bff094c4316 +size 92883 diff --git a/pointerbench-sheets/data/test/0033.png b/pointerbench-sheets/data/test/0033.png index d4a9d3a7a0470aee9d4ec313673409dad85299a5..b730fd1360c3644643128e8cda25edae267a3d6c 100644 --- a/pointerbench-sheets/data/test/0033.png +++ b/pointerbench-sheets/data/test/0033.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90f79bd616998f45104cd955bca7683d1798000dbadee1e04fd7cee7c13dcc2d -size 100691 +oid sha256:de181ddd2b33cc7e35390c56b2e3857cd12c98f77d2d9fa38c6b39bc1894462a +size 103333 diff --git a/pointerbench-sheets/data/test/0034.png b/pointerbench-sheets/data/test/0034.png index 2ed5ab066305f2eb60fa0652c4f213b7471f2532..9b00562d92a9655ccde6dca0663f28da5a25f301 100644 --- a/pointerbench-sheets/data/test/0034.png +++ b/pointerbench-sheets/data/test/0034.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:246783d62a2cff5e9e52704a6cbfa8507df9e699e938d4516f2efcd55934c353 -size 76982 +oid sha256:da6522cdcf4b0a52de6c1df8ff7c139bfc21fa2b612846787046d244ff0a14c5 +size 75413 diff --git a/pointerbench-sheets/data/test/0035.png b/pointerbench-sheets/data/test/0035.png index 5c0979b723ae371bdf0fda742eec3c4945bd3ce2..0dedde8ed36cd39feccfe29b5bb598d8bfdc7b33 100644 --- a/pointerbench-sheets/data/test/0035.png +++ b/pointerbench-sheets/data/test/0035.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:130bbcf1b054a34e3bebeb5125bdc08cecc790e508e60fd942f50c23fcd4cb22 -size 75481 +oid sha256:a5e8a735c1b18b77723e2943849bd52547c93c1c6918361445ec75ed8f1ddaed +size 148410 diff --git a/pointerbench-sheets/data/test/0036.png b/pointerbench-sheets/data/test/0036.png index 6fd1cab2f64c643b560b5e0a53bdde17d32238de..1b221234dd8f195da20936bdf8e2cde1cc81ce5c 100644 --- a/pointerbench-sheets/data/test/0036.png +++ b/pointerbench-sheets/data/test/0036.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f6e83af70129a5c7354eb12a04636b7182c867f89899b196082ec198c27868a -size 62850 +oid sha256:3c7ff6d33a1e84d247378a8f4b3d9bd066d99036b94556becb600f836493e1d3 +size 54178 diff --git a/pointerbench-sheets/data/test/0037.png b/pointerbench-sheets/data/test/0037.png index 0d98c2e4932e4ff5ea8d5959803cda6ce186dc99..554af7fe60077b38f652747cbf161e288faad823 100644 --- a/pointerbench-sheets/data/test/0037.png +++ b/pointerbench-sheets/data/test/0037.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5ba1951c55a4f35c93fc98b20258c89b690c1610a8803d5cdc282494d0f91c3 -size 114574 +oid sha256:6f7e8db0e51fd3e46e5cec9651622599b8abc910e7c55b5101ea3fbb6b25e108 +size 162651 diff --git a/pointerbench-sheets/data/test/0038.png b/pointerbench-sheets/data/test/0038.png index 0d9eb4f6114f019f614492e174ae6f5967aa0aab..f4fe181d818bd9da2b753861c1f8d2912b462288 100644 --- a/pointerbench-sheets/data/test/0038.png +++ b/pointerbench-sheets/data/test/0038.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db1ad9e995e7602b30fb588dae7ae512b2d0e665a812a0da127572ab75b89c5d -size 94306 +oid sha256:8ee72f644a86ebe4bd91f5b3c494b2d5f7478acbdef2da70d7c04a44f1e1a5f1 +size 67691 diff --git a/pointerbench-sheets/data/test/0039.png b/pointerbench-sheets/data/test/0039.png index 111c7fea053d935078bae9ed779b39316ebef7cd..755aa53b011a40493e74be387dae6ef19a7fa344 100644 --- a/pointerbench-sheets/data/test/0039.png +++ b/pointerbench-sheets/data/test/0039.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42516805f18e4817e92e3cf42d249fdd549ca269456c8ca5c66cf96c0a0d9d03 -size 93391 +oid sha256:0668c72ab1774809ca8386c151a5369cf5f8967225b5a48636a4aae72252e30f +size 131196 diff --git a/pointerbench-sheets/data/test/0040.png b/pointerbench-sheets/data/test/0040.png index 9680a9dc42f009960e69243bd0d01effbf48d23f..bec746ddd0229ad06e6ac3d177c10da2e9d7cfbb 100644 --- a/pointerbench-sheets/data/test/0040.png +++ b/pointerbench-sheets/data/test/0040.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55faf86c92d9f513f388e2b19869d227b384e0a6aa510abff5cf3609537ea273 -size 70800 +oid sha256:98d16bd7ef457fb4aaaf512a385f5a755adfe66ccf9b5c6e6d030104cefe7956 +size 134567 diff --git a/pointerbench-sheets/data/test/0041.png b/pointerbench-sheets/data/test/0041.png index 4a4c8f96ff93e156afe3954a0ee2c4aac46a26dd..a9e3f25458b9316f4882def03fba94989cd9d2ad 100644 --- a/pointerbench-sheets/data/test/0041.png +++ b/pointerbench-sheets/data/test/0041.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:982f7a083b2810ff4f0670158ae43952088d5abbd5166a31f439714bf882a639 -size 52248 +oid sha256:84a747911b97e05a0b14d6020133956943f729acbaa1fd597352e227bbe61591 +size 173745 diff --git a/pointerbench-sheets/data/test/0042.png b/pointerbench-sheets/data/test/0042.png index 6a6217406209229fc25055578e61543b4a4f4f03..90f398141d945a18bf9e793049598f8ae3b29a74 100644 --- a/pointerbench-sheets/data/test/0042.png +++ b/pointerbench-sheets/data/test/0042.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c230673131769a83a057023986fcbdebf9f47f796b1b3da23bd9704ef40265a -size 136915 +oid sha256:eb364f2c67cc25aed44be9315bbe949cab63844b550c8c06751ae0b0a99e6927 +size 107537 diff --git a/pointerbench-sheets/data/test/0043.png b/pointerbench-sheets/data/test/0043.png index 18c3c20a3e6576ba21d048b2257f0be16b87642b..62793620a8a5e1434ad51aaad04c50cb9ce78d26 100644 --- a/pointerbench-sheets/data/test/0043.png +++ b/pointerbench-sheets/data/test/0043.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94d25d144f16cb85d58b60b867afeca7ae34bdff1cae16c84e3b1ca7d945228e -size 115180 +oid sha256:eb8263276955b82e2e53810050d76830a958d7ad10d0341b55a5b98ac48f119d +size 81015 diff --git a/pointerbench-sheets/data/test/0044.png b/pointerbench-sheets/data/test/0044.png index 2e1b6189ef58ec9f9fe5be5dc47649c86daac681..fe6f6213a467178d8f5debb774a8fd2a092f088d 100644 --- a/pointerbench-sheets/data/test/0044.png +++ b/pointerbench-sheets/data/test/0044.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dabb3cf1bf4faa86acebdfd1da60fdbf6fa8d099a928b23c73c7cd6707768b4d -size 67981 +oid sha256:a3216a6931fc26314f54f58f9a0b0950873692b72c3ced7403920a24ca1c210a +size 99065 diff --git a/pointerbench-sheets/data/test/0045.png b/pointerbench-sheets/data/test/0045.png index 8c0ea05eced1a0a25f1c00ca2a2b6384a25299b8..d9a2c72188372a04335226dc829bd40a7b2cee5c 100644 --- a/pointerbench-sheets/data/test/0045.png +++ b/pointerbench-sheets/data/test/0045.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:599916d21379a4cd316fbcf16e3c90a8dd81e925952b51a68fed974060852ff6 -size 62007 +oid sha256:1c296ce2aba094fa19005b6ffb89043382ee950088e54cc892d0fb334a64ac9e +size 105831 diff --git a/pointerbench-sheets/data/test/0046.png b/pointerbench-sheets/data/test/0046.png index 338ae19a66db17a69088a214be5ca20dfd0b7fd3..0f3c2f3b5fb94e270adf3bb0b0148cb5e57170df 100644 --- a/pointerbench-sheets/data/test/0046.png +++ b/pointerbench-sheets/data/test/0046.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22d3ea5399f7d6cc01aa839426242d0984c164647c96f92312f7e01da0e16ea3 -size 97556 +oid sha256:ab74c62974ffa2fc5792fb99d9c6fa6504a49e68596e41247a16f79d2c9b6204 +size 67070 diff --git a/pointerbench-sheets/data/test/0047.png b/pointerbench-sheets/data/test/0047.png index f09774096943fd7b44c347f9bedf97793ffae4c4..98de21667c5d591fac69c360cffcebdcd416b14e 100644 --- a/pointerbench-sheets/data/test/0047.png +++ b/pointerbench-sheets/data/test/0047.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c6f23ccab8d1f04c4fd0cdf190d44c556e16100ff95044596b26b7d61ba9636 -size 65430 +oid sha256:30fdd5473f73581ce4a4d4f10ead13f21cc4dbf9d624886cba1b131a396ec17c +size 97773 diff --git a/pointerbench-sheets/data/test/0048.png b/pointerbench-sheets/data/test/0048.png index ed1384161376d640d55b900d14f70f136d23ecb1..a69650d8e4635f2bc31a379debaee6820fe7e8bd 100644 --- a/pointerbench-sheets/data/test/0048.png +++ b/pointerbench-sheets/data/test/0048.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d336a2e181b838b5f0357e05e476f0227062e831a24e825896020cbd18c0c2a2 -size 112200 +oid sha256:bf39fc2aeeb3820f25987e476367383ed1b3d2edd8479a808f4b9033d1cbb541 +size 147552 diff --git a/pointerbench-sheets/data/test/0049.png b/pointerbench-sheets/data/test/0049.png index cbf66c74ae3ccbfa7f55c71c4fb47de179100b3a..788e35b94f1e2c7da7369153d509c2cc74a6b2e3 100644 --- a/pointerbench-sheets/data/test/0049.png +++ b/pointerbench-sheets/data/test/0049.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1a4039f1b09e763b66122af6c6d221e9c72599f59545e03470ef5a2c7992df7 -size 97169 +oid sha256:03161a8997363fb71bb7ce0e7e7a1a7a069a80e7fbeb6fa7e0353605970936c9 +size 96055 diff --git a/pointerbench-sheets/data/test/0050.png b/pointerbench-sheets/data/test/0050.png index 1505dfc060f3fccc1edb03a71a272fdc6849f42a..7acb25cb103c227fcdb94ada4f411aa20dca5c29 100644 --- a/pointerbench-sheets/data/test/0050.png +++ b/pointerbench-sheets/data/test/0050.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96c7e7eca7bd420b6dcf8dd9f579a66e2d837c832c7e4b41b13454d4e41865aa -size 67258 +oid sha256:77aff52894580554edcc7c52d8be698b99bdcefed6091a374c01d80147728a5a +size 68109 diff --git a/pointerbench-sheets/data/test/0051.png b/pointerbench-sheets/data/test/0051.png index 6cf8a989e3a64a45b7eb840dde03fdbcefa830de..291edc69297d274a8865170ce941e21e6ec4cb6e 100644 --- a/pointerbench-sheets/data/test/0051.png +++ b/pointerbench-sheets/data/test/0051.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b50eb07329ce746cfcab72707f69c6b927f012132c65a2de5c641ca56fea399e -size 111631 +oid sha256:94b8a4c1e844a1d49bc803eb5baa704079570cb1d117354a2d2493476560c9cf +size 62840 diff --git a/pointerbench-sheets/data/test/0052.png b/pointerbench-sheets/data/test/0052.png index b6783ce91a77d2810e9ca8d3418fc0b1dc947d21..c18d7840919302ca96e190c9c3a380b93808be8c 100644 --- a/pointerbench-sheets/data/test/0052.png +++ b/pointerbench-sheets/data/test/0052.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b3ca0c2e82b48cef0f22f54cf67c96e06a328195feaaf2c9764bf2c68606443 -size 129329 +oid sha256:74a5ad9fb7242632aaae6f3c02fc21bb773b6bff072e562fa45be7fbb6adf291 +size 164622 diff --git a/pointerbench-sheets/data/test/0053.png b/pointerbench-sheets/data/test/0053.png index f7115d9711698d9855d3c7c76317f7e9642998c3..b6949418c637711029afe99d4e52f4d6dab52bd6 100644 --- a/pointerbench-sheets/data/test/0053.png +++ b/pointerbench-sheets/data/test/0053.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89bd0f488b2ea736b2d63eec960ce4fc234b7d3bba7e0709c07523e6054c0acb -size 126935 +oid sha256:381c9c14879680ef2e01e8d8f5850c40602fbe5dadb1ccc31ed3fcef3e0c7d4f +size 134693 diff --git a/pointerbench-sheets/data/test/0054.png b/pointerbench-sheets/data/test/0054.png index 6f3cada80dc3877a127c6597037438236f4c5ba0..fd1baae16499204a6f2f060222ac4f13e096bd50 100644 --- a/pointerbench-sheets/data/test/0054.png +++ b/pointerbench-sheets/data/test/0054.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f340bbdbf86d9add7999b9d83dd35438f237ec7f8c857732d6df9494174193a -size 66536 +oid sha256:7b57948d5015c586def1c953f47c2326f65caf17686d7fa0a34f783d3aa13a0c +size 83623 diff --git a/pointerbench-sheets/data/test/0055.png b/pointerbench-sheets/data/test/0055.png index 2694da9838d78230c27260edb507379508a37486..55bd7d209eccb84ef716a24b856ddbb91f637f3b 100644 --- a/pointerbench-sheets/data/test/0055.png +++ b/pointerbench-sheets/data/test/0055.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76fc9d311e695a80aab52a8058c7437597404bfa84cb0bb5adbf9956e6e83214 -size 56896 +oid sha256:b69ff65479ded49401383cdbc2619c5eafce603f00f51846ccf6fa9d8eb1a701 +size 200623 diff --git a/pointerbench-sheets/data/test/0056.png b/pointerbench-sheets/data/test/0056.png index 8494e65be8752fe358565773e286b5ac9802a0b6..1aee67101aad0aa8b9f393d472918cc8fae549d1 100644 --- a/pointerbench-sheets/data/test/0056.png +++ b/pointerbench-sheets/data/test/0056.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b233442cc9512fd50167e3ecb9a743b6abd533bcff4feb4d7f345a45431a5c2 -size 98079 +oid sha256:40e7144426b87001d462e73e08d3f5f5662ee56a047831bd84635584368acc49 +size 90829 diff --git a/pointerbench-sheets/data/test/0057.png b/pointerbench-sheets/data/test/0057.png index 1159fdfa271958b6f7bf5daab5761489e26ec023..9ac864de09f30aaf4fdf92f3fe98c79fca858564 100644 --- a/pointerbench-sheets/data/test/0057.png +++ b/pointerbench-sheets/data/test/0057.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc506045b4a891330ebd319863d2eb3e71fa2fcbbb189e26289fc4b4c8216e15 -size 156606 +oid sha256:8169db3069b21504501faf30e329866e85003ac24aff8e2ae31010a564eabd55 +size 130842 diff --git a/pointerbench-sheets/data/test/0059.png b/pointerbench-sheets/data/test/0059.png index 29ee8fb18438ec6115fc139881c5af4e34281deb..a13e3ed2fe6fc341e86a56e5689cdbfdfa1f4059 100644 --- a/pointerbench-sheets/data/test/0059.png +++ b/pointerbench-sheets/data/test/0059.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ae2d8a33252a4f074d8be6f030ba3254728a176766a8546b61870b279b48daa -size 81696 +oid sha256:b8f7025acd7c49d211fcdb965c6d83c42a34c8c73ff66e6f837c11a1724350b6 +size 69228 diff --git a/pointerbench-sheets/data/test/0060.png b/pointerbench-sheets/data/test/0060.png index 92196aba52c3400044ec69f23a847e4a6696b6b9..50301db6e58dd5f1d34a5f212ffbbeaa52a2cb9e 100644 --- a/pointerbench-sheets/data/test/0060.png +++ b/pointerbench-sheets/data/test/0060.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db3d4a9f5a0e0fe0483442736f1a27ebf87a14f19753d808c721b91f41503b01 -size 133292 +oid sha256:764a8a302170687647d803890f13052d5a4ffd9ce539db21447be91abeaed0d1 +size 101679 diff --git a/pointerbench-sheets/data/test/0061.png b/pointerbench-sheets/data/test/0061.png index eab9cb6aa08a98d0534efa5adad85d439e6b8e7f..f6f9258f2ceb4e347ed2ca3eb54a86b05f889473 100644 --- a/pointerbench-sheets/data/test/0061.png +++ b/pointerbench-sheets/data/test/0061.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a64311476f435bea14688b4147a39a87cd16cdb66b18323c5432227cc2d95b90 -size 82946 +oid sha256:29ef3ce789e30c2b0efaede0a562d0d6efd4cd154e7a51a9c4473d2fad6b2cb6 +size 70239 diff --git a/pointerbench-sheets/data/test/0062.png b/pointerbench-sheets/data/test/0062.png index 9f118388fe62202bd1a0052555c89db520fe4bf0..97d1dec119db88b7b6ddb6219254c4108d503ff4 100644 --- a/pointerbench-sheets/data/test/0062.png +++ b/pointerbench-sheets/data/test/0062.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:578ecc52a3914a265d1ecbd16272b3bf38aeaf6fbbd64173aa2b9056224669d9 -size 95539 +oid sha256:96eb9a9b4a851bfbbbe7e2bd7c13713dcd4b3fa4aee9f577f92e129751aaa2f1 +size 102766 diff --git a/pointerbench-sheets/data/test/0063.png b/pointerbench-sheets/data/test/0063.png index c2254d6086de9ca2f534bf69824b00cf8f2005b2..8692f2ff19bf6c29adf19403053eede04b41a8da 100644 --- a/pointerbench-sheets/data/test/0063.png +++ b/pointerbench-sheets/data/test/0063.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c088d977a9b34fcab659d092cdb6e0fe00f7f704e30b876e99b874e7fb7441f -size 126352 +oid sha256:bc52a0eeb0e7008c5daa0d050ad1f4a9b154999c614c908f9c285756d5cfffa1 +size 86564 diff --git a/pointerbench-sheets/data/test/0064.png b/pointerbench-sheets/data/test/0064.png index cf791ae122654752972a7c5539f97a94508fe005..80ae9fba94c4f065e4b4144389fcf1ab2109d5a6 100644 --- a/pointerbench-sheets/data/test/0064.png +++ b/pointerbench-sheets/data/test/0064.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad0458740dafa9200db9442b59bf5f7535afa102267b266852189bfa974f85a7 -size 40454 +oid sha256:474d8f50aa8d2108703dcacc26bcc82412810699ad7cb4257e9c1564fae888be +size 138659 diff --git a/pointerbench-sheets/data/test/0065.png b/pointerbench-sheets/data/test/0065.png index 2b1ca877e6fa6c05bc466db3b56dcb2a52664207..cec97afb9f304016340334dd36679401dc734940 100644 --- a/pointerbench-sheets/data/test/0065.png +++ b/pointerbench-sheets/data/test/0065.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d1a5b7b99bfc7822244bea5153194d0f3172403b4ec469c7964285a99ea24c3 -size 72746 +oid sha256:b474881a45031f972225e6ce8d802f0df3430bfe67368d4ae6c6e56708a66560 +size 115247 diff --git a/pointerbench-sheets/data/test/0066.png b/pointerbench-sheets/data/test/0066.png index b686ee8b16df42ecc5613dc878bfb1de96c3b1e5..c4e46cdbe8bbebef80013e34bc2ebec2a4df08c0 100644 --- a/pointerbench-sheets/data/test/0066.png +++ b/pointerbench-sheets/data/test/0066.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb5033bda52afe7eb43e213b2979f3115197ce3a11cdd4fef8e85982729a8d27 -size 81376 +oid sha256:17b3c9c69a8b5d9d171e4f71ab8f03c4b1ffffeaf24e57f35bf5c529f8a5d361 +size 111786 diff --git a/pointerbench-sheets/data/test/0067.png b/pointerbench-sheets/data/test/0067.png index 9f5c3f75dd3b1f8113df71d842609c7779bde20f..e3cee3a4f6ed8f474fbb999ed11ab77f84d9940d 100644 --- a/pointerbench-sheets/data/test/0067.png +++ b/pointerbench-sheets/data/test/0067.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd2cd615003d043d70112aaae00f67f574d9dcef0c796d03ced9e582c499404e -size 147949 +oid sha256:3b130eb4e66d4757af81ed74a2ae987d1173b938e5dbdb91786d9e4d0fe8dfbc +size 93853 diff --git a/pointerbench-sheets/data/test/0068.png b/pointerbench-sheets/data/test/0068.png index 75414e5ac79949474ca10db4b2dd24670676d0bd..14e07380bed73a586ae3548263d8abbad85e0df7 100644 --- a/pointerbench-sheets/data/test/0068.png +++ b/pointerbench-sheets/data/test/0068.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:532135f8b18666dd7d2b6c1efe4f262545b22bfa5575562754d36f59c9500523 -size 190709 +oid sha256:e64febfda2b5a4d62014233e1a7663a141961352e4cadad27088e85e43dbcb4d +size 72611 diff --git a/pointerbench-sheets/data/test/0069.png b/pointerbench-sheets/data/test/0069.png index b38ba3b67486493fad94d905db126c9edff9a69d..11f203b7dd4d8de51d7bd55115814a6e2709a3cc 100644 --- a/pointerbench-sheets/data/test/0069.png +++ b/pointerbench-sheets/data/test/0069.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73ae04167013785ca8fa560a69474eb26eebd04908f3a2fdbb050c5803b1bcd0 -size 92357 +oid sha256:5c4bab83ebf0097862ee71cb85b7458b2136f7368afa7cb9d4d35bd038096600 +size 164586 diff --git a/pointerbench-sheets/data/test/0070.png b/pointerbench-sheets/data/test/0070.png index 9edcfb71bc4461641598f425ae14ae8a4545dd05..8ffe8d535a609c1f88e6833830561e1c2612dbd9 100644 --- a/pointerbench-sheets/data/test/0070.png +++ b/pointerbench-sheets/data/test/0070.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6adba173d427f6bd997279ac497d5ba64ce64480401d63ed7d45ba127bea70d9 -size 132404 +oid sha256:0fc5b72e33d44b4ff29a083b8d17b2d845b9341c6f68ae47ae136a3207569dc3 +size 83482 diff --git a/pointerbench-sheets/data/test/0071.png b/pointerbench-sheets/data/test/0071.png index bdbdd08a87a735c12960a75e34a9967900eec52b..f5486914125af2d1b2ada4ed97620c23a8bd0ead 100644 --- a/pointerbench-sheets/data/test/0071.png +++ b/pointerbench-sheets/data/test/0071.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d1995246cdb46d6dc80ecd84e6dcf6770967ac6ffa85302c5bf3742a0c90a4c -size 105829 +oid sha256:3a3f7be9ce203482f18cff102cf169540d02c88fa35e33fe07b1bbece73d308d +size 121390 diff --git a/pointerbench-sheets/data/test/0072.png b/pointerbench-sheets/data/test/0072.png index 6f0a1c9b56e847c99afb94dca910eb170f52bc9c..fa0246ff2ff4d15dc10fa74b779338b61e1c86d9 100644 --- a/pointerbench-sheets/data/test/0072.png +++ b/pointerbench-sheets/data/test/0072.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:718fa2b83e79ef86ffe331315237b3a651c6f78974407aad398b949c9f6ae5ac -size 72198 +oid sha256:23ad5fffade35c3be6c07cae075472da1f0cc26991eb4e51f792f80633117225 +size 119145 diff --git a/pointerbench-sheets/data/test/0073.png b/pointerbench-sheets/data/test/0073.png index ac0d73aabdc06e2a108b7a94e14e3aa01d91b378..e06f081be7b5c00fd70c98a0fc27c7802347ec4e 100644 --- a/pointerbench-sheets/data/test/0073.png +++ b/pointerbench-sheets/data/test/0073.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0b80d2c83d2b51933fbd7cbf4c216590e12d0d1b889e8f6a13f99c732b52bbe -size 110393 +oid sha256:17b2fe8b51f33c6ec8f5f67f97efd4eef5f807fcc40fc51acbc376077049e6e1 +size 134365 diff --git a/pointerbench-sheets/data/test/0074.png b/pointerbench-sheets/data/test/0074.png index dd00b724246d58638e5a64e8b1a1c30d15670e7b..13afa868db04248c1c511fa72d8e9d60840c79ce 100644 --- a/pointerbench-sheets/data/test/0074.png +++ b/pointerbench-sheets/data/test/0074.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cd0a2e8b7d1288de0d9d7b4f9f72e76327fc9a9574687051bfafe401d3f8066 -size 98742 +oid sha256:1da010df8553aa809d1e307cb979a69fea61382605dce3ef37f12fad9796b5c2 +size 99931 diff --git a/pointerbench-sheets/data/test/0075.png b/pointerbench-sheets/data/test/0075.png index 7a6b3f4e9bee0a1808ce2934be9d12b0c62605a4..7c107b0469cb0b3c7da6c5afa1292047053dad55 100644 --- a/pointerbench-sheets/data/test/0075.png +++ b/pointerbench-sheets/data/test/0075.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12ea67d0eebccdb60e0aa5268ff4e53c31430bbbbf9ee1cb1438ef0edc2607c6 -size 65803 +oid sha256:85fc01e886c3b087d5b99a3c74b86aceadfaa5cd393b965b7fb164955466a0db +size 113827 diff --git a/pointerbench-sheets/data/test/0076.png b/pointerbench-sheets/data/test/0076.png index 86bccd02b5920053016688fd348ceb3009d03b81..8d81f99bf272cc89cb2da4a51e14bfc644fcac61 100644 --- a/pointerbench-sheets/data/test/0076.png +++ b/pointerbench-sheets/data/test/0076.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48b83f5e0804bd467afdef50947f00f7fda0196178c54400af6b1d57902563e7 -size 80329 +oid sha256:8db3cf7ce3a072eb9caa3eb5f42682b487e56f5ed1099c0bc59aaaeb810409d3 +size 94777 diff --git a/pointerbench-sheets/data/test/0077.png b/pointerbench-sheets/data/test/0077.png index 68634d79178d1035a67632186b62040c53dd6e80..3a83ba1dc9fecc75aa764632ffdcf1173962985f 100644 --- a/pointerbench-sheets/data/test/0077.png +++ b/pointerbench-sheets/data/test/0077.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a297be25e494087112462a8085cd0e0a962a7f6feffbea436995a2be53ea6f74 -size 82429 +oid sha256:5ecfe87554c0af0b84988669b56a086a7700212257dedd2b61ad9b4dc9c3c62e +size 62692 diff --git a/pointerbench-sheets/data/test/0078.png b/pointerbench-sheets/data/test/0078.png index 45a9602c3483753892f31e6ba41c06e587d33a21..1917cdda0a5ec2b69519b5f8cad9278af1b8d09e 100644 --- a/pointerbench-sheets/data/test/0078.png +++ b/pointerbench-sheets/data/test/0078.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:256bf6f512e79cef376066f31c296da6400d18027c94eb4a620e571c7ddfc1a7 -size 102988 +oid sha256:c5cb1ad5899fa436e3e869408c0388b6a0aac2661cd1fcc7cb01dc32491bfde9 +size 117496 diff --git a/pointerbench-sheets/data/test/0079.png b/pointerbench-sheets/data/test/0079.png index 496128a103dc1919011e29fb8760c8314739fc6e..747a6e5b454bc41ee447b20bb4626118352d22dc 100644 --- a/pointerbench-sheets/data/test/0079.png +++ b/pointerbench-sheets/data/test/0079.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2dd140c9350e23d4975093d7641e0b96159c02ef6c0309d297f595675b85c7a -size 95197 +oid sha256:b043607549f850df2adb1d931b8b8c9d363ebda3cb68e9b63512f2b38eec2d32 +size 148009 diff --git a/pointerbench-sheets/data/test/0080.png b/pointerbench-sheets/data/test/0080.png index bb60e891d6e94deefc5d8f52d7988a7c2df67b0f..a067caebcd45146010aa774c5979ee6f5427567b 100644 --- a/pointerbench-sheets/data/test/0080.png +++ b/pointerbench-sheets/data/test/0080.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e8caa833d43530cc7fc3831f3cadea25cac411b49afddc77458f696b9811794 -size 127540 +oid sha256:122cab884c72e5e71699b35e98446c5b83c4d110480a25446a2ef1cf5bafe5e6 +size 106178 diff --git a/pointerbench-sheets/data/test/0081.png b/pointerbench-sheets/data/test/0081.png index 7ac262d7c702ce3673f0486f90466a9ba8b794f7..3643d02f088d2cb4bc0d47953939c88be535c295 100644 --- a/pointerbench-sheets/data/test/0081.png +++ b/pointerbench-sheets/data/test/0081.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:341dd22653fab27e45831789fefb42597151e6db2a6fb49ed9800e51ec0de1ff -size 118037 +oid sha256:10098a47675d9a8354baa0267fba69247944927000edcf8ebad41605acce50d4 +size 120789 diff --git a/pointerbench-sheets/data/test/0082.png b/pointerbench-sheets/data/test/0082.png index 33b3c3e0594b5483a155b1614d834a42db849c31..d41481537ad4936ab872c0394b159caa4dd27460 100644 --- a/pointerbench-sheets/data/test/0082.png +++ b/pointerbench-sheets/data/test/0082.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:277714c019f06d0e025978ba44c05a692d607b59c1638f14bab91da21c8ef417 -size 89253 +oid sha256:0e7fdc6d1e832aba57c5ccc1e698de1776536169cc09f8be279526727a6f8f7e +size 105016 diff --git a/pointerbench-sheets/data/test/0083.png b/pointerbench-sheets/data/test/0083.png index 408e5eefe2e9d3b606e91d0761344b6fa011c4d4..c85d3c8503105b48009f857cc3644f002eae1149 100644 --- a/pointerbench-sheets/data/test/0083.png +++ b/pointerbench-sheets/data/test/0083.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee67f6261f75af88b6fd1ea15e581c3d7d3ab2e9722d1fc128329ab06fbd827c -size 86942 +oid sha256:eee01588259adc4e0140ed025092a72213ac6cb868497097b634499ea1c56305 +size 85936 diff --git a/pointerbench-sheets/data/test/0084.png b/pointerbench-sheets/data/test/0084.png index fdbf7f97c039576b6cd4a238fd8f48a727928af7..37388f5e130c61365a058110d7474621e3b3128c 100644 --- a/pointerbench-sheets/data/test/0084.png +++ b/pointerbench-sheets/data/test/0084.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ebc38ed635daaa009c6ebb11b9688c2a4aea307479ecfa1a9a6c80a99abd15b -size 77364 +oid sha256:d2ef54b6a6aee79df92e482c5cd9e284ef39a25c890bf7cc13b1bee655ab037a +size 74179 diff --git a/pointerbench-sheets/data/test/0085.png b/pointerbench-sheets/data/test/0085.png index acc2b0d64949c76fe957a3c7d9a45cb5d0bb7864..ee0cda692ff50ef89c826a917fe626f4602aa16d 100644 --- a/pointerbench-sheets/data/test/0085.png +++ b/pointerbench-sheets/data/test/0085.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b17e70f387fa76a696a423d966c14fb28fb88e0957d6a249e0e9422cb747254 -size 157462 +oid sha256:13aad2d8d418a0c6dbe721c40ddb490260a73bba8e1844c87074c3791b13d8b8 +size 108524 diff --git a/pointerbench-sheets/data/test/0086.png b/pointerbench-sheets/data/test/0086.png index ce6ac9f3ab15a8886c4afc525d2a6b5193e29055..16544bf5d106a74d3974ddd9c9613fbe1e4e4992 100644 --- a/pointerbench-sheets/data/test/0086.png +++ b/pointerbench-sheets/data/test/0086.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:582fb25f439ea65884e7804b89970683568bea8f03f64b8d0f955c6f710cfc49 -size 68940 +oid sha256:6097497c4d464c6a44683bc275f4fbbf56683f4ba710a977fce793f9b23425ec +size 75778 diff --git a/pointerbench-sheets/data/test/0087.png b/pointerbench-sheets/data/test/0087.png index b29874665b51479d19cbf190e720210f0ed26b4f..9cd0eaf59f9b419cf52a3f024e2a06ec74df048e 100644 --- a/pointerbench-sheets/data/test/0087.png +++ b/pointerbench-sheets/data/test/0087.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37ecf7ccddbc2de25b965aa4160fb49802a297aa7f1de373f85d53fa986310eb -size 79927 +oid sha256:9ae295fd692535aa706e9d1838c74a2988ff17bd83a896a5b3aa4c89b635ed4a +size 105766 diff --git a/pointerbench-sheets/data/test/0088.png b/pointerbench-sheets/data/test/0088.png index e545c3e492e863bd47c17e9f3edc714f830d9698..a541dbd5da1b9f465a13a577b627eb75e6624e15 100644 --- a/pointerbench-sheets/data/test/0088.png +++ b/pointerbench-sheets/data/test/0088.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74b70b8fa2d7c879dbb469213f140e9ebff0ee2d790f0798298b9bc13db44fc9 -size 213930 +oid sha256:b289187c12caa699a8ecc7c66ed254adf769ff53a8141e3c5342c8115d72ec8b +size 227748 diff --git a/pointerbench-sheets/data/test/0089.png b/pointerbench-sheets/data/test/0089.png index 3022bb0e29ce7f542df233a58feae9a03e0aabe5..8a2d8b3e9c22db90d3f66ebdb33855ab42ece13e 100644 --- a/pointerbench-sheets/data/test/0089.png +++ b/pointerbench-sheets/data/test/0089.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78927291bedbcbd0445708bde94d375b16b42e5b07d94edfc0b13420db5e4e0c -size 146472 +oid sha256:879f28682e71b00c35dcc0ba801d8fdf7beea974b2fe525c4836e82300eaf903 +size 92945 diff --git a/pointerbench-sheets/data/test/0090.png b/pointerbench-sheets/data/test/0090.png index eaadbc906af229b648bf44f5a353e372f7862bea..dbd992cd7bcf77bf28a37396383c6cd47037fd05 100644 --- a/pointerbench-sheets/data/test/0090.png +++ b/pointerbench-sheets/data/test/0090.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a1801836b2549e3f20b747f03e4804a00e0296f3525065c05d54ebf9c003cbf -size 126619 +oid sha256:0507313c6bce5b981a81f64f608297489f9d5cca90a157b7d52ae1ca1d741daa +size 116658 diff --git a/pointerbench-sheets/data/test/0091.png b/pointerbench-sheets/data/test/0091.png index 97bd537eea3808e1298332d01d80da4c645141c2..44e5cdea12d21a97e6c6ea186bfa004ee7a8c916 100644 --- a/pointerbench-sheets/data/test/0091.png +++ b/pointerbench-sheets/data/test/0091.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b19f0d8ec574b6cb5940a9c2b4bacd7fc3189a25425cfbd07c3a5a524e4ec114 -size 134436 +oid sha256:f8b2a38dd2f3d295ef11acbe9e45bf49368590737a92219c33bae283fae8bcc5 +size 103140 diff --git a/pointerbench-sheets/data/test/0092.png b/pointerbench-sheets/data/test/0092.png index 8c9801198f9fbf0e844809abde32866798d2698f..b2b187ad0811aa0f87823a593bc61d02b152009f 100644 --- a/pointerbench-sheets/data/test/0092.png +++ b/pointerbench-sheets/data/test/0092.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68329012c876378ae79e2454c901019dafa71630bacd52f6be246681747f22ae -size 59678 +oid sha256:a81bcdcb887004887b56c5d5d0a73f741888bf7622bc520623985c93cb6281af +size 84217 diff --git a/pointerbench-sheets/data/test/0093.png b/pointerbench-sheets/data/test/0093.png index 32af077b75c2fb4c78b8d145bf43a92da3246bb4..0d5a33ab473c5cfa5535a0ee884316570fcd159a 100644 --- a/pointerbench-sheets/data/test/0093.png +++ b/pointerbench-sheets/data/test/0093.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99e6b46b8489aa27759956f5cd953fb01281c0a7f63afa124b6d9dfe2e0fc2b7 -size 83679 +oid sha256:3aa5eb2aa31ce14f0be6c8fb30d671ddb7b10fdcf723ad2e7faa2edf7a04eb0e +size 112901 diff --git a/pointerbench-sheets/data/test/0094.png b/pointerbench-sheets/data/test/0094.png index d7cc560142d0e1bb4742ce1ee467ec72c3b1a0bf..83a6c571367906ec004191e75bbdee20745a1ba1 100644 --- a/pointerbench-sheets/data/test/0094.png +++ b/pointerbench-sheets/data/test/0094.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7859beccf3b9d41d057ead9f9f79cf02f2d948b99ddf01524f72276025fd853b -size 161869 +oid sha256:5f9d12b2113b1f574ed7d1cd9cbdc34b309115d86db9bf697b2274a3d3cf552d +size 69347 diff --git a/pointerbench-sheets/data/test/0095.png b/pointerbench-sheets/data/test/0095.png index ba3b3793036e075354dea8b82572ce40bfeccde1..fbe2d77637bd2de3cbe85fac0e90f477139d1c33 100644 --- a/pointerbench-sheets/data/test/0095.png +++ b/pointerbench-sheets/data/test/0095.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b72e0d6e72cd71e343bbc1d663f341dac0361fdfb7a11a94b3a1508c547b034c -size 78317 +oid sha256:df9926820c1da81441f906974d3e51cb085fbc4419036e22f26e263989b7e394 +size 75708 diff --git a/pointerbench-sheets/data/test/0096.png b/pointerbench-sheets/data/test/0096.png index f9a8dc954a6c32cbe28f5da745a3884726b955a9..7cb468c098b58a6b895054c9b4a53b084b14730c 100644 --- a/pointerbench-sheets/data/test/0096.png +++ b/pointerbench-sheets/data/test/0096.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c8f519eeb660230393ce35b1ca43df5167b41279072e3e46ecb29719c556bcf -size 83445 +oid sha256:11b00872f92733c6bf7cc354e976057248311d310810b8b04e5658880aea6105 +size 152190 diff --git a/pointerbench-sheets/data/test/0097.png b/pointerbench-sheets/data/test/0097.png index 333ec65d1e70c33b049e6cf3306d41baff1c80ff..69b3cb81e23186e98be9d3af7a43d3e0bcf0b518 100644 --- a/pointerbench-sheets/data/test/0097.png +++ b/pointerbench-sheets/data/test/0097.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1b66be9e37f0af22d3c520186c696973f60201d87d54dffdc55007a9351ef30 -size 111169 +oid sha256:52a9a372e1165d01568fdb08e5687403827b492054deefdb9d221ccebb6eddb6 +size 147760 diff --git a/pointerbench-sheets/data/test/0098.png b/pointerbench-sheets/data/test/0098.png index 57d6edd5ee4bde81e5d72710d52405d06a034e66..b37c768c4048b8c92d32096d87173c51d7606c9c 100644 --- a/pointerbench-sheets/data/test/0098.png +++ b/pointerbench-sheets/data/test/0098.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76597c2ed27965796ec56f6c6c187f759e86dbbb8fae00c02ffc2083f80326f5 -size 144016 +oid sha256:bb6d59412460fc70650ab38030bf3cbd6f4e7841728012969521f916292d2cc5 +size 71677 diff --git a/pointerbench-sheets/data/test/0099.png b/pointerbench-sheets/data/test/0099.png index a3c66beeea00e26ca46236e245b3fc7bf7637cf7..428f0eda73cc6fb503c795ecba1d32a224a30047 100644 --- a/pointerbench-sheets/data/test/0099.png +++ b/pointerbench-sheets/data/test/0099.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75b8023c5ad77248219d49b6484f902cc7fe50d1e80417fd0a0cfc7c8d056368 -size 122506 +oid sha256:545783bda1f2264c9be7ef78cc44cec76715dcd885f664b9110135e6af915ef1 +size 74954 diff --git a/pointerbench-sheets/data/test/0100.png b/pointerbench-sheets/data/test/0100.png index 341abf57af19a405f91dcd236982db3a6c3badc8..64a9d9cbedaf46bfc957cee1b01b92bdf4c016f1 100644 --- a/pointerbench-sheets/data/test/0100.png +++ b/pointerbench-sheets/data/test/0100.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:723fe83a8f2735a7c67deeb23a73586fad05d18b541192a1247bfcebbdb53fcc -size 68279 +oid sha256:ec3c18e3ab1ca7fcaf40aaed7376c917ac85a87b580da9439417546cbdea69a2 +size 77029 diff --git a/pointerbench-sheets/data/test/0101.png b/pointerbench-sheets/data/test/0101.png index c38da400a2c43928595aa109e6d981c578993f9a..c5249ff5e8b283222b6f588eeaca7d2c68aceb72 100644 --- a/pointerbench-sheets/data/test/0101.png +++ b/pointerbench-sheets/data/test/0101.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:625579460e3284e80034d99495a0182426f9e4a55adf5f5f8e3f26736922a3ac -size 125774 +oid sha256:7313fe8e6d6f583ce5b00177cba97f11f6516b872a27e168f57689452492c9bf +size 63538 diff --git a/pointerbench-sheets/data/test/0102.png b/pointerbench-sheets/data/test/0102.png index 6ce13842e3cd051c3b67ce217d1e73a995af805a..a5df514a83f0f8d6903656b61e0a493607d2f678 100644 --- a/pointerbench-sheets/data/test/0102.png +++ b/pointerbench-sheets/data/test/0102.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc116f8e017dc01bf1d21b23a44a1c1f735e65a4806c49012a2962ccdb3d73d6 -size 118826 +oid sha256:446e0ea281854d01a89375bfdfeed3f746a3df06229a8eae1f88511b18bdc5fe +size 73396 diff --git a/pointerbench-sheets/data/test/0103.png b/pointerbench-sheets/data/test/0103.png index d8996b211f4075d9bea3d5490dcef3148fb44900..dd307cbdb95a40035534c6870dade8a47bf87180 100644 --- a/pointerbench-sheets/data/test/0103.png +++ b/pointerbench-sheets/data/test/0103.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ca958fcd7704686c5afee19f1384a9ed6b8d25c3223e2917ba6d11d3a0e5cdf -size 184483 +oid sha256:9843f99d4e92a6f87d79fbdfb9194018ee16a8f23301178a9f7ab41f33d34d46 +size 134845 diff --git a/pointerbench-sheets/data/test/0104.png b/pointerbench-sheets/data/test/0104.png index d6c4742405427cec11e8656371be3e9db3f306a2..568c58d59fdb4f577023a61e0dc18b2912ce3658 100644 --- a/pointerbench-sheets/data/test/0104.png +++ b/pointerbench-sheets/data/test/0104.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b92b3e3c6e1747e408377e2cab2512bfc3432a2ca3298c9ee18addbf41f0340e -size 123486 +oid sha256:3df7556a9401bfbd02e6c1224e2364d48ae35b85051118b2fcab6814f98a42dd +size 84485 diff --git a/pointerbench-sheets/data/test/0105.png b/pointerbench-sheets/data/test/0105.png index 342afb2e1cb7fad00f9168d983dab8718c64a5e1..e55dfa6386a32cb231b817967c0260d3a5300c80 100644 --- a/pointerbench-sheets/data/test/0105.png +++ b/pointerbench-sheets/data/test/0105.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a941ba91a45fee2fed82597c2255f05d8e3b236d9755cdeeb6907cec04b5f2bc -size 79764 +oid sha256:de3788b581d39e5a627bef2d76b82db8a6312034552a1073bbb11f01aaa10f10 +size 82356 diff --git a/pointerbench-sheets/data/test/0106.png b/pointerbench-sheets/data/test/0106.png index 0e021dee926cd4b1f60541c4424c0ea181472eab..370d2057d8aa94cf572d3aa7401f1227df0d05dc 100644 --- a/pointerbench-sheets/data/test/0106.png +++ b/pointerbench-sheets/data/test/0106.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3212721284de3abf5094d973449e2febc0bb2fed8b431e123ab90d5b5ea0204d -size 76025 +oid sha256:09f6d4ee00ce534e432bc39d811c9215b746fd823f1d7fc764a6f40998b4cbe3 +size 85067 diff --git a/pointerbench-sheets/data/test/0107.png b/pointerbench-sheets/data/test/0107.png index da90c40a8a2620b0a2424115109690c7a6566597..cc51743c5322b2fb8abef9c19fa353123cacfcc3 100644 --- a/pointerbench-sheets/data/test/0107.png +++ b/pointerbench-sheets/data/test/0107.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5e075d52918dc1f1a58dfe5b12cf2f87f83e8ebd9d6d461143b423cd055df8b -size 113185 +oid sha256:a8fc9b378c5cab44860c2214558e8379c6ad1fc6f128b67e613b84b18c57cf75 +size 100589 diff --git a/pointerbench-sheets/data/test/0108.png b/pointerbench-sheets/data/test/0108.png index 84f626d48f0ba972ef44ca0c56ff088105e8610d..d395c9bb66356e61ef9d1993002371894dc3cd4e 100644 --- a/pointerbench-sheets/data/test/0108.png +++ b/pointerbench-sheets/data/test/0108.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3938fd5c75c97f9971124f9c064b9e3eaeec16b4541a0762c3364aca19709eec -size 74735 +oid sha256:11fa625882eb756995b7b983a6b907da4a8a9c7a8f1b068ad12926db9923b0be +size 97477 diff --git a/pointerbench-sheets/data/test/0109.png b/pointerbench-sheets/data/test/0109.png index 13a79bf05fcb2aac18f9bdd3482aed56a475edc4..c40828db5f2430925af11b8851688eccb40080e3 100644 --- a/pointerbench-sheets/data/test/0109.png +++ b/pointerbench-sheets/data/test/0109.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93627bdb301e05a6d6ae1a437bded2660ad7ffa81c770bc4a720ca7d674cb697 -size 124194 +oid sha256:d0dec84e3a7663844227630bea73ebed3e1308ce946d37333f5ee5caba09592f +size 88714 diff --git a/pointerbench-sheets/data/test/0110.png b/pointerbench-sheets/data/test/0110.png index 52fa4a211742f28a5eb89e9fac21acb17e872f78..8febc2a08c7c68e711bd7dac78a82ea87c21dfe8 100644 --- a/pointerbench-sheets/data/test/0110.png +++ b/pointerbench-sheets/data/test/0110.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d89e6378f78c20f9330cd9e438f52c7eda9520bb60f420594398dbbdb78c0e18 -size 65557 +oid sha256:7d6c337ef95a8947f1a5643beef6a17c57924596c3ccf99f708bfc1e0ec07f9a +size 69036 diff --git a/pointerbench-sheets/data/test/0111.png b/pointerbench-sheets/data/test/0111.png index 789a96df6e72f3d4eb4938ed9466ed24c44de0bb..ceb3bf13c839c09638461d96ef1606284fbc452c 100644 --- a/pointerbench-sheets/data/test/0111.png +++ b/pointerbench-sheets/data/test/0111.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46bd34b470f4442c2d2e0beea49911a85192140645cf01b54c0f1a8b130e78e6 -size 95539 +oid sha256:6e596cba7578a60bd1c230bb8abc87b742d18abf040f8994260a2615d5ebe2e5 +size 112637 diff --git a/pointerbench-sheets/data/test/0112.png b/pointerbench-sheets/data/test/0112.png index bc855897acd0e656e979a1e3990e1827e2514d58..65048794bd2f2f2586cffad08f2da7b57853484f 100644 --- a/pointerbench-sheets/data/test/0112.png +++ b/pointerbench-sheets/data/test/0112.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae000cc0465f75a93afd67eba34a179fb8c3d0c829465a3c5813833737f7ffb7 -size 65749 +oid sha256:f04df3e8f9374903b24f39a0bb14cfebacf47f611cdbf6434bbaf0caaf7ca033 +size 85904 diff --git a/pointerbench-sheets/data/test/0113.png b/pointerbench-sheets/data/test/0113.png index 0f10239fb69d4131a351f5de9be12b60982501bf..b62bd2b9bfe7eaea446575a5d5a75b9aec394c9c 100644 --- a/pointerbench-sheets/data/test/0113.png +++ b/pointerbench-sheets/data/test/0113.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ee1900ddce31e57bd7ba2964b975a8a223f2d230cda75eab51a9e42d782943e -size 83833 +oid sha256:3ffa07b4b34b5e87e4843c582ffe4279c63d462337c1c07cce622d1aeeb0a4a7 +size 92967 diff --git a/pointerbench-sheets/data/test/0114.png b/pointerbench-sheets/data/test/0114.png index 7fce866a30a24499f4f545eada068c8a9bb28d47..1cec89513158edb517cbe88ba3407a4ab303aaf5 100644 --- a/pointerbench-sheets/data/test/0114.png +++ b/pointerbench-sheets/data/test/0114.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9b4a4c4d1343a22752ddbe45bf42ee183a1ddba19772ebb9f361a36ed17cdff -size 114313 +oid sha256:51e68a4a5123546c9d185557192f6961665f2995bc2bb4404e6fa668702c9534 +size 116323 diff --git a/pointerbench-sheets/data/test/0115.png b/pointerbench-sheets/data/test/0115.png index b5e4473fbb06a0629d5208512d0b82e4c770fae2..7b73046dfdf8148180944dadd1d459ff92b46012 100644 --- a/pointerbench-sheets/data/test/0115.png +++ b/pointerbench-sheets/data/test/0115.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19ba6e80bcaaee0064ce0cdea72bbaf03f3b2eba0431f1a11e0ba638a1d2bcea -size 71303 +oid sha256:a366626ff07735729ae5454ab49ea3b86cfe7c5db65ca9f15c58fcddb65c723c +size 107732 diff --git a/pointerbench-sheets/data/test/0116.png b/pointerbench-sheets/data/test/0116.png index 400d24cbd93ebfa3863946cff3162d844997a510..a509a842e7d7ee2b03a87acc23c2969cabf72ee6 100644 --- a/pointerbench-sheets/data/test/0116.png +++ b/pointerbench-sheets/data/test/0116.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa4400d0e2af9f4d6fb05b275fb4dcf281621bdfa4dd9f1213b1d31cda915043 -size 105855 +oid sha256:dd1467d9df4a77dd6ac60553df398e1493b84a50f9c1f453f7d47e1511533413 +size 109776 diff --git a/pointerbench-sheets/data/test/0117.png b/pointerbench-sheets/data/test/0117.png index 068e106106e6c363d391faf4f9c139a600f89cf0..42cac9bb1aab55d35a8c8fde4281e5e65e2710ff 100644 --- a/pointerbench-sheets/data/test/0117.png +++ b/pointerbench-sheets/data/test/0117.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b44e1b56905c8fa51497365b044b4edbe08d1f9fc4480c05cd079e721340269 -size 240492 +oid sha256:547704a67da4deb957e3e6e4c5182b2d9938893d9fb25cc01bf67dc89af9729c +size 76696 diff --git a/pointerbench-sheets/data/test/0118.png b/pointerbench-sheets/data/test/0118.png index f2da7cbd7820abe87d9e40dc6ab76e7a493a8c14..743120fc80a1223e01fda2892acfb802336dab0d 100644 --- a/pointerbench-sheets/data/test/0118.png +++ b/pointerbench-sheets/data/test/0118.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28a644e01695709a0371d8381b376182209bb9c3bb616123583badb542604d6c -size 109459 +oid sha256:12ee1dcd4da4a768827d20b9894d655f2e8a468007da47d36eeff4db3e19c777 +size 111835 diff --git a/pointerbench-sheets/data/test/0119.png b/pointerbench-sheets/data/test/0119.png index 672b93b1a83e95e44fdbd581da6f9a6935821f18..6dfc282a73f951134d89e5356f2c22fe5c98ccff 100644 --- a/pointerbench-sheets/data/test/0119.png +++ b/pointerbench-sheets/data/test/0119.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58e10b5811dbe4d5f4f14faecf7f2e1d4a018de5cf588fa5983a1582e3f93363 -size 70563 +oid sha256:108f2b5a80a134792e3235b61ade3a3219b8fcf7d4875f7c358f0866c6085c26 +size 67426 diff --git a/pointerbench-sheets/data/test/0120.png b/pointerbench-sheets/data/test/0120.png index 25b5947f1595d1f90d13b0f5ae5e79b1abedb256..5f62729ab2180a2a439edd8bc4847231a89414c1 100644 --- a/pointerbench-sheets/data/test/0120.png +++ b/pointerbench-sheets/data/test/0120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:062af1ff27cd0f66faa12d222e92d36807408912e2f881a73c0fabc4a2593829 -size 57552 +oid sha256:b36ff8a788678e2e112285c36ad7cb2e045841b5e63fe8d9b61d9f63097e90b4 +size 85593 diff --git a/pointerbench-sheets/data/test/0121.png b/pointerbench-sheets/data/test/0121.png index b330e249dd22e705cd822c38d0c7100cf715ab36..a08e3914fc1cc49e64ee2a694329637fd9aed13e 100644 --- a/pointerbench-sheets/data/test/0121.png +++ b/pointerbench-sheets/data/test/0121.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:574e70347e82789ff84dc5a3634d24ac3c39244b3b0a29b6522800d348e8514c -size 125678 +oid sha256:07c54254311a211c6a846b8175aceb0dfdca30a4e1b5150e404dd9e0b9402e81 +size 98874 diff --git a/pointerbench-sheets/data/test/0122.png b/pointerbench-sheets/data/test/0122.png index e09d381da4c78072a52de5a59bc46ba463252359..9313f418abb3059c31b1c8367a2f26c3674a85e2 100644 --- a/pointerbench-sheets/data/test/0122.png +++ b/pointerbench-sheets/data/test/0122.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b82c53c9fcb0a71d638bf607e6bbf73bb2aae7fe836d2cc4ce53292383ffa745 -size 117935 +oid sha256:7b36c0415e49e3ebf192d961ab624b49d96e758b0bf1cfac6c6a40cc0166c317 +size 93021 diff --git a/pointerbench-sheets/data/test/0123.png b/pointerbench-sheets/data/test/0123.png index b75d89a59b7df5ab0282f89d5a1364f770890464..6cb4e574bb99e36c96c0351d3a63ba316ebab489 100644 --- a/pointerbench-sheets/data/test/0123.png +++ b/pointerbench-sheets/data/test/0123.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34618f1b604a68bef77fe66ce8bdd47540567a919c0b634b580fea91dd1378d7 -size 99032 +oid sha256:a6252748b1473af54366f404364c801311571281bf4c1ad751261e5b59536edc +size 113062 diff --git a/pointerbench-sheets/data/test/0124.png b/pointerbench-sheets/data/test/0124.png index db5c55180ea2fd3e70e1e88730b9fbd38d343701..01269bd10e7ca55390fa1710bc7204a6fcb002e5 100644 --- a/pointerbench-sheets/data/test/0124.png +++ b/pointerbench-sheets/data/test/0124.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2abbf0b855b22efcbedd23316e10c2f09f492c2d1adfbcfe4c555ec7bdb42c00 -size 90066 +oid sha256:8cd4be3090e8a6e1a9f2ca4cf37bc8e1d1eb1f40353fce0c7a302ddfb2d825c5 +size 129651 diff --git a/pointerbench-sheets/data/test/0125.png b/pointerbench-sheets/data/test/0125.png index 0a2f1e66410cdb114c299180bdcd743a84343917..310ad00736ed207b1dc45ea8980c2ba8875d6bce 100644 --- a/pointerbench-sheets/data/test/0125.png +++ b/pointerbench-sheets/data/test/0125.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b6789b2b1a29135536b9e269d9d2bcf263e529d88cff181154710769c30eb1d -size 110052 +oid sha256:8a819f91bc0d0c16687640811b75d662e67932f7877182cd02fe9c61c0a5deed +size 179032 diff --git a/pointerbench-sheets/data/test/0126.png b/pointerbench-sheets/data/test/0126.png index 3cc30b8b6e23404d6f56cf38b0c297dcd142d351..b235204a8d7ecb21e5bc5e1f9453bc10f422db9c 100644 --- a/pointerbench-sheets/data/test/0126.png +++ b/pointerbench-sheets/data/test/0126.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c4cc587227fcdd3d3c8ef128c5a2aa83008afdeb40e1343ce2154c399746cfd -size 169031 +oid sha256:793307c485a33941579866c28c4febc96a153e7418e07b741060100b262dba58 +size 102051 diff --git a/pointerbench-sheets/data/test/0127.png b/pointerbench-sheets/data/test/0127.png index de5c49198aed715d255e51299dc8ab4d2e63b390..efbe85af4db185c99d3ae5f02b9f62b305827cbd 100644 --- a/pointerbench-sheets/data/test/0127.png +++ b/pointerbench-sheets/data/test/0127.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93b2fec84b147353f788b54dc88f42ea964242a6f0b825f931df35f7c811455c -size 90210 +oid sha256:10902261ee835feb0c45d132850c70ec41fb92ba4ee4b1c71cc260c3657b3e77 +size 111931 diff --git a/pointerbench-sheets/data/test/0128.png b/pointerbench-sheets/data/test/0128.png index 0c0027808921529ac339498ce838accd0542b71d..db8d7629ecc3205e8b1dc976c4221a8cee16254d 100644 --- a/pointerbench-sheets/data/test/0128.png +++ b/pointerbench-sheets/data/test/0128.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ada2be5b328055949667a19314a531358dc0f34d1bd7a4ef20b9bcf2213bb2ff -size 73814 +oid sha256:df90c94582d012298c846dd9ccafcc4e42b6a1e4c6da06274da037ad85daa911 +size 127797 diff --git a/pointerbench-sheets/data/test/0129.png b/pointerbench-sheets/data/test/0129.png index c4ca79251cbacbf4b01d94b7087f6fbb5453cd54..2f376018e979c0ab26f33a7e06cd50fee293af29 100644 --- a/pointerbench-sheets/data/test/0129.png +++ b/pointerbench-sheets/data/test/0129.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:195eecc39e1d6a4b4422a8336cb825ea54bd211dccbb6c8535984ea2b42d25c3 -size 101936 +oid sha256:df0e42185a99b92106102e3c5363abcdf9c0c757e979e23e88af48993ff11212 +size 84790 diff --git a/pointerbench-sheets/data/test/0130.png b/pointerbench-sheets/data/test/0130.png index 4b609ee28cf40a8268d659df1fcac95553f3f117..8def54aa7a8ceab54fc51d9c299702d5f5a5ce9c 100644 --- a/pointerbench-sheets/data/test/0130.png +++ b/pointerbench-sheets/data/test/0130.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5fafc8fb776c3902b3f1153ea02bb5446d6f36047b153befdb57e2adc9bba59 -size 91581 +oid sha256:d65074c7b2d9e5d9b190d6981d086ed3c140d9999f24f85b07e481d663968289 +size 113650 diff --git a/pointerbench-sheets/data/test/0131.png b/pointerbench-sheets/data/test/0131.png index 0f94c54b89e80acc15b6c7287010de07021e095d..26f7cd0ed62e2c7ff5884116751bf727f14bba3f 100644 --- a/pointerbench-sheets/data/test/0131.png +++ b/pointerbench-sheets/data/test/0131.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62e8f36536b52df695f18959938a83c902c617bb1a28ac2dd0b64f5216fa6197 -size 126644 +oid sha256:b935a856930f8705c7468a478b67dfaace10e5f1963af7637f2f6de766deaca8 +size 106435 diff --git a/pointerbench-sheets/data/test/0132.png b/pointerbench-sheets/data/test/0132.png index 6d4f9558a4be473457134f7a511fcd9344d1a6b0..ea82e2ff9c19193718860b91372de9f8796c9b89 100644 --- a/pointerbench-sheets/data/test/0132.png +++ b/pointerbench-sheets/data/test/0132.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b54b93c12abfca0ac21f0f1b9f86c398e192cc3ae8c4443e41cd095cc8cd6a89 -size 207909 +oid sha256:53bef373ef680a126c4ec25843d482404de94220a7786e2420e28ce3b4f1febf +size 74196 diff --git a/pointerbench-sheets/data/test/0133.png b/pointerbench-sheets/data/test/0133.png index a3bcccf4ba3821b17e91291759469896a1d5b7f3..eab02de26314c455da1355a0c09340049b5dbb6b 100644 --- a/pointerbench-sheets/data/test/0133.png +++ b/pointerbench-sheets/data/test/0133.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4e8f40b4069fde6e517d440928cd1f42e7c8a79390205e94d65c96ac827a16a -size 65972 +oid sha256:12d6b11c9c49136fec1e6e33d31932c0b224d638e75a39ae59c3ba3cfd841914 +size 80527 diff --git a/pointerbench-sheets/data/test/0134.png b/pointerbench-sheets/data/test/0134.png index 0c3775ee60822b9d2b366eefcf9b1b16f2f3e649..864921c9709fdbb7c5c10c5fb58ea7d1fd1a89d8 100644 --- a/pointerbench-sheets/data/test/0134.png +++ b/pointerbench-sheets/data/test/0134.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a043b576f19dc8cdce706a62dce7d4ed38114a33626c9dc04253d122c7a9cb02 -size 151758 +oid sha256:1eb40e2393ab2327b818fc9a2ba3ebf54a1f85d74e6d487a425bbf0e060df39e +size 103634 diff --git a/pointerbench-sheets/data/test/0135.png b/pointerbench-sheets/data/test/0135.png index 177645e5c8a4832cfdf887e97d929cca791d566f..7d84c4cc4d8f207dc79f78c13db537d69b17728f 100644 --- a/pointerbench-sheets/data/test/0135.png +++ b/pointerbench-sheets/data/test/0135.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d51079ff43af5bf987116ba70111cfe270a21dabfb4bf8c7cbb960d38a815b66 -size 67763 +oid sha256:8e03fb448f8938ec136fe2fee5a4e2721b6435232036c606117d48a9e6577164 +size 98932 diff --git a/pointerbench-sheets/data/test/0136.png b/pointerbench-sheets/data/test/0136.png index 8650b2a35b0c95b04524da214e02b232608f0ad3..7bb497a1c7d2756a7438d5fe4ba74e1414837eb6 100644 --- a/pointerbench-sheets/data/test/0136.png +++ b/pointerbench-sheets/data/test/0136.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:917b41e7617c3ac4ca4b1e5a170f8dc3768a5cb7ba7a4e1bc6b9d45197d8e0d5 -size 95853 +oid sha256:4ca488e1b7fb2a965f2ee4e4ceb0457fabcb74d49a62f7993926634d803308e6 +size 65437 diff --git a/pointerbench-sheets/data/test/0137.png b/pointerbench-sheets/data/test/0137.png index 392e6380cc2f0ff76028a512932aa792e0a3bfad..60817473ff8865158e0485de69dc9383de26bbd7 100644 --- a/pointerbench-sheets/data/test/0137.png +++ b/pointerbench-sheets/data/test/0137.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7ab0cbeba58eefe22dc916eff656d37c4566a79cf23d2106ea031606657b85e -size 109255 +oid sha256:50da0d7aee1db4c123c88e190173acca5764c8531cc716aae085e3b08071e410 +size 117259 diff --git a/pointerbench-sheets/data/test/0138.png b/pointerbench-sheets/data/test/0138.png index fa0be0b9b75b8434363d3d75fc50540cf11140db..368065919e123ed7782e06cdcc79fa9454ba9ef2 100644 --- a/pointerbench-sheets/data/test/0138.png +++ b/pointerbench-sheets/data/test/0138.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db6ba8e69969cc27f21aea51ed6f440013ea7b0b1f994717ab954ee9070750b1 -size 148292 +oid sha256:081cc42354db8f98bc57405f8491aef881b25c9e2b580d81a998ec5985ac72fe +size 132989 diff --git a/pointerbench-sheets/data/test/0139.png b/pointerbench-sheets/data/test/0139.png index 3efebb02ca247e29825308468b33fab349555aa2..87fe95ecb6b5bf05a6ff58ef756ec44876452d99 100644 --- a/pointerbench-sheets/data/test/0139.png +++ b/pointerbench-sheets/data/test/0139.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38786bf7e437ed5fbdc094333ea7b22b0d6ffa423aa445ff5fe4eaeb3c10f77e -size 74421 +oid sha256:511ec14bc836d27c8fd1296230f7886b98e6b77f32cbbe2974de6ef6ebec5fc8 +size 89966 diff --git a/pointerbench-sheets/data/test/0140.png b/pointerbench-sheets/data/test/0140.png index 7ed6b337b77a9e5d4519c67ee67cf14c3fa88e57..27c78fb86d3b9385290d7d7ec0005677aa7930af 100644 --- a/pointerbench-sheets/data/test/0140.png +++ b/pointerbench-sheets/data/test/0140.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78572dc189869bd2c6cab17e27b06562c58273b3beeca58490922710de29328a -size 137368 +oid sha256:aed5a382406cdf7fc1b10cfb71a4801e59bce2336d1bfb354ee37843e6fa487e +size 68751 diff --git a/pointerbench-sheets/data/test/0141.png b/pointerbench-sheets/data/test/0141.png index e4e1b5289436f9441623671222dd9ed94c2c5fc0..23f1230f4fa2783dbe53f43f2079abd5ddb14522 100644 --- a/pointerbench-sheets/data/test/0141.png +++ b/pointerbench-sheets/data/test/0141.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a92f91cc60c403850bd0db78cd860c9669bc0d404aad32ba5a4b1b515239286d -size 153456 +oid sha256:b37229cb70de8dba328aa02750da955a8d92402d0f0b1029542ffbcf114cd653 +size 107104 diff --git a/pointerbench-sheets/data/test/0142.png b/pointerbench-sheets/data/test/0142.png index ebc68ee687e98e656b6c86290f6dc7cac38a92d1..21960c5fdfd06d32ee0a9f883198cbadd5e2bf1c 100644 --- a/pointerbench-sheets/data/test/0142.png +++ b/pointerbench-sheets/data/test/0142.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85973bdd62647ee0661f79d8aad15184df5299fb4d05b587a519d5cd83d94e8f -size 101482 +oid sha256:c3c66d3d7c78090daa87084bdb928c55be5afb920647a0de97bcf3d7eec68d65 +size 128735 diff --git a/pointerbench-sheets/data/test/0143.png b/pointerbench-sheets/data/test/0143.png index a5fc4a3463877635b5736b195f8369dc0aa047fb..132743b2a1e13322310384ed0e1e22d3073654d3 100644 --- a/pointerbench-sheets/data/test/0143.png +++ b/pointerbench-sheets/data/test/0143.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae9ae581dc9c144ae9e8e63379f19977501286626ad9a40b6b6784e72c3b4e6 -size 93353 +oid sha256:9b149ecb289c0320c2a5dc256e0db8af026081b36fd765404949c50b7b5d44e8 +size 131987 diff --git a/pointerbench-sheets/data/test/0144.png b/pointerbench-sheets/data/test/0144.png index 57712acaa110067115e1cec52a0d2413130b2914..f3db5f5d3a8c14c49bf9d8b4d3c9b4e362362cb4 100644 --- a/pointerbench-sheets/data/test/0144.png +++ b/pointerbench-sheets/data/test/0144.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:991c4ef1681eceb1c7754cbb407d939c72fdba97d010d86139865c353f74e848 -size 184357 +oid sha256:e9749d5d0628c747e9a1be0c8938fc7b94a7ad5cc2bdf71d81dc0056211636d1 +size 83479 diff --git a/pointerbench-sheets/data/test/0145.png b/pointerbench-sheets/data/test/0145.png index 9749f4f06151192119adf3a35ab46c4b227c0be5..893dfec4d6208d47c1b4d1464c40b6f75aa52f60 100644 --- a/pointerbench-sheets/data/test/0145.png +++ b/pointerbench-sheets/data/test/0145.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87c00d82c58190d999b033733ba03ef8b1b310e55e19fcba1afb9ab4b2fe72ff -size 83463 +oid sha256:81662b14c4e9953af13b02f0b2b085e6976741754eaff423a2ffd578b5a2ce34 +size 77396 diff --git a/pointerbench-sheets/data/test/0146.png b/pointerbench-sheets/data/test/0146.png index 796f3a41043d1b5f46d0e1846fe60009bebec1f0..12ba59d371f3a51075e9a832dbb437fc6125e5be 100644 --- a/pointerbench-sheets/data/test/0146.png +++ b/pointerbench-sheets/data/test/0146.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0043d6d150e9864abee01aa00e597fe49788e0957cd0559b29c39f958b07d6da -size 96531 +oid sha256:879db1e7c792f2d0a1208c8ec4ed362565f98e7d56e895f5e0bfd8a7e92ab49d +size 120987 diff --git a/pointerbench-sheets/data/test/0147.png b/pointerbench-sheets/data/test/0147.png index 98a8c2d0082440a24a45bdcb9fe986d25bcbcfca..4906193d9bbac11c6e25e9c556cb51392867e64d 100644 --- a/pointerbench-sheets/data/test/0147.png +++ b/pointerbench-sheets/data/test/0147.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c40132e75a457b814b23096b2b8f8c6f8a4b79bb09616c25df101029455ed54c -size 146326 +oid sha256:06feadae35c629619be35b712f41703c0efdad4c95126c91a068d6a876372efb +size 111413 diff --git a/pointerbench-sheets/data/test/0148.png b/pointerbench-sheets/data/test/0148.png index 851c86ac896834e7cccc7cf0a087c62cc6bc96bf..ba2f19bba111036c630b3c9b20947feec4fb4d1e 100644 --- a/pointerbench-sheets/data/test/0148.png +++ b/pointerbench-sheets/data/test/0148.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af7ec21c71d0f49d505f32fa4b60940439d2b81b23cf40b53165fc29781c80ba -size 153795 +oid sha256:8ed6533e59b37f68e410e7d470dee82f094f1d4541a4fa4ea8b3701ce0fed5ba +size 84920 diff --git a/pointerbench-sheets/data/test/0149.png b/pointerbench-sheets/data/test/0149.png index be4713dd7cafcc560f55f2169cc2b4cbab977b55..795d7828105c1bba6228a36ec77d53f9c00be199 100644 --- a/pointerbench-sheets/data/test/0149.png +++ b/pointerbench-sheets/data/test/0149.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d50e39d334f46c62278509428b0af99206fa9fdccebb033426af2c5499d5903 -size 95742 +oid sha256:78db4021572ef2a28f5f065f034f18a12018cd1132ed284aa7c863946b7f0e40 +size 99110 diff --git a/pointerbench-sheets/data/test/0150.png b/pointerbench-sheets/data/test/0150.png index 9c8f395a97c5bc59ce3518f228018496fea6e994..85504b7fb3690748150a9ff804d740f82bd0241b 100644 --- a/pointerbench-sheets/data/test/0150.png +++ b/pointerbench-sheets/data/test/0150.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9102e5f77c3eb210096c52a65aeb735d4b88dbe70e16203df56e185a7b91c2e -size 100565 +oid sha256:fc36a1621a6e4ae0f1039fda81afb62e940f9b3dc977583ea709cb2daf65de29 +size 64152 diff --git a/pointerbench-sheets/data/test/0151.png b/pointerbench-sheets/data/test/0151.png index 8c3be551d45d7cc8caff0a8e9f6ae5ca8a79b162..2195cf96418cf08d490454427915dd1c73651122 100644 --- a/pointerbench-sheets/data/test/0151.png +++ b/pointerbench-sheets/data/test/0151.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46da1dd50fe3e41c35039da9d244a3660d13ae69b671bfb78072abaf983c7d98 -size 133375 +oid sha256:3305b9c3f38093b3ecc953b21a2b962ab13950eac4abee190615539e2e3ef971 +size 143386 diff --git a/pointerbench-sheets/data/test/0152.png b/pointerbench-sheets/data/test/0152.png index a9a5225cfe357b46dcb27bed76adefa8726945ca..20ce6731ff7d7e61c128ef53d134844313dd7f03 100644 --- a/pointerbench-sheets/data/test/0152.png +++ b/pointerbench-sheets/data/test/0152.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71a44428b8a3ec2da197145530ebb5b02a19b15fd38ffbe4a8ff663c2f8b2bfc -size 179610 +oid sha256:a4a99991c78c29c54e2389015339159d26ef191d8afe194f50fed0062c917e2b +size 122348 diff --git a/pointerbench-sheets/data/test/0153.png b/pointerbench-sheets/data/test/0153.png index 64e8723eb502ca4a6d7974f955dbe8701e6ef840..856597ff39e7205b144b9bf3f1865185b6182e81 100644 --- a/pointerbench-sheets/data/test/0153.png +++ b/pointerbench-sheets/data/test/0153.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:edb1b3cc7d7fe6392ea3f81b95b6fab2c54e20463823ebeeb7ae5613bd347ae2 -size 96951 +oid sha256:edaf9c75e5f055ceaf5a2da7ab7dbe06b3e6b1caf7f2fdb6c670cfa155735b21 +size 91930 diff --git a/pointerbench-sheets/data/test/0154.png b/pointerbench-sheets/data/test/0154.png index 5a8ce029fcba2ea5e8dae8182b2f786af126f666..974df92dae4b078bfc1cc1e50b546d9b3ae34843 100644 --- a/pointerbench-sheets/data/test/0154.png +++ b/pointerbench-sheets/data/test/0154.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7044dcf1b51fc6100be82f2c394693e6398861f3cfc20ec4edc7ca8ba77bf3ae -size 133114 +oid sha256:3afa1e828876f0e5e57d42d8986a84439ac098757631e447db96f63b9f35a454 +size 129682 diff --git a/pointerbench-sheets/data/test/0155.png b/pointerbench-sheets/data/test/0155.png index 6b37270a6f14d1473f99288bac68859b256e3bd3..75522614e03fa748611030e4db28e1bbbec71536 100644 --- a/pointerbench-sheets/data/test/0155.png +++ b/pointerbench-sheets/data/test/0155.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83922562e779bc77b2a9c037d2e03e63e653fc01e1f216176e3a57e31e377560 -size 139340 +oid sha256:80b88851fa15584c0548a55495a146ae67ba2e66fccc7382c84d2d497b498942 +size 114806 diff --git a/pointerbench-sheets/data/test/0156.png b/pointerbench-sheets/data/test/0156.png index a533432e17108e7820979482a893e40f53e42cfe..2707b332b6dd5f85391d52c0fa5487efb899e7c9 100644 --- a/pointerbench-sheets/data/test/0156.png +++ b/pointerbench-sheets/data/test/0156.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83bae66c42bcd9eab0f905224ad6f21197742d8088df4a2d68dc0a14d3fa11e0 -size 103763 +oid sha256:d87928aeecb5d02151f8b68544a01dc60423c189044f96a0c6b19436ff39eaa5 +size 112106 diff --git a/pointerbench-sheets/data/test/0157.png b/pointerbench-sheets/data/test/0157.png index 2116db20e3511daf4de485595ba8582b495ac4b5..70bf2d6f8bc701ef7d63cb0b77abacf53e29de00 100644 --- a/pointerbench-sheets/data/test/0157.png +++ b/pointerbench-sheets/data/test/0157.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd0c9b22f472ca745c15a185c72c16c109ae349834ecf81e40b5fc3a89353e1f -size 103709 +oid sha256:697210a9a12474b8fc30df92fe3d913e8a92c4a8f2412a266c9314dbe7565660 +size 63274 diff --git a/pointerbench-sheets/data/test/0158.png b/pointerbench-sheets/data/test/0158.png index 2db08ef0383a4577563465c99b65638341800549..ee47bfb157dd11fcc3a1d8ceaaa5ec1c5f2785bd 100644 --- a/pointerbench-sheets/data/test/0158.png +++ b/pointerbench-sheets/data/test/0158.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c99ad1eb477b26e4f48ef6f70fc530c67c7f87e21a4f0e373ed31ebeaad86a89 -size 83308 +oid sha256:3c10e8e55362caa7ddda8b1ff0a8bb3aae0e5f889df17a04734c8d53217b74cd +size 81675 diff --git a/pointerbench-sheets/data/test/0159.png b/pointerbench-sheets/data/test/0159.png index f50a4a95c55856b0b472b2abdafedec0633450f0..a9efde065f69f78e6a424c56f26243b7e2f93b9f 100644 --- a/pointerbench-sheets/data/test/0159.png +++ b/pointerbench-sheets/data/test/0159.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0eadc32be3a2e7f024d92145906a6eca88970d73c5144624493db2f73b1618c -size 180454 +oid sha256:a7c600f973b7770ecb9533250cd253ee3ddf89be0dd9690b44e2d37745db56cc +size 186492 diff --git a/pointerbench-sheets/data/test/0160.png b/pointerbench-sheets/data/test/0160.png index ddde41fc4c1a2677ef0f045b3b53e51901a58ed5..996a004ce2bcf07bb1aa963b6b5ba02ebb37bece 100644 --- a/pointerbench-sheets/data/test/0160.png +++ b/pointerbench-sheets/data/test/0160.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b02ff79c4ff908be92c38a485800c147b0e8a202ac512f55bec1d926ea6c145 -size 97271 +oid sha256:d3126404f35ab92caceb1607e2d8d280355120b45c2974e90839c6e44d0d2e2e +size 73455 diff --git a/pointerbench-sheets/data/test/0161.png b/pointerbench-sheets/data/test/0161.png index 2ad8cb2dbc419d455682460b2148d01805d9e536..99d0c30eb3550320aba70968b1bbf5bee2aa0511 100644 --- a/pointerbench-sheets/data/test/0161.png +++ b/pointerbench-sheets/data/test/0161.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e66aa13df7be98cfecc8171b811e17cd02c3a881b4f73156fdcb4c5fc940991 -size 107892 +oid sha256:d7f42a4529f3d62f861d9bf986996b89662eb93bd6a561481a343bdbb23764d7 +size 109594 diff --git a/pointerbench-sheets/data/test/0162.png b/pointerbench-sheets/data/test/0162.png index 2c738f179a28c186b9227b5beedaceb9d6f46e8d..0b35f9d9d8cedfd3d5180e7471735618ef95497b 100644 --- a/pointerbench-sheets/data/test/0162.png +++ b/pointerbench-sheets/data/test/0162.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcfcf6323b025448f902e0a22d51f79f1eb55b0c321290712eb79aa4651c2196 -size 77530 +oid sha256:6e1b31f611f39d7237e819ee4096d09902e6fd982d8dd510d2075c17ac4aab63 +size 95333 diff --git a/pointerbench-sheets/data/test/0163.png b/pointerbench-sheets/data/test/0163.png index 99e46ec16b6141178627e4d25dd2363f345632bf..cdf2ed1921c28ddd8fd9bc38acab611e24c5d3a4 100644 --- a/pointerbench-sheets/data/test/0163.png +++ b/pointerbench-sheets/data/test/0163.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e9d26f39ceb5d9385289906674e5cd4e44a72834e796cf1818c2840d4c51d4 -size 75880 +oid sha256:bf7897e99414d1869b888bd0799889753ea99a3b48a3c09e8ca5bcd638e65d01 +size 93057 diff --git a/pointerbench-sheets/data/test/0164.png b/pointerbench-sheets/data/test/0164.png index 5c117edbfd15b1294c0da2a42b02e87437c1169f..d8c37e21abd06f2d479eea260fbff88ddca65f15 100644 --- a/pointerbench-sheets/data/test/0164.png +++ b/pointerbench-sheets/data/test/0164.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2871c891c83bfa9484567a4d04399592fbf0111ed1e6647de2b868a5fc4d3537 -size 157266 +oid sha256:73b9f38e98aa8a4e81398a5137a5c3175737e9286023f05d1dd4963a54a9d63f +size 159975 diff --git a/pointerbench-sheets/data/test/0165.png b/pointerbench-sheets/data/test/0165.png index 1571e4f48c63bd0fde622b181dfc272e73de14ee..2a01c910948d5a8dc870066b02fa67a3c8f52ab6 100644 --- a/pointerbench-sheets/data/test/0165.png +++ b/pointerbench-sheets/data/test/0165.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:981095d43cd3a2227d9aca267946778fc5e1d0028cbc96007c11cfbfb2b44b3c -size 57028 +oid sha256:454dc922144141ec17d2f77ccbb60b643a9aeb71b677620acf516354ed6c779f +size 57480 diff --git a/pointerbench-sheets/data/test/0166.png b/pointerbench-sheets/data/test/0166.png index 549bde0445519c814fbfaaa97dd6625da0d8047f..5af25e1650ceff3c66c69b9906b11e6d3d257eb3 100644 --- a/pointerbench-sheets/data/test/0166.png +++ b/pointerbench-sheets/data/test/0166.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:002e67ff03a1cf32b1c68af1b4fb9684b277f74196f706a366db356fc15f0a86 -size 69110 +oid sha256:4a6d6a808b9629125697236bd30622b359f3c9583c78a6029d757bff4ec7c4cb +size 102259 diff --git a/pointerbench-sheets/data/test/0167.png b/pointerbench-sheets/data/test/0167.png index 8eb4ddde7a5429da962944cc489d37406d860246..0dd740cd008237e73cbee1e52d01a3dc3434086f 100644 --- a/pointerbench-sheets/data/test/0167.png +++ b/pointerbench-sheets/data/test/0167.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7a8ff3a0b18a8f042034cadbff091b30df633f9a4d260bad38bc487ce91c09b -size 163039 +oid sha256:b96d68b5c839968be4a59a0555e418fe6e1da23e1df0bd2a6d0c8f587c8e97bf +size 150537 diff --git a/pointerbench-sheets/data/test/0168.png b/pointerbench-sheets/data/test/0168.png index 02fe29d82f32f5917029879abec4e151c323074e..8e5bc16e7b20bb6873fdd4cb6e124b46e3a83e8f 100644 --- a/pointerbench-sheets/data/test/0168.png +++ b/pointerbench-sheets/data/test/0168.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46104759c25c8f8c9eb4659bb1596ef0970b6606ff794374c9d400e1bec1e716 -size 111753 +oid sha256:f11d57c9982da4b4e95f0fd975aa109a68e1a389a8b416251d68110b3e66d43b +size 77387 diff --git a/pointerbench-sheets/data/test/0169.png b/pointerbench-sheets/data/test/0169.png index 93fdc3896aff14d43e56a1748abe7710ba129d5c..d492629436ee186b7753968f07f642c987be8ecc 100644 --- a/pointerbench-sheets/data/test/0169.png +++ b/pointerbench-sheets/data/test/0169.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f19d6c205ce5adf88ca9642f3277c2e698c4f66dd05e16a16072802bd3b94b4e -size 149612 +oid sha256:54c5b533e4d230c7e233f3a3ed2a347a60021c6892bd7c8b4fb15025decf302b +size 143445 diff --git a/pointerbench-sheets/data/test/0170.png b/pointerbench-sheets/data/test/0170.png index 92dc97ed6ef2a0b298572735b0b9764f55870552..86aebba900e6b5bb66a8aa20faffc57a54d1d432 100644 --- a/pointerbench-sheets/data/test/0170.png +++ b/pointerbench-sheets/data/test/0170.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:237672fc0c7a96efd62c8218667dda8f098b46d94b7e490daab792d3673318fd -size 97691 +oid sha256:db778777b12c4ae59f05bfb5c50a1f415ed85166f7a220556196d7c48384b272 +size 95669 diff --git a/pointerbench-sheets/data/test/0171.png b/pointerbench-sheets/data/test/0171.png index 3c1e968ee9fc838b0309ac7b8b2eb4da47cff149..83cd8775599b139ab115f21800024ff0b44c9008 100644 --- a/pointerbench-sheets/data/test/0171.png +++ b/pointerbench-sheets/data/test/0171.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9697e1c4773a577e6a0b8ff88a7533c7c861483ae98a25a9a92a7c973dd7fcf2 -size 56601 +oid sha256:6ae79f21b30fc5f1a7cb1e1641ecf4a30f2166c9eb05172f686b1edab40ecf07 +size 68272 diff --git a/pointerbench-sheets/data/test/0172.png b/pointerbench-sheets/data/test/0172.png index 05a40d9d5a2abd64d18c7a13150f31be8155a641..fd0752388ebf5889a94a4cdb91a4519f676dbaec 100644 --- a/pointerbench-sheets/data/test/0172.png +++ b/pointerbench-sheets/data/test/0172.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cf010e916d17ef6fc0261a4c7dcc86a62d6783cbb0f292890f7b1f0e69e2e97 -size 87862 +oid sha256:bcb9256ce65f82bf5d75b7d8bbb23b7188b0201d9c6a3a51b1862dbeefa7ab06 +size 88864 diff --git a/pointerbench-sheets/data/test/0173.png b/pointerbench-sheets/data/test/0173.png index e590ee359bee807329dc15bc404332a537712ae4..16d8a643ae9f8f7a02a684eba926afb8db99efe2 100644 --- a/pointerbench-sheets/data/test/0173.png +++ b/pointerbench-sheets/data/test/0173.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa76610ac1cc15882e3741ccf35980875af7edaca3a213435aee156b6825a6b8 -size 152933 +oid sha256:24c0290487637aa92f9c24c90afbba904ae851ce795da7892df8f762127d1cf3 +size 214531 diff --git a/pointerbench-sheets/data/test/0174.png b/pointerbench-sheets/data/test/0174.png index 24f4ec3d9448fffd43674c145410dc820b39aeea..e7445b6ef6951460c5f77a5805f2cbb961fafde9 100644 --- a/pointerbench-sheets/data/test/0174.png +++ b/pointerbench-sheets/data/test/0174.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a625bb04792344e907e2f0602e47b927c2fb9047ef69eda0d73d5e2294d81781 -size 112780 +oid sha256:485ae8714561c8ced0d3476151e1e537f70951fb96e6522b8cb20490915b10ce +size 87021 diff --git a/pointerbench-sheets/data/test/0175.png b/pointerbench-sheets/data/test/0175.png index 96c6f2a00eaae4df8a34f27e68e2def9f17ce3a3..71788a272fd404bc81ede2900222bb2c5aee6bcd 100644 --- a/pointerbench-sheets/data/test/0175.png +++ b/pointerbench-sheets/data/test/0175.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:481f179d73a6aa30ce5b43f4bffc2f9e2a9bacb351d6c2366fc49cff45b2038d -size 63008 +oid sha256:cb6c08229b959d23a223983a7952059190895c66d01127e6bb1c0f3e1f7f6d89 +size 126374 diff --git a/pointerbench-sheets/data/test/0176.png b/pointerbench-sheets/data/test/0176.png index de56cc0dddcfc9d768010ec9b52ae77d2612bc05..57d039850e2db4ab11d353c13210de924b0d2c8e 100644 --- a/pointerbench-sheets/data/test/0176.png +++ b/pointerbench-sheets/data/test/0176.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e114b255a1cba062f194c8e8bfe25ac33bc58c6b2f899eff33cee826fc3063cf -size 169948 +oid sha256:02b8a385eebe3efeeffc403ee39202c8aa07d77272b3b48d5d62e124e49502f6 +size 79306 diff --git a/pointerbench-sheets/data/test/0177.png b/pointerbench-sheets/data/test/0177.png index 8c016f2ddda2ef0843e1240b1e27ac11cc767b8b..88bbf2bf6abfbc3857c39029ecb9cb25140177ff 100644 --- a/pointerbench-sheets/data/test/0177.png +++ b/pointerbench-sheets/data/test/0177.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64acc3b692e07a5b0e03f953aeb1ee0f3df5c2ed69e71c155cb6b20d85c9fa1c -size 108232 +oid sha256:969210ced312edf7f3f4d48ce6821fc0ea144edb780557404f44058215df419d +size 88761 diff --git a/pointerbench-sheets/data/test/0178.png b/pointerbench-sheets/data/test/0178.png index 63afb4c71ac89ee17113776e48dbfa47f4736360..83e74ed778198a5cbc66cf61b06b1c9dd82f0489 100644 --- a/pointerbench-sheets/data/test/0178.png +++ b/pointerbench-sheets/data/test/0178.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f65827c64cb1569e6283b093bb9f5beb36a02e2c6846685e0bb59202bb402bb -size 93396 +oid sha256:0303dea7712bbb8f7341f12055796fdd93078b99176aa64473bb97c99228ac36 +size 112290 diff --git a/pointerbench-sheets/data/test/0179.png b/pointerbench-sheets/data/test/0179.png index dd3fab44aee9fe7e550cb445583a12ad3ae16658..5b553cf897aebee6617de9a246f2e16f042e6daa 100644 --- a/pointerbench-sheets/data/test/0179.png +++ b/pointerbench-sheets/data/test/0179.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d63a73dfc6a8abe480b38ce7a1b1dc4b8edfaa9984e65713db78a24555d3b7c -size 118671 +oid sha256:92841fb48214f4631271c7d648e5a0b05f32f3f7802513252f2bec40d48cf030 +size 85103 diff --git a/pointerbench-sheets/data/test/0180.png b/pointerbench-sheets/data/test/0180.png index ccd9862cd33936a93a8e2fab74c34e5c9f9d852b..e2ef6715237629c5dd479cb80c58d394281224a8 100644 --- a/pointerbench-sheets/data/test/0180.png +++ b/pointerbench-sheets/data/test/0180.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bd568d518a1d7b9819fbcfddd7d12c7523a4cae77b6fa16c33a3213633f3209 -size 84980 +oid sha256:adb2b233c19599a1c0ba118e62880070c09ee3034e411f907da834fe1b0b4faa +size 167626 diff --git a/pointerbench-sheets/data/test/0181.png b/pointerbench-sheets/data/test/0181.png index 2dc8408e1fb657440cc267163078f9809ce0b90c..b5041bc221023a716d47af8a37d4370a3ecb8703 100644 --- a/pointerbench-sheets/data/test/0181.png +++ b/pointerbench-sheets/data/test/0181.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a23af044af6006b4726a6c17d5bbdfe5293d31518d00a8ee8f681ef7594ec36 -size 70344 +oid sha256:4c24dc89c7e49f104060b882247ef13aad829a37c87d1553d697ce50ebf3a3d9 +size 84056 diff --git a/pointerbench-sheets/data/test/0182.png b/pointerbench-sheets/data/test/0182.png index 4bfd91761415876fe843f5a22507253a91816c91..449e87e62dab9b0bc4e16e2ca8bd99575e1f76a1 100644 --- a/pointerbench-sheets/data/test/0182.png +++ b/pointerbench-sheets/data/test/0182.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a07a053c09273c8299fdbfc54db5f1a49a345c99d7a91ae5ef27c3186829e4e1 -size 182971 +oid sha256:31b57b0d0090410c655469599536c40ffdc3c215b5529982b276b23c0f653322 +size 146373 diff --git a/pointerbench-sheets/data/test/0183.png b/pointerbench-sheets/data/test/0183.png index 3d6cd1fb3d76e58569ce54f717044d075c4af998..d0416655679bf3797e73eed2fa35a2c6c679354c 100644 --- a/pointerbench-sheets/data/test/0183.png +++ b/pointerbench-sheets/data/test/0183.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a78c456660ac83be59f8ae9b7cf7a45ef35e6384ad72e9eaa274898f36221f1f -size 100256 +oid sha256:94d67f6b1e249bda0ce62219dfcc146607853695ae3cbca77d234c43ee6c6c6a +size 86560 diff --git a/pointerbench-sheets/data/test/0184.png b/pointerbench-sheets/data/test/0184.png index c99711d29011cc9ce1efdc2623edb5576c17b7ac..96a3daf4e41b424eaf231d893c9422de4b65eed2 100644 --- a/pointerbench-sheets/data/test/0184.png +++ b/pointerbench-sheets/data/test/0184.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09dbaffd70734fb91cb9fa418a2f82d94000723b4a33f93fa433028ccc685f41 -size 72264 +oid sha256:f62be8d5be3733491b173b6c01e4fabdbcc067012d4cb6836a909e5508ad3884 +size 110998 diff --git a/pointerbench-sheets/data/test/0185.png b/pointerbench-sheets/data/test/0185.png index fb5e4fbc44abb883d4e6cdf04e88aff83799200d..f1356cafda8b1a112f4348b42ad4355b8c3d0cb7 100644 --- a/pointerbench-sheets/data/test/0185.png +++ b/pointerbench-sheets/data/test/0185.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:226590b77a87b40b808153430de4389198c10c092302b594824ae907fc70eeeb -size 115738 +oid sha256:c0f7e2020a024eb9eb944fc08667a6e3df133a86643fd0a6a6e9c91a57a11604 +size 106610 diff --git a/pointerbench-sheets/data/test/0186.png b/pointerbench-sheets/data/test/0186.png index ec58d496b3c9e7ec9a42a0086a35e9059d2ff159..951e95c43e3c1b4454c5f52c149d72b9dc39b278 100644 --- a/pointerbench-sheets/data/test/0186.png +++ b/pointerbench-sheets/data/test/0186.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4a0024e66567163a585103e551bca7d0607664090170a1ffbb65df1613dbdc3 -size 88468 +oid sha256:7b7e03dadf695e42ec76c5f4c1fa9508fd5134320a2e0d782af3ed5d399219d9 +size 97200 diff --git a/pointerbench-sheets/data/test/0187.png b/pointerbench-sheets/data/test/0187.png index 4d2ab5b00ea494cf1ff320f4c42b815accde7283..57ebd4eff29fca83502060cdd6e065fe41ae76f8 100644 --- a/pointerbench-sheets/data/test/0187.png +++ b/pointerbench-sheets/data/test/0187.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3671c0de5f5cbea3b42977537fb0edb12b92a24ce4d697f7d0c447045874e06a -size 160385 +oid sha256:da922458cd185238e23723b66e0ae9861b3f748dd11672cc87ec09848b6e9bd7 +size 86436 diff --git a/pointerbench-sheets/data/test/0188.png b/pointerbench-sheets/data/test/0188.png index 3cc5ac1a364a6f5ecb617d825b189710eba43821..0301b1ae684d182da004c4201343568cf60bdce9 100644 --- a/pointerbench-sheets/data/test/0188.png +++ b/pointerbench-sheets/data/test/0188.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3af0209c5b69406e66e474c7eb391851c44d3854bed69e251035a5e3461a2d70 -size 183132 +oid sha256:4bfdbc2e80bf205568a79022cbf82d7c51e2944fa0c904cbef215d4bf056cf16 +size 106748 diff --git a/pointerbench-sheets/data/test/0189.png b/pointerbench-sheets/data/test/0189.png index f7ecc5e10913a49461e6b46530257f63d89a1dd8..82f233428635f4a9438eaaf42d2a0030951a1b4a 100644 --- a/pointerbench-sheets/data/test/0189.png +++ b/pointerbench-sheets/data/test/0189.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6930becc5edd9ac795563db39929c32081364a458c73ed198f57986dbba4ed3b -size 119275 +oid sha256:b0de20b83877362f4539e98c9cdfd4a1ee3d123e2289a871966cdf0bc275f327 +size 60806 diff --git a/pointerbench-sheets/data/test/0190.png b/pointerbench-sheets/data/test/0190.png index 88a026006ddf02901397180d373cc19cf8a30ad3..fd97bd69a2d800fa8301d66322e7256d7eaa6edc 100644 --- a/pointerbench-sheets/data/test/0190.png +++ b/pointerbench-sheets/data/test/0190.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dca116a3ca8cf28533122a3e4796853ec7146f7bf8ab2da0eb535b4ae0a7ef15 -size 202867 +oid sha256:d72938c128cc1588a7c1d52434b4d92a20f159fc24a0999706baf4849e900744 +size 105527 diff --git a/pointerbench-sheets/data/test/0191.png b/pointerbench-sheets/data/test/0191.png index 2a0d8c4e9ed526133a1a827fbc200afc97831f9b..f44709486b0833f1b15aca1ae142c89198fc02ca 100644 --- a/pointerbench-sheets/data/test/0191.png +++ b/pointerbench-sheets/data/test/0191.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:080b575c8808ce2b96e7fbf9a105434e20133f73e9c2230516e88adf86caa203 -size 123395 +oid sha256:db8243911c1dbfb05de1c111842d3a8662313222a11a191595f099184375dde6 +size 74736 diff --git a/pointerbench-sheets/data/test/0192.png b/pointerbench-sheets/data/test/0192.png index 98e895927a095b949b60fa7404fe85af708e435e..296a3f3ff00db120014b0b313e3fa4dccc6fc74a 100644 --- a/pointerbench-sheets/data/test/0192.png +++ b/pointerbench-sheets/data/test/0192.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c97ef989642ddafbb58d538602e220e0f8e8bb95555fd9733c2b9862af52da42 -size 170070 +oid sha256:75c99173c53482520201af1dc0a79d1318d00f1ae85db76f59598946571876a6 +size 127975 diff --git a/pointerbench-sheets/data/test/0193.png b/pointerbench-sheets/data/test/0193.png index a7080573b801cbf8d4904be160a7728906721f0a..da93d31232e0993670e2113088fa1a4a2d2345ba 100644 --- a/pointerbench-sheets/data/test/0193.png +++ b/pointerbench-sheets/data/test/0193.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2e6f6e3bdc1129a1c27c0c60c26fcdb6e1b77c67979df04626564b290170cf5 -size 98041 +oid sha256:8e02089cabdf8fcf559920d98c0b8c5f1e0e98687ac1974288b608567df7cd28 +size 64738 diff --git a/pointerbench-sheets/data/test/0194.png b/pointerbench-sheets/data/test/0194.png index 1a78f5453fb365e7ff480e40ac6e4a83c1cccc01..e1158740feb15f6c7816aa6ad946551ef9e2330b 100644 --- a/pointerbench-sheets/data/test/0194.png +++ b/pointerbench-sheets/data/test/0194.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a855be7919c9ead7320cbe6ee5c72a7a1ff0ab64573792581eac5d57609e6e62 -size 144296 +oid sha256:ccde5f975340c72098b4260c057aed3eae5035a6611d2e6682a8147216c6c256 +size 115920 diff --git a/pointerbench-sheets/data/test/0195.png b/pointerbench-sheets/data/test/0195.png index e3def432aebb4a9f42751cb7ec10bf56c1c04b05..9407a6fd1665cb40528496349ad9044b5a7ba71b 100644 --- a/pointerbench-sheets/data/test/0195.png +++ b/pointerbench-sheets/data/test/0195.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f0fe74f688cde7fc1b3a3cc741ee4e5167bcaf24e77c4f7b723a4e570d590ea -size 80265 +oid sha256:b2180f33306d8834d1d2d1fe88246170e9694850e772a16e6ec1a6f074d7ca06 +size 93261 diff --git a/pointerbench-sheets/data/test/0196.png b/pointerbench-sheets/data/test/0196.png index 1f3b535b1cad2f8e932370e8e5ebc1f4c540cd75..370bec0c7d9434a9be0d9e744302e34c867e081b 100644 --- a/pointerbench-sheets/data/test/0196.png +++ b/pointerbench-sheets/data/test/0196.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:553137c720b21a52ab027c8f7457aa908ac01ee352cd3e5107ab0910bef2a33c -size 80306 +oid sha256:2cee53de2fb7cb25b7ab8843569711f022e6be6abf410a39c43814ae387b406c +size 130092 diff --git a/pointerbench-sheets/data/test/0197.png b/pointerbench-sheets/data/test/0197.png index 8c02770d39beb768eca8865b6dc3ebc8b5a12193..bd666bd2c6b55dfb05f83426df835ce4ff1b44e7 100644 --- a/pointerbench-sheets/data/test/0197.png +++ b/pointerbench-sheets/data/test/0197.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79494a908db9e251e363c836d3f78af72e2b115139001b58a3bd54977e9a632b -size 93303 +oid sha256:8792f071bffeb49041e076226aa9b3539f8e9ee1a7be918cb19a8d514543a8e8 +size 94782 diff --git a/pointerbench-sheets/data/test/0198.png b/pointerbench-sheets/data/test/0198.png index c9cfe64a519d4ff45f6f55166b112e220c05a59d..f21c5d18e7d8bdeb8dc3258f7f86edfb8156dda8 100644 --- a/pointerbench-sheets/data/test/0198.png +++ b/pointerbench-sheets/data/test/0198.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:881bf6f05658a8e20f5658836acc93f3fd7427f4bb33314b155b4d841e971a72 -size 96258 +oid sha256:afcfb7b7825aca9078ddeecfc934b66bde2c3ebf16155b45854c0ef5a5b0a72f +size 129797 diff --git a/pointerbench-sheets/data/test/0199.png b/pointerbench-sheets/data/test/0199.png index a0f8a789514371bdb06ee9aa5833b30f2fdcec7b..6e43584680a389bd858ed93d4fef2ad00924cb43 100644 --- a/pointerbench-sheets/data/test/0199.png +++ b/pointerbench-sheets/data/test/0199.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07f4ecca4d84978417701872ae82ecdbcd0976ce6cd4600cbffb626762c34db -size 100065 +oid sha256:84f26d3213445bb6605e5f2dbb7d3ea3fce09318d0d6055762d590f2dacb892d +size 81018 diff --git a/pointerbench-sheets/data/test/0200.png b/pointerbench-sheets/data/test/0200.png index abb688eefdb8cadac3d0a64fb58a5085ce1e2509..cf9fb65f6e4fd2b4c3f69c81e234634e1963a360 100644 --- a/pointerbench-sheets/data/test/0200.png +++ b/pointerbench-sheets/data/test/0200.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce2770deee9b99adcac357326290caa1b9cd36fecfa508622a7fde4b07392720 -size 88840 +oid sha256:df330bb82767306bf71a3a53f9d6a31d547368711ca93149e8a3ff1f5556f044 +size 89235 diff --git a/pointerbench-sheets/data/test/0201.png b/pointerbench-sheets/data/test/0201.png index dedf9a33b407504376b470d707836301513ba849..42e93d979f07115c603aae1b8880ce219daa2705 100644 --- a/pointerbench-sheets/data/test/0201.png +++ b/pointerbench-sheets/data/test/0201.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ddbf2a2404195b3bdeb2eebde910d0ccf4feec84fd2839a4bbe0e2fa03cf53d -size 56472 +oid sha256:c456509ef268af7abc63b7e3721b3223d822f81d9c847e6078789f226024b35f +size 125571 diff --git a/pointerbench-sheets/data/test/0202.png b/pointerbench-sheets/data/test/0202.png index 4997f1edfa7ffd5e834d0d5212d12312f1f08202..fd4a4b10ded438962140dc30df1319f77229f62e 100644 --- a/pointerbench-sheets/data/test/0202.png +++ b/pointerbench-sheets/data/test/0202.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5580d3dcb83b816132bd3303e07410fde2d6779076d9d1505457eb770ca5a46a -size 184946 +oid sha256:d8a1237aafb2df84b703b1ab4c30096f3e475039483a5f7d7ab46dc4c1b3edec +size 164646 diff --git a/pointerbench-sheets/data/test/0203.png b/pointerbench-sheets/data/test/0203.png index 6efb325b8f5405f9a4c056741d48fbdfacbc95e5..560b6fc99d548934f420eaf0174125fd22122602 100644 --- a/pointerbench-sheets/data/test/0203.png +++ b/pointerbench-sheets/data/test/0203.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0cbc4e440f42c2ba24a09a30983ac9126510f084451bb38bfa0c88f2cadec3d -size 82222 +oid sha256:83445f0191c2fe2e30c84e7ae680629ca6772c502f82bbaec1aa57e1065a8515 +size 70718 diff --git a/pointerbench-sheets/data/test/0204.png b/pointerbench-sheets/data/test/0204.png index fd58ba905fc8da03df2bc8de6ac3fcdf159cb3bb..4afaae35eb2dfddefa2cc27708fdfc480c98dda4 100644 --- a/pointerbench-sheets/data/test/0204.png +++ b/pointerbench-sheets/data/test/0204.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:888ea5a3ddf701c3ade76003df53612840bf3e9483661894051ccd3b4145ebbb -size 69039 +oid sha256:1e2daadebabe628811aa3349e14ec9794cec75c54ba06196ea3b5429e8be317f +size 109797 diff --git a/pointerbench-sheets/data/test/0205.png b/pointerbench-sheets/data/test/0205.png index be410971ea3c3d3ac0314981efae064fb2194673..77cffc6231e77dd17d155e4f3aaa81ee4400ba18 100644 --- a/pointerbench-sheets/data/test/0205.png +++ b/pointerbench-sheets/data/test/0205.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de01530fd6f5e6f8b384de1c5b040bcb107b602d59522a0849168c1505a6fca2 -size 157596 +oid sha256:a30dfb778e386e240a01403d410d15fece8b90567a431afbfbd543fb8222f934 +size 162395 diff --git a/pointerbench-sheets/data/test/0206.png b/pointerbench-sheets/data/test/0206.png index 174633b7ee66d31f79c0ab636afb4ae4e99929f4..0a08e56e63c56a47de7dd6353904ea3e6320ceae 100644 --- a/pointerbench-sheets/data/test/0206.png +++ b/pointerbench-sheets/data/test/0206.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:214d4d3b120da43b79cb4ea9f3d29287a275c978daedb9d4715cd119bcdc5634 -size 70758 +oid sha256:aae1be9261bb7c02b3e101f91e5fb0718f06cb7006097f19377a6a35b2af8d1b +size 116213 diff --git a/pointerbench-sheets/data/test/0207.png b/pointerbench-sheets/data/test/0207.png index c7b6b21626cc276fb60e60bb95fba1932338b155..2bac26eb92e216984a5bcfc02d02d095090c335c 100644 --- a/pointerbench-sheets/data/test/0207.png +++ b/pointerbench-sheets/data/test/0207.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:647c439eaf3316b49cabdd7d5f489847f9e0aaed2ebbbf351829b5d5df74826a -size 71018 +oid sha256:74826f2b986a533fd706d3cc2a8734d405e04101cb0ac248a81c8162db923e55 +size 153845 diff --git a/pointerbench-sheets/data/test/0208.png b/pointerbench-sheets/data/test/0208.png index 45c51dda69d7aa6c256932712c9987d7504bb19b..d4f6c91a588c38b689f7dc16e2d52e1255692d9e 100644 --- a/pointerbench-sheets/data/test/0208.png +++ b/pointerbench-sheets/data/test/0208.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13268be36c675756ce35f1eb9feaf750f02d51ff0e49522b5c8e26b5fc1f4e99 -size 101953 +oid sha256:bd180d6fba03340a654189aea66b0f0f519306caac317317e25049c640c1f9d2 +size 119529 diff --git a/pointerbench-sheets/data/test/0209.png b/pointerbench-sheets/data/test/0209.png index 0c34cfd6d11f3c94e8a70e935c077ffc43e7e0bb..91af8f91cf288501aff74ab751aa34aa3c56de84 100644 --- a/pointerbench-sheets/data/test/0209.png +++ b/pointerbench-sheets/data/test/0209.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d840970d1a1603ed2f5a871d6f1baed16c118cc1c0e74163847ca909a926cf1 -size 137356 +oid sha256:4f392d6aea0b032ec4a2b916228a663261ff39fa4c9d28f304bebc34e58211e4 +size 114033 diff --git a/pointerbench-sheets/data/test/0210.png b/pointerbench-sheets/data/test/0210.png index f75fad99ef9638aeb2a83b016584c69a6a3e2558..4023ed926c08bcb2379b8eb955469771cc92c2b7 100644 --- a/pointerbench-sheets/data/test/0210.png +++ b/pointerbench-sheets/data/test/0210.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51e01ad275683dbefdb91088c1433f216a453c82c052289547de893612b4fa43 -size 141674 +oid sha256:5ba03909c3ef7a9af15c17e29d6252e512b88697902c98afa7e5a97d2d23c8a4 +size 95604 diff --git a/pointerbench-sheets/data/test/0211.png b/pointerbench-sheets/data/test/0211.png index c0e35e1b949af4197843e9225b284a6e6144eb7b..2269c642ccc9718d0ec59711620255bd20643e78 100644 --- a/pointerbench-sheets/data/test/0211.png +++ b/pointerbench-sheets/data/test/0211.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a19702d192a92b91dcc2ffd366b90c2fbcd3554d57a926bc39a7e01a367570bf -size 119863 +oid sha256:c3b006d467fcbcc6d46f3d5d2f58d29d0640f967701c8cfa957601944b89d182 +size 85771 diff --git a/pointerbench-sheets/data/test/0212.png b/pointerbench-sheets/data/test/0212.png index 56410a354e8eeed839a1d996fd7293e609f40ff9..97e27b7d363a6eb4dec5d9b89e0ece48cd46c691 100644 --- a/pointerbench-sheets/data/test/0212.png +++ b/pointerbench-sheets/data/test/0212.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:492273dd996697d27d1fc3ff836a258ea59c13e04f3a9af5faa965d5472ccede -size 125268 +oid sha256:6c00a68a836d2a19964adfc32ea0a1cb6e17804b4053b39544665c55584897d5 +size 77082 diff --git a/pointerbench-sheets/data/test/0213.png b/pointerbench-sheets/data/test/0213.png index 96d1183ee129a10fd1f191d5000005c6f0ec10f1..819d77efdbc554b3545e4e9db38fd530ab245f5e 100644 --- a/pointerbench-sheets/data/test/0213.png +++ b/pointerbench-sheets/data/test/0213.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97fe36812707f63390985e6ffa05b7395abd499f3d68db52b6eadf75d7070acb -size 126365 +oid sha256:a04edcea660ad5e5f2497a953c0bbc7c59282ba0cff71ce756f201bfae0dd20c +size 100139 diff --git a/pointerbench-sheets/data/test/0214.png b/pointerbench-sheets/data/test/0214.png index 3118f01951ac4499616421b99a617c9d56f31022..cce0b7cae87a4e602459538e34bcb6ab577a0238 100644 --- a/pointerbench-sheets/data/test/0214.png +++ b/pointerbench-sheets/data/test/0214.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f3397a6d0952c82c812aeb03d9fe70a156d6a7c41c35713bcc9be1f43baebb8 -size 123193 +oid sha256:1fd6aca2b513c14643190c16da1f56a68ec2a031af69f0f3ec3d2e0d32efdd81 +size 142199 diff --git a/pointerbench-sheets/data/test/0215.png b/pointerbench-sheets/data/test/0215.png index 53557f9b1e421984c792048cab1c49d4b80b395e..bc246db6f2802042b5c0bcc4e074276a1688d13f 100644 --- a/pointerbench-sheets/data/test/0215.png +++ b/pointerbench-sheets/data/test/0215.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4095ff6be45b26888da5e4c5d516cb5472a0e637c30a8e0b09cfdbe68ca52705 -size 60056 +oid sha256:235542c8c852b2f01cd265db6552d5811a21b16c8f283c350e0da2d766b4ed0e +size 95869 diff --git a/pointerbench-sheets/data/test/0216.png b/pointerbench-sheets/data/test/0216.png index 80ab6f874137ddbff346662ad588e7f1c29f3450..ee7421ee8f56978243a69856dfc3c0aceee29eff 100644 --- a/pointerbench-sheets/data/test/0216.png +++ b/pointerbench-sheets/data/test/0216.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61edac116d1a0dfbd4a789f6138a01493b7df970e6b47e586c11b79e91c29a53 -size 176925 +oid sha256:2212602a96ad3684a04d2a14157a887e27a970f5c534545fbafeb3dd5c30f848 +size 182341 diff --git a/pointerbench-sheets/data/test/0217.png b/pointerbench-sheets/data/test/0217.png index 5c944a154ca41dc0ce54fdba68351f993a6e942b..83e096180814602c78035ade9162da1e32689c93 100644 --- a/pointerbench-sheets/data/test/0217.png +++ b/pointerbench-sheets/data/test/0217.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1650f375d85372d535ddb6c2de0d19895ad24025ada4e02f25cd8f486b5c92e -size 106830 +oid sha256:9e00d0e756d177efaa01858807b83331e73182027f3e393cd55583f8c078a9e7 +size 114477 diff --git a/pointerbench-sheets/data/test/0218.png b/pointerbench-sheets/data/test/0218.png index d884510c869d40253a46160ebcf78a15488a6450..7692fcf6cfa83958db3b05802d9eec0b35e220d6 100644 --- a/pointerbench-sheets/data/test/0218.png +++ b/pointerbench-sheets/data/test/0218.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f38b40e0629b42349f4c8ed37b385d221a562cb35e6fbd20409507fd94e37b46 -size 67709 +oid sha256:575d6677ac7b26a43b74c8882c96fbc47f41c10a2dd57f915efe5ff6be61ee94 +size 106460 diff --git a/pointerbench-sheets/data/test/0219.png b/pointerbench-sheets/data/test/0219.png index fd18607882c833a37a37ba48c0f2e8076336e1da..e029f1c644927fba49a7fb2790c3d09a3c14b9dd 100644 --- a/pointerbench-sheets/data/test/0219.png +++ b/pointerbench-sheets/data/test/0219.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0be735fd2c3653b54577c6f3f57920d943cff311156c61801500ebd2bc37858e -size 101245 +oid sha256:97d32a18d1c9bfdf4a57aca42cd9ac973b10b05b5bc6e1edb476509ab96c672b +size 100900 diff --git a/pointerbench-sheets/data/test/0220.png b/pointerbench-sheets/data/test/0220.png index 8abe5d246c28ddb08377fae840272aa67b5bf454..095a067a1f70c704546650c2a75b82afbbea64a8 100644 --- a/pointerbench-sheets/data/test/0220.png +++ b/pointerbench-sheets/data/test/0220.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aabc52c3eb12c669967b6b120f9e508f34bb18338ef4128ef90d3eb0f14b73f0 -size 126772 +oid sha256:e6da311277cf8f12b74643d0c82df592594c72d14d22aa7348e71d18b752dbfe +size 114239 diff --git a/pointerbench-sheets/data/test/0221.png b/pointerbench-sheets/data/test/0221.png index 9423f333dde384300ff31d21c2cd2cbee10ac3be..babcb701c5e548150067cd73e52f4643109a7ec4 100644 --- a/pointerbench-sheets/data/test/0221.png +++ b/pointerbench-sheets/data/test/0221.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c424a6a3c397b449032db05e7da86d343f4ed43689228c9fb7c14a3246b20b64 -size 136938 +oid sha256:96d090da60d1d5d6263932b730c4134a8c8c4bcc579391d68cc39675c8ca5eba +size 54823 diff --git a/pointerbench-sheets/data/test/0222.png b/pointerbench-sheets/data/test/0222.png index 5406c42dd5596d476e54379b26a1e9041300125f..a9121ccee3e885fdc354d27e6fef44ea02bf550b 100644 --- a/pointerbench-sheets/data/test/0222.png +++ b/pointerbench-sheets/data/test/0222.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2429e779ddc13b361b71e7cbbefd74c99636dd2fed74e5155e38dbab505082bf -size 94205 +oid sha256:718663e7849364635424ac14e98cad3b14f34fe862994a3e3203bdcd778e8fc7 +size 121253 diff --git a/pointerbench-sheets/data/test/0223.png b/pointerbench-sheets/data/test/0223.png index 868d6faef84fc7d6419c46a66a97429f4b915ea2..dc58329024cd2c6021d4e848c2fd961041cd0e1a 100644 --- a/pointerbench-sheets/data/test/0223.png +++ b/pointerbench-sheets/data/test/0223.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b59df5d858041d9c6d8d56b1fc78ab7ba5a69c68bcc85b5abae010c6d87eab4f -size 93674 +oid sha256:74a77ae783c8d61f5a7a0722397ff575c14daf3c64f15cdd32ad16f23eb84090 +size 65930 diff --git a/pointerbench-sheets/data/test/0224.png b/pointerbench-sheets/data/test/0224.png index 2a48752091c1a34f4a4c239e19d605f3b8cd29c3..7b2c5f6eaf6797466b31afa81bafea15346062a3 100644 --- a/pointerbench-sheets/data/test/0224.png +++ b/pointerbench-sheets/data/test/0224.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d0e143dc246b2806f2b982a1b27dcd79993de3eaf27100a04fa334aca821af6 -size 163431 +oid sha256:2accb8c791327b9e48cd420387511223fc64ae6a0e213c2e1182fc2e8b4755fb +size 113676 diff --git a/pointerbench-sheets/data/test/0225.png b/pointerbench-sheets/data/test/0225.png index 4ae6c396cd02971638e327632e4383eef490e752..3d792ac2938ca0c056f9e535d6ec05c402ab9e57 100644 --- a/pointerbench-sheets/data/test/0225.png +++ b/pointerbench-sheets/data/test/0225.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea85660328df818ba1a02e18c4290fcf46310284b6a99dedeef4e6449810438d -size 91154 +oid sha256:435984b076d2a61839fcc39364cb8dd38d9d997861aa105bd9f1ad5e0a148620 +size 142190 diff --git a/pointerbench-sheets/data/test/0226.png b/pointerbench-sheets/data/test/0226.png index 4a6c2c5e7e7719bf08339dce993e23c6f48ffcf9..88765ab1e6337ed7ce77546d69d56858f8e2e236 100644 --- a/pointerbench-sheets/data/test/0226.png +++ b/pointerbench-sheets/data/test/0226.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe06a84f7ae9bf4e2671eecdb333b3070258688b5e7a98f942a05c82f2f8396b -size 90288 +oid sha256:11063b2724d548ef7c60207388776955e9521cc6707850a9e16255238a3e6adc +size 101427 diff --git a/pointerbench-sheets/data/test/0227.png b/pointerbench-sheets/data/test/0227.png index c7575fe8b25261e0fdcd0ce4f332f65cad739b36..1cfe571f5b8bfcc6b5e30b7fbfff58c005d53746 100644 --- a/pointerbench-sheets/data/test/0227.png +++ b/pointerbench-sheets/data/test/0227.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:433192803e089a867127bf3906b676dc64faf860b255ee7bae39ac09efe9d52a -size 99057 +oid sha256:a4d61ec70c6fb43a562764e9ae2f7b150d56cec12138cdd3496e732954c4dc59 +size 127301 diff --git a/pointerbench-sheets/data/test/0228.png b/pointerbench-sheets/data/test/0228.png index eb8314a396f2d38200f9c5c2d611a2f6be62e82e..05e40e634e067760a2c3d7c6cc9d24554ee6ce19 100644 --- a/pointerbench-sheets/data/test/0228.png +++ b/pointerbench-sheets/data/test/0228.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:801fadd9da46f983bd07192ed2582cbf8eacfb96dbc3cc7cd99e47a041459089 -size 65343 +oid sha256:06d39cd0acf6ff1a5f769445db6a92317d00ea73d4fe6ee128e3f35a9408afbc +size 119637 diff --git a/pointerbench-sheets/data/test/0229.png b/pointerbench-sheets/data/test/0229.png index 063d1a5bd9676f4f50470e314487c75b56af4d7e..ae5dcf932cc0ba19331175c5b947d1793554d08b 100644 --- a/pointerbench-sheets/data/test/0229.png +++ b/pointerbench-sheets/data/test/0229.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66b9e864da09ba72e5043bb9291a6cb84ec44cfb04c3c7cfec22c5bb4b399df2 -size 130806 +oid sha256:d672b72ad7731c929471306ac20b5949b71a41d2c7bfc150d3d5eee7c973a36c +size 79807 diff --git a/pointerbench-sheets/data/test/0230.png b/pointerbench-sheets/data/test/0230.png index 45525565f62d33f36adbe4693f437edeb7c2e012..b0b14ca093b041565c0c5301bc73b4d7f8cead39 100644 --- a/pointerbench-sheets/data/test/0230.png +++ b/pointerbench-sheets/data/test/0230.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89bc2f080a55d35b661c820edf811164e5900675e8fdb617d03478a70e05d6e3 -size 96705 +oid sha256:fdd21b9ba1a297be562249c360b71247d2ec80f0eb696d1f736854309e7eed69 +size 85309 diff --git a/pointerbench-sheets/data/test/0231.png b/pointerbench-sheets/data/test/0231.png index 245b25b344f8032c92b4871450dbdce42d16ccad..b90a8be7c9969be9171f7048e2cc277f575be398 100644 --- a/pointerbench-sheets/data/test/0231.png +++ b/pointerbench-sheets/data/test/0231.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd31b52375d057fd379bab71edca3f7e15b3d267daf85ded2cb560e00318ae9a -size 133073 +oid sha256:6359d2825c828259eac3c656798f575df0a25bd766ca8c06d9dab42a6ea50e92 +size 96374 diff --git a/pointerbench-sheets/data/test/0232.png b/pointerbench-sheets/data/test/0232.png index 58dcb5a6b111f2cd7091412bd53e4196327b3fbb..5f746e2a0ac07d72e70c6679a42ba50d2207805d 100644 --- a/pointerbench-sheets/data/test/0232.png +++ b/pointerbench-sheets/data/test/0232.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1c52d1f019e1cff2077bdb3fdbbdf1d9f9413d7c95a5a2fc168bc0c0ba5e658 -size 112155 +oid sha256:806bad265d124ce4826fb3dbafe51817919d991a3b2fe067e2919178a2f0eb5d +size 177200 diff --git a/pointerbench-sheets/data/test/0233.png b/pointerbench-sheets/data/test/0233.png index 9fa7d9bd572dda90a16624c129a3631b9ad01850..a7fe769699b521279e1edcbb412b8309f5330544 100644 --- a/pointerbench-sheets/data/test/0233.png +++ b/pointerbench-sheets/data/test/0233.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64181ccecdf8e48da373bc8adfc83592b7b1b2fc1145e6b62d631f220a1e8522 -size 171445 +oid sha256:a832393e84b22978c150d2abddaebc881469351a560fffeffeb9f6afbf8d8950 +size 97713 diff --git a/pointerbench-sheets/data/test/0234.png b/pointerbench-sheets/data/test/0234.png index 4ce2347f5db23c14ae8e75840011253104891c3f..195f22be06754f7dc11ecd0f661d592e10643d74 100644 --- a/pointerbench-sheets/data/test/0234.png +++ b/pointerbench-sheets/data/test/0234.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3129795f5fb7f55234d134c41039b4adb753073a1e15c4ec54192c5e44f087b -size 144837 +oid sha256:c70ed7faec6b84bd405f4089bfa7b1ede1a9923ba04a844d66185386f39ce87f +size 67322 diff --git a/pointerbench-sheets/data/test/0235.png b/pointerbench-sheets/data/test/0235.png index b5ce99c40e68e86d592b2ed86a15e5011bee9510..f25c48407fce320288027e8ddbacb634836768c6 100644 --- a/pointerbench-sheets/data/test/0235.png +++ b/pointerbench-sheets/data/test/0235.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e2484edbdd99a6dd656c653dc3e807dd2b83bf2a60a149418d534f88a22913b -size 95080 +oid sha256:eae8fde66620367c9349b708f2c4af74afc840c4b6965057e29bc7ab5e636982 +size 87056 diff --git a/pointerbench-sheets/data/test/0236.png b/pointerbench-sheets/data/test/0236.png index adf8cb797479359600a8391ad111b500f9f773ff..5af6c82bebb94a7295732aec9b9b5a654fa6a73b 100644 --- a/pointerbench-sheets/data/test/0236.png +++ b/pointerbench-sheets/data/test/0236.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:906176348ec2d75fdc5277aa0881c0769dd9bb37697ef927dccdaf31d5ed1ac7 -size 123790 +oid sha256:ea87f9a6fc13b6850e874758d1dcc79746eb01f1662aafc8535f637ee0f03471 +size 207477 diff --git a/pointerbench-sheets/data/test/0237.png b/pointerbench-sheets/data/test/0237.png index d0c07a8856370da06eee4cfc67e72b22b27569ac..4703bc25d5358bee80b27ddf80124a8d2af8f09f 100644 --- a/pointerbench-sheets/data/test/0237.png +++ b/pointerbench-sheets/data/test/0237.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de0eef549bac531c893d1edbb47099676219f337fdd06a4621e31015e5fd7b28 -size 82952 +oid sha256:9518433907241e14ec7693a7ed7581e797be225a92214296de186ad1fbc7c899 +size 113479 diff --git a/pointerbench-sheets/data/test/0238.png b/pointerbench-sheets/data/test/0238.png index e8ee76fad23506f22f2497a9641a286af68b1166..e916513883b2788e95a0352c9c1784b5c07829fb 100644 --- a/pointerbench-sheets/data/test/0238.png +++ b/pointerbench-sheets/data/test/0238.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8587f78376fd2cd713eca0043832a38ee1f3c10d31794b36ff17f328079cb730 -size 106576 +oid sha256:5f8c7210c69f7904d507273010cecd831b65fe44032a5000849de8547747e8a5 +size 149510 diff --git a/pointerbench-sheets/data/test/0239.png b/pointerbench-sheets/data/test/0239.png index aa785dfb81ac8f21899b8436f2a0c4d3e59f4b6b..ece08d6dcea29030128079c29176fc1790c69fbd 100644 --- a/pointerbench-sheets/data/test/0239.png +++ b/pointerbench-sheets/data/test/0239.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fe005cf52514d918e06c476cbeef6eb7ae64f259673295d2809c0c1ba30066b -size 78751 +oid sha256:16965950fb3a8f2581b39474ee1cfca5c8f69f4ecc36e66d05f3218d4201d233 +size 96780 diff --git a/pointerbench-sheets/data/test/0240.png b/pointerbench-sheets/data/test/0240.png index 0fcf87591ec3f305857833ca870dc650dec68b79..250f05163e40a5563243b6bda701c8255ec71ab9 100644 --- a/pointerbench-sheets/data/test/0240.png +++ b/pointerbench-sheets/data/test/0240.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c0564ea753e6ded8954e0922cecdef43dd90abea8ed1199d762328e42ec6348 -size 43692 +oid sha256:cb4e0d08854520bdebd414923ffe83138fe47999f668b14b80da67e1536d75f4 +size 87048 diff --git a/pointerbench-sheets/data/test/0241.png b/pointerbench-sheets/data/test/0241.png index 97a1dca87d91bf6681d7e6c52cc41bac24d096fc..f1d13a8f5fc81edb42e268fb85fb3f815861d818 100644 --- a/pointerbench-sheets/data/test/0241.png +++ b/pointerbench-sheets/data/test/0241.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdf17898d65e26648b18e3511d2ddffa8fa794ca8e9241285b56a1792fb4e514 -size 65245 +oid sha256:55ee504f121192ec33f1db37c46e07be6f7e951a87d3541faea1d7665e6c4ceb +size 97623 diff --git a/pointerbench-sheets/data/test/0242.png b/pointerbench-sheets/data/test/0242.png index 725ac65b44b47d13ea6e9ae496814136fd29df6e..34aa21ffefb8e738f262eadb3c03331354a08deb 100644 --- a/pointerbench-sheets/data/test/0242.png +++ b/pointerbench-sheets/data/test/0242.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58a322ac81c4b86d84d8848a1c364db43e7971ec9fd7f68b516583735d0a5bfb -size 155360 +oid sha256:acad3ba8e1f7058cf30bf498121f329457249c2761950361c29bb422deea11b0 +size 119506 diff --git a/pointerbench-sheets/data/test/0243.png b/pointerbench-sheets/data/test/0243.png index 74713785e3fe161c2cac96c55d0c7ae258394b74..94447e1851ca57b762a7f27ef9bde3082879a5f2 100644 --- a/pointerbench-sheets/data/test/0243.png +++ b/pointerbench-sheets/data/test/0243.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f25d0adbd0252d4198461db3bb44004b27db5ffb10eeef02e0d8ed58b228d1b0 -size 92696 +oid sha256:59536d5eb029edafa4d2a4b598f66f006e208a54e1b374d1717d6f13b63cfb0e +size 156283 diff --git a/pointerbench-sheets/data/test/0244.png b/pointerbench-sheets/data/test/0244.png index 83ad9ccd8e147bca53742e32242675851764f850..856bd4d4c8b3feeaadf64179f979ccbab5f5d89e 100644 --- a/pointerbench-sheets/data/test/0244.png +++ b/pointerbench-sheets/data/test/0244.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:528c42414bb0c47e2c751f66d3716b34ab86a73e4d25b5aa60ad47470fccba9a -size 93816 +oid sha256:05f341c07e3fb83681fbb055e20b2fe5babb6d6ee00572ca6845b1e12d198e3e +size 106014 diff --git a/pointerbench-sheets/data/test/0245.png b/pointerbench-sheets/data/test/0245.png index 65da42046cca30bb1a4bbf47b3d5767c31c07a6e..196d7b1b1de3a9642530210a2a09dee7cc351ffa 100644 --- a/pointerbench-sheets/data/test/0245.png +++ b/pointerbench-sheets/data/test/0245.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16d07fcc8fa4674fef89fc486c2c938fa93a9479b4fb3a614833d965e9f79a29 -size 69478 +oid sha256:dda8b7dc1175dc1776d5c3ad639f433baf19a3ba77affeb65a375a77bfe78cb3 +size 72080 diff --git a/pointerbench-sheets/data/test/0246.png b/pointerbench-sheets/data/test/0246.png index 5b494ad26ec30eb9d435e87a9e7b581421471b3d..5a5800679f8e0272481f2d77b66030e7e6343475 100644 --- a/pointerbench-sheets/data/test/0246.png +++ b/pointerbench-sheets/data/test/0246.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eee568d6dac4b6af599b13c2fcdc789108383577e90cb9777981505481478ac -size 66928 +oid sha256:aa2c619e69db97370535c3e032c88bbe6ceaf009956dacecd717f221130bab5f +size 145086 diff --git a/pointerbench-sheets/data/test/0247.png b/pointerbench-sheets/data/test/0247.png index 2625eed57f20912df84de42851a22e01ebdc2fe2..8e9b0cf38d8ec9684081d5238a7ad9ac189d5359 100644 --- a/pointerbench-sheets/data/test/0247.png +++ b/pointerbench-sheets/data/test/0247.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad348180d72e06912480ace03740547a986bed061814a56c50a88a0bad81de8c -size 109899 +oid sha256:9df3eb35d90ea1f7121a897d12f957e70973d1cd76e07ea990684a58ecaf2c0b +size 55821 diff --git a/pointerbench-sheets/data/test/0248.png b/pointerbench-sheets/data/test/0248.png index 1b202e33e76885ae5d1a09c3a66eda550d83cf6e..18571feb3598e091b08a84626fd062a7bb27b1f6 100644 --- a/pointerbench-sheets/data/test/0248.png +++ b/pointerbench-sheets/data/test/0248.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02a7a256422bf100772271dd1630b4322ca78a4d07ba3e171970c8452d8e12e0 -size 186723 +oid sha256:6739c416f97fa3c3c41d56124f642f54b3d8b749631e19041020798f3a4d2568 +size 90217 diff --git a/pointerbench-sheets/data/test/0249.png b/pointerbench-sheets/data/test/0249.png index 45f7af5696e5e968b57d114076bdb34e8d8e8c6d..37089bce35d510870ed19387123f94dddae0842f 100644 --- a/pointerbench-sheets/data/test/0249.png +++ b/pointerbench-sheets/data/test/0249.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3700707b94b06bfe8b71eb28b3dc09c227504bfcb23b164429591b53e7fd3d70 -size 98391 +oid sha256:96f629c866ca963439ef9bcb2e1cb4b8fd52783adf402219b2e9e2e56e06ae85 +size 86561 diff --git a/pointerbench-sheets/data/test/0250.png b/pointerbench-sheets/data/test/0250.png index 6fb904d2476c926d815c206d11e68c0a2765efc0..6c9f03dff0dfb44171c726b9b23de1aaaf081962 100644 --- a/pointerbench-sheets/data/test/0250.png +++ b/pointerbench-sheets/data/test/0250.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdc3fe91c9c77c2cbf2100e418b388f3e50f54d0aea9f3a259c2ad89afee1e3f -size 99050 +oid sha256:49686ba3f33839c60d860293be5959e55cc89b70b2519228fb36f65b049483d4 +size 121383 diff --git a/pointerbench-sheets/data/test/0251.png b/pointerbench-sheets/data/test/0251.png index 8cdd9fab9eef47a158ca855fcd71a09f2def07b1..d6299239f0f2443a2b952d83afacdccb53dfbc3e 100644 --- a/pointerbench-sheets/data/test/0251.png +++ b/pointerbench-sheets/data/test/0251.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29b1351a30f406897ccc6c61e1e7c58b3c6bbef7cea2ddace2abfcf106ec10ad -size 81161 +oid sha256:fcc8dfffbeb768ef60c09e5d9b6af5136e6b0630931db16d8e4419ff4fc93506 +size 81432 diff --git a/pointerbench-sheets/data/test/0252.png b/pointerbench-sheets/data/test/0252.png index 746c3f095281c28a59d76190043650d351742e53..ceed6750eb011e768b69de471f39229de7a94af5 100644 --- a/pointerbench-sheets/data/test/0252.png +++ b/pointerbench-sheets/data/test/0252.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cb8cddec546cf473196792e2f94a131a9d1064325adc95f367bb7480e384ef8 -size 59953 +oid sha256:04a9ca297d6f0c49b476ccebd3ac6ef45e1693566ba9f65b289430641bdf6ed6 +size 85628 diff --git a/pointerbench-sheets/data/test/0253.png b/pointerbench-sheets/data/test/0253.png index 3019278fd1a183a2a47254b3e0e367a8d3df4165..ab2e3e554d52777a20d82e6c3739771df15c0089 100644 --- a/pointerbench-sheets/data/test/0253.png +++ b/pointerbench-sheets/data/test/0253.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d7ad08a7bab2182568941b87b8f8c4ba156d3aacf1099897c3b18414cc16093 -size 117559 +oid sha256:1ca0e6b31c40957de46a6f924baeb49d1269cf765b70ea5f16ee37addf761ed3 +size 120768 diff --git a/pointerbench-sheets/data/test/0254.png b/pointerbench-sheets/data/test/0254.png index 1f1ff716804d3d127a09ae7ea66c68e2696bb504..e719c8b37fd22de55c30ec043fffb1b854e1352e 100644 --- a/pointerbench-sheets/data/test/0254.png +++ b/pointerbench-sheets/data/test/0254.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:253ebbb136380836f78e3cb8a3fc8f45c083a596b280dd621d85bc9e82aee7fe -size 86011 +oid sha256:c1eb2b866595304e537435e09bbaf61a924cc4900587523ffc207095873954e3 +size 80764 diff --git a/pointerbench-sheets/data/test/0255.png b/pointerbench-sheets/data/test/0255.png index 2b033a3c39745f2a84d2b0cc615bcd2cf20edb6e..53aa662b34484ccc65ed852d701429baa60da9c2 100644 --- a/pointerbench-sheets/data/test/0255.png +++ b/pointerbench-sheets/data/test/0255.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffe6223b4b30172e036b57105db02d77f425690595133fc3bab1653c77446df7 -size 109518 +oid sha256:5a27413f0c3ea9ad1d2cbf7979bbada897815657032712450320b0d1d4f69947 +size 146196 diff --git a/pointerbench-sheets/data/test/0256.png b/pointerbench-sheets/data/test/0256.png index ff15fd50456b259881595b870977c37d6d872838..f19222d5ac36c39a7d7761f667bae9f2fe82408c 100644 --- a/pointerbench-sheets/data/test/0256.png +++ b/pointerbench-sheets/data/test/0256.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82e6e84c6b17416f8331da7d3684241374cc541c32fd8a43c93f507971a406e0 -size 82663 +oid sha256:f1e66eeb14768bd27bc843b5591823c9d7c10035a12f541f20807c9d0642f1f1 +size 103764 diff --git a/pointerbench-sheets/data/test/0257.png b/pointerbench-sheets/data/test/0257.png index 63eb27a5a97e4958e2357335ec0697a6527b5ef9..abdb688492b0e72b5e1da13b63c593e386e7f72c 100644 --- a/pointerbench-sheets/data/test/0257.png +++ b/pointerbench-sheets/data/test/0257.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c7bbf5520233c7a79fb95f1056c961eace6858e888302f1ff678821d45389c7 -size 78894 +oid sha256:37ac31a6d2cec2b8263d5bcd7becec6ed3f77edee9be30831f78160917c33650 +size 123007 diff --git a/pointerbench-sheets/data/test/0258.png b/pointerbench-sheets/data/test/0258.png index b186624b204eb7612423ccceffaceb49cd6fd630..5fc68bfff660649792a5ee1a6d5b41aee4add7b7 100644 --- a/pointerbench-sheets/data/test/0258.png +++ b/pointerbench-sheets/data/test/0258.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbd18f3cd9d3576f54b01772afe1b2573d5b4848ad840613c274973fed591399 -size 79510 +oid sha256:c5584fa21fa09380e97d6a732a9683fd1f720247409007976ab12bc62f37f626 +size 87727 diff --git a/pointerbench-sheets/data/test/0259.png b/pointerbench-sheets/data/test/0259.png index a8f793b744bfaa06bd13f87c6ed0411e1e9b9a9c..dc31c12a25f8a7aceae88020a56ca4cbc77e3fbb 100644 --- a/pointerbench-sheets/data/test/0259.png +++ b/pointerbench-sheets/data/test/0259.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54629406cbf65f974264f724c14e802279691d1bcfa0bff94dcc4badfc0ed9ea -size 93533 +oid sha256:881ec0d126940334e15471312e5f47e6ce136416e016160a967096737afaeba6 +size 114508 diff --git a/pointerbench-sheets/data/test/0260.png b/pointerbench-sheets/data/test/0260.png index 7ba61ecdd5927257fded986e61e5240e5427ce19..f20f04b1194538bb6d3da4f67cd10a5890cc7521 100644 --- a/pointerbench-sheets/data/test/0260.png +++ b/pointerbench-sheets/data/test/0260.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27a31814cff3b4958e9e80245a70016c97c9a2b0e23635fddfc8c3f322b03ed3 -size 110612 +oid sha256:6cd8328d2044624159c954cc434a06a144d1f1ef4a7e487e8d6c7def284251fd +size 123047 diff --git a/pointerbench-sheets/data/test/0261.png b/pointerbench-sheets/data/test/0261.png index 9bb1f35514fe05b9bf2660e75e70dad2aa007a7e..c63ad3b5cf80046eea1ff6410fd3e157caf53ca8 100644 --- a/pointerbench-sheets/data/test/0261.png +++ b/pointerbench-sheets/data/test/0261.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e020d7885c79ae2556ab67271dde21860ed60353b60697742ca1d9d012e77e -size 80044 +oid sha256:e0628e4ce7776f3ef8adc19082a8b81f58509ceb980a9bc15a3ecee1c7f7ccba +size 83303 diff --git a/pointerbench-sheets/data/test/0262.png b/pointerbench-sheets/data/test/0262.png index 92464add0fbcf93b2edd1592a3e2a43df3faf017..6118eb04c82a327edae417c18c4f7fd86b3fa6bc 100644 --- a/pointerbench-sheets/data/test/0262.png +++ b/pointerbench-sheets/data/test/0262.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebf9517033a232e9fac7799be96c951cbae675f9f0bb4e312df3dfb1e9181e40 -size 73248 +oid sha256:c96e383aaaeb394a30fc1ee92df1ebe6035ec718f411112003ebae631ff29770 +size 91003 diff --git a/pointerbench-sheets/data/test/0263.png b/pointerbench-sheets/data/test/0263.png index 30c60202bc8c80bbf7ae1cf48b1df4d606815d93..23b1a3ee6bea255998b97289d7ce30168a4bfb30 100644 --- a/pointerbench-sheets/data/test/0263.png +++ b/pointerbench-sheets/data/test/0263.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db6fcbf81fd9dbc53ceff132605565728edd52ed15ee7180a1a275f6c5e0ff20 -size 96388 +oid sha256:0b3e3d132bdb2aa287335caf79a0e3f6a5c140208e622201043fa72d104f6d11 +size 64892 diff --git a/pointerbench-sheets/data/test/0264.png b/pointerbench-sheets/data/test/0264.png index 21851c150f6aca12755b313ae0d86283f1722ab5..4cc7b05c7106dfe2abb9b9e0d6d02db78c981fd7 100644 --- a/pointerbench-sheets/data/test/0264.png +++ b/pointerbench-sheets/data/test/0264.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:745adb05701412b4635f2dd42b791faaed54f2da4c888cb86f49837c241255c7 -size 95690 +oid sha256:23ababa70c9a5f30fef8da29127f6983b0aa08d0add8756460063aef36161643 +size 88666 diff --git a/pointerbench-sheets/data/test/0265.png b/pointerbench-sheets/data/test/0265.png index 783eb28b53d609b0fab245c8bb6409659dbe23e0..30347234899e118d7c59685a15f0f5f2a36532d1 100644 --- a/pointerbench-sheets/data/test/0265.png +++ b/pointerbench-sheets/data/test/0265.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e95e6b6143a497ed4e19145e04c7394152de8dd49bc60d50780cf95514cf942 -size 76680 +oid sha256:ec9091a33e16a69ad8995fa8ae3f5b6bb25adf5bd197ab8c361314700f8b0fe7 +size 117504 diff --git a/pointerbench-sheets/data/test/0266.png b/pointerbench-sheets/data/test/0266.png index 645963dcd7415ee6be37e9139e41911172688095..7c5448561ace7b1d710dda5ae1557c77c8038b23 100644 --- a/pointerbench-sheets/data/test/0266.png +++ b/pointerbench-sheets/data/test/0266.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:846f3f7f028a6b22e500ba45303e4b935aa6cb8136730c7dc660d99bf0560ce0 -size 69271 +oid sha256:b00691231ce4a23fb73da32be1ce36e8c3fcc8e4916ac15301a767fc499121a8 +size 129741 diff --git a/pointerbench-sheets/data/test/0267.png b/pointerbench-sheets/data/test/0267.png index 1e7206ed24dab2c20edc57a674a880458468b10c..64d401835a5c72ace4a4aed9711f0b09c15559a6 100644 --- a/pointerbench-sheets/data/test/0267.png +++ b/pointerbench-sheets/data/test/0267.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2179dac5c6ec42be5692b863f30841c439a8d9e58f4e5be11bb3580971e4ac98 -size 87646 +oid sha256:6a39c52b6d70c98953a6f1cc531eed0aa613a6991cf67a05010d9c7a87a1624d +size 94403 diff --git a/pointerbench-sheets/data/test/0268.png b/pointerbench-sheets/data/test/0268.png index 3b9aefc001414c7da58db6c00ebe336fc688ee9e..9fa87b5158b14b7be122d8c57e3868f671e271e7 100644 --- a/pointerbench-sheets/data/test/0268.png +++ b/pointerbench-sheets/data/test/0268.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2785b8c9fad83659b32701a18256c4f0ad104450020ce65cf5847444fb86f09 -size 94176 +oid sha256:7ce1cbe618d79484e262f5dc94159c76960674838cf9fdd515c5c9c79d2caf05 +size 76297 diff --git a/pointerbench-sheets/data/test/0269.png b/pointerbench-sheets/data/test/0269.png index 180545638cfb5142a8a9f12cd3678f7872cc9da4..8a4fd46e42f83cfd1954c156614e093a952820cd 100644 --- a/pointerbench-sheets/data/test/0269.png +++ b/pointerbench-sheets/data/test/0269.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07b9645ea4a520f63c013b95765f70c8adf7dc8fb718400dee58442c0d86cdc4 -size 108791 +oid sha256:5feb530baef6061fdcce3edb187b5f7c8c2bbaef791403bd73380265326ac083 +size 111981 diff --git a/pointerbench-sheets/data/test/0270.png b/pointerbench-sheets/data/test/0270.png index 1fed6e7b175ad311bc226cd5a9a3be5472b5319b..4de0d247b81e3f6ba5fbe61b6c141465e8a96bf9 100644 --- a/pointerbench-sheets/data/test/0270.png +++ b/pointerbench-sheets/data/test/0270.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:084b3a1dada8caaa3bc342839317d8d454472bb9f47c22c95a56d5abc8d235cb -size 95392 +oid sha256:75472da613fef340b9b62f3eb75f341fa689d6d4a3809762ef989f06e140b013 +size 66650 diff --git a/pointerbench-sheets/data/test/0271.png b/pointerbench-sheets/data/test/0271.png index 6f4a344cbed14750604667fd5d7b83510da515de..56e6d612091a0df09e60a8f8cf1bbadc47090c81 100644 --- a/pointerbench-sheets/data/test/0271.png +++ b/pointerbench-sheets/data/test/0271.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:434c1d079d0e1625e3e7a872a5ea8e4e1e90ca05b23bc4cf4f175d5d6d21d7d9 -size 122341 +oid sha256:b394bc0a018996338269e312d90ebf0d4f14c2cbe8cd2341e4646ee5ec7cfba9 +size 118299 diff --git a/pointerbench-sheets/data/test/0272.png b/pointerbench-sheets/data/test/0272.png index 60f131c70f15e243c9f51867d1a88fd4d29909ee..734b15279f982c05221c0e85bb3c15aeb5b14587 100644 --- a/pointerbench-sheets/data/test/0272.png +++ b/pointerbench-sheets/data/test/0272.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f060576da79457baa1069a950795f71a2343f7cfa2ac55431c91a3511418b796 -size 126669 +oid sha256:a4c21f9e0b9dab81a5a56d79937bb9b9e62b14d35df0309475ec1753a96ea5f8 +size 146059 diff --git a/pointerbench-sheets/data/test/0273.png b/pointerbench-sheets/data/test/0273.png index be3b8c5d6157bfc39f2c2e56dba0b655b3657691..550cbf7d4689290bf359027a5719e20aadab1efa 100644 --- a/pointerbench-sheets/data/test/0273.png +++ b/pointerbench-sheets/data/test/0273.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e824194c46a7fa12d3e9825e42a2f47e8ecb1588446a6f00b4bff74429088ea3 -size 107380 +oid sha256:6bef2bfc4942a1c6bcb7afe6cdfd90ea7c67eac1e6519b70a68b61c833a452dd +size 162769 diff --git a/pointerbench-sheets/data/test/0274.png b/pointerbench-sheets/data/test/0274.png index 67e5570c71dbf41912d52cddb3206ceffcde36f0..e6d2fbdf0b55ce324163313a8599345f5f575109 100644 --- a/pointerbench-sheets/data/test/0274.png +++ b/pointerbench-sheets/data/test/0274.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:539483972e2f5012b8898f3c145ab2e8140055800dea761bb40068f580c4bf29 -size 116764 +oid sha256:b1bc9eb9cdb5465d533d7e2f8a05375e259550c50a5d2b34e9c47db1be91bc8e +size 108432 diff --git a/pointerbench-sheets/data/test/0275.png b/pointerbench-sheets/data/test/0275.png index 9aec1153b7a02d97d60f9c707e1a26a88edf7da1..daa386b23361742b0f7086ad6d7c1cd09993b8e2 100644 --- a/pointerbench-sheets/data/test/0275.png +++ b/pointerbench-sheets/data/test/0275.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d347a9a011a45fc8a871ffc0e105e0c2e4ed989a236d3dd7151c9937efbdaf10 -size 80657 +oid sha256:c33f9c8504e66fe03b001ece513f19b21e464663585679adfd02d65da9d6c6a1 +size 91144 diff --git a/pointerbench-sheets/data/test/0276.png b/pointerbench-sheets/data/test/0276.png index 92deed1218c4729ffadddc0e8af4e2ddfdaf3b4e..de12f150b5f5949e670be360bc55dc741a82875c 100644 --- a/pointerbench-sheets/data/test/0276.png +++ b/pointerbench-sheets/data/test/0276.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d13e2e9a2d1c06757b61b4bce78a4e8cd8bb85e4c1ceafc0e77c20d3b066df97 -size 105349 +oid sha256:0fcbc21d0ae624336fc53968b962697d0a6b3d08d40853963c2e70d99720bce7 +size 117199 diff --git a/pointerbench-sheets/data/test/0277.png b/pointerbench-sheets/data/test/0277.png index 619fd867fd8f1398b9939b3c1b52a519e5da5926..8d55cba89b2485462dc214178585727d731434c9 100644 --- a/pointerbench-sheets/data/test/0277.png +++ b/pointerbench-sheets/data/test/0277.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd20296b949b0e3e163548a6f71338f34d79f468cad54dad0faeda1696d2822e -size 224733 +oid sha256:13c1f550c6f439bdf10f3515490d34227f3fbe9bccdf199901d1287a2e7fdc94 +size 161576 diff --git a/pointerbench-sheets/data/test/0278.png b/pointerbench-sheets/data/test/0278.png index b9f0ff01c0fb2c52eb4637f6d05c91483d058d38..90d6af648e16ebcc3ffafd83fe51270a219e2074 100644 --- a/pointerbench-sheets/data/test/0278.png +++ b/pointerbench-sheets/data/test/0278.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4749f9abbddd0b7d20492b0a3cac4a9067175d341c69a958330b8611f9173e7c -size 88186 +oid sha256:43a19b680e217a54ed187c0525ee4dca3579e2e7145239bd0b77f61ebd318daa +size 147939 diff --git a/pointerbench-sheets/data/test/0279.png b/pointerbench-sheets/data/test/0279.png index a1e88e0c17a93eaea31e2b604eeda5395acbceae..d2a31003cc96b09399cc4357d626be90627fae0b 100644 --- a/pointerbench-sheets/data/test/0279.png +++ b/pointerbench-sheets/data/test/0279.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c3df22ff303600de2d11af88c81f8fb644e949ee6e948889f88fc68febb0947 -size 120381 +oid sha256:c8ad4e007030518c32c6f36c126e37fa3da9b161e51cacb2db583a9321945c8d +size 122966 diff --git a/pointerbench-sheets/data/test/0280.png b/pointerbench-sheets/data/test/0280.png index d55436e448fc46ba0e94fd191486bb115445a64e..1566fdc62db196460f6bc062e13aaa8076230033 100644 --- a/pointerbench-sheets/data/test/0280.png +++ b/pointerbench-sheets/data/test/0280.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23ea5c3228990d25d7719d860fced06e0883f67bf341d7fd90cd391935247b75 -size 99493 +oid sha256:0d599ae6da369c14f96d72b4d6116fe48b4bb4f65d439bb67b486c3a4d909628 +size 79065 diff --git a/pointerbench-sheets/data/test/0281.png b/pointerbench-sheets/data/test/0281.png index 613a66ab33007060d7f54ee06d05956430039998..577c4294f4722b42844ec2eae968c4c858b1e4c6 100644 --- a/pointerbench-sheets/data/test/0281.png +++ b/pointerbench-sheets/data/test/0281.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5ef81f02e7a23ce3e34c7e4b308984d81d74dd9491884c094254a47d760c877 -size 103896 +oid sha256:365fad44f8173946e45745b233c7ba3dd65419e10f07a4afe0a04c38bf8030d4 +size 147943 diff --git a/pointerbench-sheets/data/test/0282.png b/pointerbench-sheets/data/test/0282.png index 8eacba1021aa5a713c24f674b1ce52e094238aaf..ad687ca5f26860ee9a334b959c433a0ae4f7ea3e 100644 --- a/pointerbench-sheets/data/test/0282.png +++ b/pointerbench-sheets/data/test/0282.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ef88e72f9b72b28c4532345ee671176f0f1f3fd11f34b30b971dd7e5335d508 -size 79737 +oid sha256:d6998fa0de2fd76b28faba47bce7c3dd359804bebb19204bf6db27bc1ff42551 +size 58225 diff --git a/pointerbench-sheets/data/test/0283.png b/pointerbench-sheets/data/test/0283.png index aa34f62ec52dcd9c6285e4be00caca6d94069787..dc57904457b11f55a0a7b138fb6cb9a876ecf36a 100644 --- a/pointerbench-sheets/data/test/0283.png +++ b/pointerbench-sheets/data/test/0283.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e301fa1b79cae45d4c68bdba2fc20b6f9dcbe9559f9a8110e590d195ebb0bbe5 -size 82950 +oid sha256:60c2077756c211eceaa1de0754a7a6fc684aeb7158314fd51001c8c3c2928c14 +size 86173 diff --git a/pointerbench-sheets/data/test/0284.png b/pointerbench-sheets/data/test/0284.png index 87b785f3ef82a6db73b6a55f471a797ca45a18c9..0021862856c0f88d2e30f47c67b1ddbe3cb9a0e2 100644 --- a/pointerbench-sheets/data/test/0284.png +++ b/pointerbench-sheets/data/test/0284.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e9f2d4e2c22c2da948e5c55402d08355919fb61ecbd356bf8f821f9770b9f9b -size 68044 +oid sha256:d18c41e98508733f4bec6a1ac3700a9c2eb01453ecdccd5a0b46fcfc5bfd2f9f +size 78291 diff --git a/pointerbench-sheets/data/test/0285.png b/pointerbench-sheets/data/test/0285.png index 8b263f2f9e3c2e7f423ee29f5dbe0278fa6beafb..0173a5206ad24ee7621414d778249266bdcfd4a9 100644 --- a/pointerbench-sheets/data/test/0285.png +++ b/pointerbench-sheets/data/test/0285.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cef22f6548208537460d0bbfbf53a736c27d10aed14a534a452c44c70e21b0c7 -size 81926 +oid sha256:2922b6ecbdbd3a76c207b2bb9dc97f4ac4ede60725d2e221f44dc3a34fc4b2f0 +size 89041 diff --git a/pointerbench-sheets/data/test/0286.png b/pointerbench-sheets/data/test/0286.png index 3d1ed24e1a490bc39d52d9516a9779f88bd48707..5094af97ca28c21b70e3db2c93ff2db884307ca6 100644 --- a/pointerbench-sheets/data/test/0286.png +++ b/pointerbench-sheets/data/test/0286.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9142763e0676da094cdab199c62dc80291792679954ce81e0bc5a1474d816f54 -size 72545 +oid sha256:46f91226f048bdda028ac039caf09aee9f63de4c856bf102b798ce11a84f1172 +size 99589 diff --git a/pointerbench-sheets/data/test/0287.png b/pointerbench-sheets/data/test/0287.png index c63be93e38e61a2d8cb56d52c4e61e97bf8d3d64..71b15b311d639df1d955d6c04d4ff5512806e82b 100644 --- a/pointerbench-sheets/data/test/0287.png +++ b/pointerbench-sheets/data/test/0287.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55f3cb8896f15c8cb00dd1884b6f8a7c84b302af7718a6c892196ed9ba4a7664 -size 77438 +oid sha256:ea6b3c39f03a7d17d7566ec62195e51b27ab4c565e458426562d8efd03a636b5 +size 64620 diff --git a/pointerbench-sheets/data/test/0288.png b/pointerbench-sheets/data/test/0288.png index 4fc3173ad80cf69b84eaf165ef4edf7e0ee52e34..74d3aded7a9c7c061b9e6a00e3bb228b0d122294 100644 --- a/pointerbench-sheets/data/test/0288.png +++ b/pointerbench-sheets/data/test/0288.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3464a3419950d32a0588e9a109551ab40f2f2cd22164f782c5608306dc62b52a -size 78724 +oid sha256:6af3abd86041600225a6afbf5a96df05aa946d4fd45db647b5d5d4e80e428a52 +size 68845 diff --git a/pointerbench-sheets/data/test/0289.png b/pointerbench-sheets/data/test/0289.png index 1c99a3eaad899d49797864fcce45533a80c04a33..4dd75dfd11e21e97d8aa4691b733068114a09d5f 100644 --- a/pointerbench-sheets/data/test/0289.png +++ b/pointerbench-sheets/data/test/0289.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df0a99227b61aad0ed2ebff096a50b9b19da728b5ff7cd5a07943d94847b2958 -size 82613 +oid sha256:e8ca30f8c0f0f6771696275e0db5397540dddf1546a84dba24fa042b844211ae +size 114757 diff --git a/pointerbench-sheets/data/test/0290.png b/pointerbench-sheets/data/test/0290.png index c46a7dfc35d1a2d31d54fd11145c0f13c791da08..ee2538903b8925ce17e38f8e5d201bf6cf237bb7 100644 --- a/pointerbench-sheets/data/test/0290.png +++ b/pointerbench-sheets/data/test/0290.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60197c7762f9441c2a020b5285479ee4ed086854bad528733002619b98c36079 -size 68736 +oid sha256:4e2dae9d460463245dcdb957787df15c5b94d552df6d9f554556f1da9764a61b +size 97467 diff --git a/pointerbench-sheets/data/test/0291.png b/pointerbench-sheets/data/test/0291.png index 8df042317c6f648a5db2ba795ca52ef814647045..7e02c1ebf3b06f0749f0b159ec9e9bf1a30ca2f1 100644 --- a/pointerbench-sheets/data/test/0291.png +++ b/pointerbench-sheets/data/test/0291.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4a9e517444343feccaf72b479b4f6336d25bd3279dc77cfef6d04e67ad511f5 -size 70039 +oid sha256:c632664e3f3eef9c6a422a9640121a98985530ff5ec4932140818a371e40ebae +size 71290 diff --git a/pointerbench-sheets/data/test/0292.png b/pointerbench-sheets/data/test/0292.png index 5f85aa29b67197afdc39420d61e457886897a99c..bac6ffdf7c7d829f3a969c6a3750e0a291242f57 100644 --- a/pointerbench-sheets/data/test/0292.png +++ b/pointerbench-sheets/data/test/0292.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4483b35e8ff99d8493b70da6937dd1a38768d0b8bfe3ea4323ed9290566ada96 -size 108884 +oid sha256:8063314f9ddae37512471199a2824f65df14490afe7dced3bbf896693ad90e98 +size 93127 diff --git a/pointerbench-sheets/data/test/0293.png b/pointerbench-sheets/data/test/0293.png index 7076a2acf4ed2a1c6489e1bc422ad316dc83a13b..d70fb6b29d3d98b439e01c1a8f66d714e356a33e 100644 --- a/pointerbench-sheets/data/test/0293.png +++ b/pointerbench-sheets/data/test/0293.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecb7db296b1931daca268010833015ffd4cae15f2c5d38f98a137e5905537a58 -size 107080 +oid sha256:ec6446db3755759ee6b891892e6cbb2ec8b7206689859b9bbf83795281abb5cc +size 113227 diff --git a/pointerbench-sheets/data/test/0294.png b/pointerbench-sheets/data/test/0294.png index ad1e624f2b09f1d4a2361100517b6d05c89cd4ec..e66162ca82dddd5c9d5f65289e5ba594815e71b3 100644 --- a/pointerbench-sheets/data/test/0294.png +++ b/pointerbench-sheets/data/test/0294.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8883a3c55ae673fd4064ea75dc2c6e58c027808dc7ce579f6577abb431aec508 -size 74770 +oid sha256:e43560ec9afdee0bfc0a355c81d3ea3c64319b91d4cb92fde10c810dfdafe50a +size 112430 diff --git a/pointerbench-sheets/data/test/0295.png b/pointerbench-sheets/data/test/0295.png index 483dd3cc5ddbd1666038c728e8e2daf50738601f..af9a8d9449875a409a670924d9ecf477477e06ab 100644 --- a/pointerbench-sheets/data/test/0295.png +++ b/pointerbench-sheets/data/test/0295.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82d059871a8cb3608d634ca8d75930b7040ed3c405be0c836aa1580408ef836b -size 120747 +oid sha256:8fce306118d08c9bd2f331e8cce667a7ae25f417b9d805d94e54eef05fcc39fe +size 64678 diff --git a/pointerbench-sheets/data/test/0296.png b/pointerbench-sheets/data/test/0296.png index 70ec741bf202a0e0c808d45ffe4612ff7d4d3741..60a89d36688df768c3d18ddafafefc32deac967d 100644 --- a/pointerbench-sheets/data/test/0296.png +++ b/pointerbench-sheets/data/test/0296.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce8dfb84c0fd0940f51423996a016d2d271daf86105ab9b15ab0fe15c3887a8 -size 65617 +oid sha256:11b1c469427e9884ffb6452a55355df2737f19be59099f1985cf26eb4ce28acf +size 130109 diff --git a/pointerbench-sheets/data/test/0297.png b/pointerbench-sheets/data/test/0297.png index ba890285cf352153e5bd993a9c625ab2043d28db..64c83eba21b55fb58af1ea513aef1aa3173bd7bb 100644 --- a/pointerbench-sheets/data/test/0297.png +++ b/pointerbench-sheets/data/test/0297.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8642d41ce6987c8b6ffe3da1bc9b84f16b87bdaeb099b71d33144d7419bad991 -size 151391 +oid sha256:0f3f5d21300ae99db80bee4f83af326b4a013b54f9defa41a1c6b8831f4c7d69 +size 59024 diff --git a/pointerbench-sheets/data/test/0298.png b/pointerbench-sheets/data/test/0298.png index c3fa47eeb5ebb9afc194e797476b9b6516eaf289..a49be93d3889418ed9d445c37727747da8067e0d 100644 --- a/pointerbench-sheets/data/test/0298.png +++ b/pointerbench-sheets/data/test/0298.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:502dff686f5b3fc58a5301faabf9935ada3d83143c5a7ac0c2da7868a078c112 -size 63533 +oid sha256:1155d0bd57d79846d110daecef63638993986442a216c401cb89f15ba7630912 +size 122543 diff --git a/pointerbench-sheets/data/test/0299.png b/pointerbench-sheets/data/test/0299.png index d34e3c5661967222a7340e2caa01888f4244ac13..254fd94e9562063d0571a38b26588330ec11b6cf 100644 --- a/pointerbench-sheets/data/test/0299.png +++ b/pointerbench-sheets/data/test/0299.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e461a5e703cfa4b75deecb533ed8cf2e2494c31b38bfef8d74b55d9c11052da -size 112651 +oid sha256:65c523b098f3cb4fb3b651c1b204e5283ef217835c344bce5c2ede8828044c4a +size 132936 diff --git a/pointerbench-sheets/data/test/0300.png b/pointerbench-sheets/data/test/0300.png index 12de8d65d8ea8ea94aa58b1fecd44924f2fa5341..f1b9fc36300502518e5c85182e0b40f1b8f41894 100644 --- a/pointerbench-sheets/data/test/0300.png +++ b/pointerbench-sheets/data/test/0300.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d51adb60da363157a1fa29bc832e1cc2832513643f02b033da90e78811b7528 -size 105322 +oid sha256:5e6d47bf1e34d88312ebd450f066151e6abb2ec0f7f8e7ac050072399bcda000 +size 120592 diff --git a/pointerbench-sheets/data/test/0301.png b/pointerbench-sheets/data/test/0301.png index 031c79dfd1aa6c211a92a1e636593d03e25371db..316bf78f0ef1c9a22626ac04b9a75726becfbf6e 100644 --- a/pointerbench-sheets/data/test/0301.png +++ b/pointerbench-sheets/data/test/0301.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a40318019c54627053aa6361aed2c12275b68d820eecc108677a6ac5ed854cd1 -size 101871 +oid sha256:84c5f170c11099c191746f4f3deccba4beae32dc1c9c1ecb6e50f42459dd6d0e +size 53690 diff --git a/pointerbench-sheets/data/test/0302.png b/pointerbench-sheets/data/test/0302.png index 773bd17f9f04ed8eab48796ae838fa3fc84bbc26..4ce7ed0187994b5c77b128c627557888e0151337 100644 --- a/pointerbench-sheets/data/test/0302.png +++ b/pointerbench-sheets/data/test/0302.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cd839bf35dbc44d86123e8d1491fc78b8c89a6e85e6e1c4622f48e39c8d5568 -size 64195 +oid sha256:8ae9017a55e3248795f588f17ff27736077b7a12a0cfc92d0e2448a2d81d7b21 +size 76783 diff --git a/pointerbench-sheets/data/test/0303.png b/pointerbench-sheets/data/test/0303.png index 296b008dbda092004716ee05bad25742ee8eee45..380885c7769b6cace39ae76d8a066ead3565caf3 100644 --- a/pointerbench-sheets/data/test/0303.png +++ b/pointerbench-sheets/data/test/0303.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:077fa9eebf8e8c9e22a6b941c8d87773d4cee6e4389b4e158c4713682a1ee7d9 -size 137842 +oid sha256:04a46687b08034dfa22463b92e04e74b61ce9a92bc9ca82b9980d47a80ac1f5e +size 120590 diff --git a/pointerbench-sheets/data/test/0304.png b/pointerbench-sheets/data/test/0304.png index 41e3a3a131283fb8af798242d0d667eab6a44725..5bca620487569e88687aaa0e31b3fa0e63591e36 100644 --- a/pointerbench-sheets/data/test/0304.png +++ b/pointerbench-sheets/data/test/0304.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4569eaf85664fde1611c01446f3f53149e2661ce44c5e274d60f96e0e3e16b03 -size 75886 +oid sha256:cc4a50e5c7a70b5c11d35b0d6856eae810b242b6112f4fbfe21f057c8bdbeafa +size 63305 diff --git a/pointerbench-sheets/data/test/0305.png b/pointerbench-sheets/data/test/0305.png index b221b60920129877d156069b4773121afd7db724..05c8d462454fa822d1c532517fe60d5a6caf565b 100644 --- a/pointerbench-sheets/data/test/0305.png +++ b/pointerbench-sheets/data/test/0305.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6ad96b5571dd6b10279c7d13fb27c712ae6d1c094288ea5909e5e9d271d69e8 -size 79233 +oid sha256:e8504dc7374b4a62f69f25958f4da57f43657f1379a9b91f017d4ca7189c4d0e +size 67960 diff --git a/pointerbench-sheets/data/test/0306.png b/pointerbench-sheets/data/test/0306.png index 06d0d9843792dc3dfcff710398d7dfde33a66ce5..fc2cdb199e8c2b0c453748f6d413c358f0b36f8d 100644 --- a/pointerbench-sheets/data/test/0306.png +++ b/pointerbench-sheets/data/test/0306.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d89819afe17f1ff43808efabcbb0cbc6985cc6c1f8149dd21ad37f168f03c8a -size 70363 +oid sha256:d09828aa2b4edab4d7393ff006f5e9f8ac505ee446f8ce595b7ca09fddbf44d4 +size 53071 diff --git a/pointerbench-sheets/data/test/0307.png b/pointerbench-sheets/data/test/0307.png index 68aa6baf17e27bb8de51fe9db557b2b31e33bdda..74a145ea3a1fd035d05c435eccb0f6c8a78c3ac1 100644 --- a/pointerbench-sheets/data/test/0307.png +++ b/pointerbench-sheets/data/test/0307.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1c30a4d5b24f5be77f6a833eb41a8f2f34f9cdf833f25493605ac262f442fd9 -size 100332 +oid sha256:39f7780a38de33136c106353539c0a7df6714b0c1ab3667773a164aca77c0c9e +size 139674 diff --git a/pointerbench-sheets/data/test/0308.png b/pointerbench-sheets/data/test/0308.png index 3b5c8b1248e780d628531470ea497aa27a54b253..805b90f337735ab9fd8ee5ce8317c2fe9666825a 100644 --- a/pointerbench-sheets/data/test/0308.png +++ b/pointerbench-sheets/data/test/0308.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6418af64e16de3eb7effb4c33f10b8722f100d4edc8fd52824fa5deec3a68679 -size 147450 +oid sha256:76aa1fea2e53e77f96908c1c49ca5c3df9c2f7353f673947207a97065a8b3dee +size 173916 diff --git a/pointerbench-sheets/data/test/0309.png b/pointerbench-sheets/data/test/0309.png index fd21789110b4a6c12ac90e301e3168d671bff3a1..7eaa81154f29286086cb2e903b8c4dc6348052ea 100644 --- a/pointerbench-sheets/data/test/0309.png +++ b/pointerbench-sheets/data/test/0309.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a75fc094b2a763fffed94d21e84c60913b4d5054a2acb3c3dfdfc4571bac240b -size 107712 +oid sha256:43369e0e313730e6fb68fa5bd442e9f322232f0e8832814dad9ff8918a7d7d52 +size 115355 diff --git a/pointerbench-sheets/data/test/0310.png b/pointerbench-sheets/data/test/0310.png index be90bb0c654f394d0526ccb5e1dc30d0d589e7b0..187bac40810c55fde8d490f4f20ca74e00d61b70 100644 --- a/pointerbench-sheets/data/test/0310.png +++ b/pointerbench-sheets/data/test/0310.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7467026914ebc078856a45888b07326c9e86c856d42c6199dfc9bee71e468b70 -size 57307 +oid sha256:658729addc6f515a960da9ab85967881992ceef2953fa5f2f225c3b79be0f4e4 +size 217563 diff --git a/pointerbench-sheets/data/test/0311.png b/pointerbench-sheets/data/test/0311.png index dcfe64ff3a1bcaf70e511b26161d4963f2112bee..d27f55de789eb190bf1a39ff5599dc350f13c4d9 100644 --- a/pointerbench-sheets/data/test/0311.png +++ b/pointerbench-sheets/data/test/0311.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eb16fdc32324f762861feab4ccf25301fb0c2411bfc4438b1b557bad83faa19 -size 61409 +oid sha256:55bdaefa79394f576139500a5e75fecc14e26343127dea333ea2677881059379 +size 169868 diff --git a/pointerbench-sheets/data/test/0312.png b/pointerbench-sheets/data/test/0312.png index 8d4a7b490584361782b3cc4de74c58fde7845cde..ae37a3bd929b2c8d0039e7c2ca25a038585f8c73 100644 --- a/pointerbench-sheets/data/test/0312.png +++ b/pointerbench-sheets/data/test/0312.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66e0207a6acc20b9018100b0a7e94fdffdf5aea22633e2917637d9a0cf74cf34 -size 100778 +oid sha256:6f3c71173e662b9ed820abbfc600ab77e7b4e5cc23e772e0df3913eda0e0a7ec +size 132104 diff --git a/pointerbench-sheets/data/test/0313.png b/pointerbench-sheets/data/test/0313.png index 4daa59fb542267b5e8c357a841d992d86debd983..1eb0723529f303f4d18d6d92e3af67ef88b0b2ba 100644 --- a/pointerbench-sheets/data/test/0313.png +++ b/pointerbench-sheets/data/test/0313.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6bbb6b60c39ccc5bc6aa25d39828b5d17d4b8db63f257e0a31e982fa7bbd547 -size 166798 +oid sha256:2a035465057803758b5be125e8c391d3e409922016ce4d984f05e7e367251cfc +size 62720 diff --git a/pointerbench-sheets/data/test/0314.png b/pointerbench-sheets/data/test/0314.png index 356adf007e1c0cd43c2d66e734f053cae573e9de..50e0a123afcb5cf7f53ac97622210673fa3a8888 100644 --- a/pointerbench-sheets/data/test/0314.png +++ b/pointerbench-sheets/data/test/0314.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08ff429a48269254e1bf995e1c73a3e93221d13e2b5fef295b7997243fe2b093 -size 85908 +oid sha256:f02425756bc7dfc1337e2ce3870e3dc7a42feb5ba4e4dc283810ce2b0eada110 +size 71817 diff --git a/pointerbench-sheets/data/test/0315.png b/pointerbench-sheets/data/test/0315.png index b0fcf29bf9d3373b00b82cd3404c627feaddf830..0b5cc20d54984762e5adcb14f9cb4557adfc7338 100644 --- a/pointerbench-sheets/data/test/0315.png +++ b/pointerbench-sheets/data/test/0315.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4990ca122bafe68b02804a09de8c938e6ff685fa65e52d76defdfdbe9cf9c8c4 -size 114390 +oid sha256:eb3a0b2454dd485eabfad0ba2eb5349eb2f47c5e1f98ef8e77b9124cb4c80b6e +size 98817 diff --git a/pointerbench-sheets/data/test/0316.png b/pointerbench-sheets/data/test/0316.png index 7b5b4b391b38e6ff845c22f64e45745b640976ae..4905e94c7e9ec56439a92f42f40f68fcc60529fa 100644 --- a/pointerbench-sheets/data/test/0316.png +++ b/pointerbench-sheets/data/test/0316.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7c5b2301421561fba348db98ed1c355426172b00a490ec7121bff57d602afeb -size 116263 +oid sha256:d73770ab5bea52bfa73f522879b20e3cac485d6f0781a39ef29a60332db43912 +size 156319 diff --git a/pointerbench-sheets/data/test/0317.png b/pointerbench-sheets/data/test/0317.png index 16a927ac41a80d7e3f48335cf9a61dfefe578f56..1e3a5dc5e1b481c0081fbf30ef99b90bf797d6c8 100644 --- a/pointerbench-sheets/data/test/0317.png +++ b/pointerbench-sheets/data/test/0317.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aeea92f622353b274060832138ccae16ae80c2c6d3a3fc491cb8f942de90ed5d -size 96754 +oid sha256:7382b2bcc16ff59595426ddc4f482b8aa32cde8c837a0325c0a257095fb39c03 +size 113000 diff --git a/pointerbench-sheets/data/test/0318.png b/pointerbench-sheets/data/test/0318.png index 65bc27213fb7db1f26a853b9de1c89f815bed2a4..44695f50bdda220b6fcca146fcf2babdb358f53b 100644 --- a/pointerbench-sheets/data/test/0318.png +++ b/pointerbench-sheets/data/test/0318.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3899339f5afabd0319c639f9a7d2e5c7cbaec84ed286ac3dee39038b542e005d -size 101847 +oid sha256:629ce555cd8c28844cd56b258766cc9680058f23d4509aafc388df21ed477250 +size 108528 diff --git a/pointerbench-sheets/data/test/0319.png b/pointerbench-sheets/data/test/0319.png index acf6f56ea4b60ec4750107841edc6e8a340c5450..dbb26f12884776390dea666b69f8bcfa50b44935 100644 --- a/pointerbench-sheets/data/test/0319.png +++ b/pointerbench-sheets/data/test/0319.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1d049c1a82962a1d2f03c0996766bb410175ea4866b771cb786c641cc94bc2a -size 135636 +oid sha256:f3c132359ea3726f1ae73df0d5fe3ed8d712e7a251ca369e4d55dfa97471de32 +size 88307 diff --git a/pointerbench-sheets/data/test/0320.png b/pointerbench-sheets/data/test/0320.png index 8c1807d9db0c9f262fe3cedaa67c9e43b248de68..c603df8f37045ab04bc53fdb43ae6caa8e394974 100644 --- a/pointerbench-sheets/data/test/0320.png +++ b/pointerbench-sheets/data/test/0320.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cf26407ad784b119f9a0e84d18fc937498e8ce095113dde8057520cf834e813 -size 86320 +oid sha256:f016dffffb03f3f81105bf9714ca673ed3456e97e24dface98116e5dacd3dff6 +size 99631 diff --git a/pointerbench-sheets/data/test/0321.png b/pointerbench-sheets/data/test/0321.png index cf164c3517686a5a0f45423aff8f6ac85b57b1dd..d56e102ffd54b8633c9bf113c29654289a4fcea3 100644 --- a/pointerbench-sheets/data/test/0321.png +++ b/pointerbench-sheets/data/test/0321.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5feb3165446685f5d04b056a269a736b610d32825b7fb7009ecaad2334a606a9 -size 68191 +oid sha256:bd00a3d44c4c8ffcf6c2566379c63eef428ad6ab738c09da3229baa9e7ca365c +size 102911 diff --git a/pointerbench-sheets/data/test/0322.png b/pointerbench-sheets/data/test/0322.png index 8c5fcfa9566ac9cfc7ec0ff9d2306e9d3ee45e75..1d2c65059326d84ea5441fbe78f4cbe1cc2a8471 100644 --- a/pointerbench-sheets/data/test/0322.png +++ b/pointerbench-sheets/data/test/0322.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c6e08a072a14372801848077c7cc9ab2028cb07cbb5ec751857cde78a66cf40 -size 93973 +oid sha256:1946f348c33107bc5c2ef7a2dd3f9f0fde9ee87cbff8d7ebb44550c225a81be2 +size 78019 diff --git a/pointerbench-sheets/data/test/0323.png b/pointerbench-sheets/data/test/0323.png index 55229411347bfd72cf3b8ca1bd7f566c6a8eb78d..57278e8c38b6e373ba7e8f9fc26be1ed10682616 100644 --- a/pointerbench-sheets/data/test/0323.png +++ b/pointerbench-sheets/data/test/0323.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2581e27be977fe433ab549aeff69b8edd49021adbf50fc8ded6b7b37ac748db -size 140416 +oid sha256:84cc8b3fece22cd581617d7900ad138e6b541d11b6c439fd98ec5ebd91f96f41 +size 133683 diff --git a/pointerbench-sheets/data/test/0324.png b/pointerbench-sheets/data/test/0324.png index c09eac8408b3165db796fc4ff0d9b107c3a3ecf7..2d9cfefb4cfcb7f5262a1c000d9f0f81139e8b7c 100644 --- a/pointerbench-sheets/data/test/0324.png +++ b/pointerbench-sheets/data/test/0324.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f29037cc94b42e90bc58bc501cb50ad7c76f96de955bc76c21864839a4563c86 -size 125928 +oid sha256:ea402572116f9275fbe196ea48652ecb1211bb100999e57452350b95ac1d2ee4 +size 88084 diff --git a/pointerbench-sheets/data/test/0325.png b/pointerbench-sheets/data/test/0325.png index 2928af8d72759b31d5d13066c8097617b2d37783..66060caf4a849bc0c36025af3ce34abf21eca82e 100644 --- a/pointerbench-sheets/data/test/0325.png +++ b/pointerbench-sheets/data/test/0325.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7496ab733e1c9b14e718918fa30b659ee19346b4d77f1ed2dd5ed51d38e5426f -size 118573 +oid sha256:26690d066cfb183e147e1446a985b6fe03ce53ff20216e7b5e13925523ba5927 +size 133934 diff --git a/pointerbench-sheets/data/test/0326.png b/pointerbench-sheets/data/test/0326.png index ca8d1446151d224423f83b5dc519e84cc9eef59e..3a8cb6327dc3a956fafc6b597e9b760916a8cc0b 100644 --- a/pointerbench-sheets/data/test/0326.png +++ b/pointerbench-sheets/data/test/0326.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83be0550a64a4e9de0fd7d0a01ff52da179eaf0a3162934d5a86cdd3c543a657 -size 84653 +oid sha256:7a87cff6ede155db1153783e0c1d50a8851b83158a7208d5679ece3569c73d41 +size 68786 diff --git a/pointerbench-sheets/data/test/0327.png b/pointerbench-sheets/data/test/0327.png index 877f102107921fb081b91592b33f051daf49d382..f99f8f35bdfea88d6fb31e996fc47c3d8bef498b 100644 --- a/pointerbench-sheets/data/test/0327.png +++ b/pointerbench-sheets/data/test/0327.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3de108ad7beb6f7ca6a1684ce34e7e19426822f29811635b55e196d44ae1482 -size 112609 +oid sha256:3acfceb2c3b4b331c6340a86eaa3a733ea0da826f90b8e3432f66eb8f376b6ec +size 95292 diff --git a/pointerbench-sheets/data/test/0328.png b/pointerbench-sheets/data/test/0328.png index 511590710733ddce15a90b671adc9d413328fdbc..039cbe168b9f771619b968a746aa60bfa77b7500 100644 --- a/pointerbench-sheets/data/test/0328.png +++ b/pointerbench-sheets/data/test/0328.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2b46dc2f9f2ab3f8ffd0382f37373ca795aaa485600ddd894a21bc70194ee9b -size 98263 +oid sha256:1eb86e676790433799421b356be5d359f18550a9ef2b0cf2e7f12552019593c8 +size 85956 diff --git a/pointerbench-sheets/data/test/0329.png b/pointerbench-sheets/data/test/0329.png index 3435b36c57b1cb01a316cd592064645c63c4aecc..4d513405daca73bffb939d754b8dab396f460d72 100644 --- a/pointerbench-sheets/data/test/0329.png +++ b/pointerbench-sheets/data/test/0329.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65d576cc89658f078663f6c6f0bf4fe888f2b10f1c0eab7641e69494e2c9b8a8 -size 118681 +oid sha256:0e7aa9a0c3d5d9e97eca8d03d438927ee398fe6ff369ca12152105eeddbf6199 +size 77017 diff --git a/pointerbench-sheets/data/test/0330.png b/pointerbench-sheets/data/test/0330.png index c52654f84106f077bf043b22ee52e5d965b79fc3..46ee3fa979e84c0f536d20f6b9330e1825588645 100644 --- a/pointerbench-sheets/data/test/0330.png +++ b/pointerbench-sheets/data/test/0330.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2faef178a3a29b94e376852595fcedeb13777d4355198cbfc2f65fd3ba527dfe -size 133582 +oid sha256:3fa4732ed4ecd63449d5c1ace80e984f2f6d6ae35b93ca77fef29bbb64dd1c8b +size 81136 diff --git a/pointerbench-sheets/data/test/0331.png b/pointerbench-sheets/data/test/0331.png index 78071d8107857823c67ea7a1f6e4f875d9f43db4..e7542de33b8cc1a6f7bd1679c84fce65eebfd119 100644 --- a/pointerbench-sheets/data/test/0331.png +++ b/pointerbench-sheets/data/test/0331.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99d2c5324d18931bcb7f315114709cf9b0d21a927b12168010ed8706fea0cc06 -size 100357 +oid sha256:ee5cd40e90dba94a90f6c92ffe16e535df611ae6c4ae92d0105d4f5577a3f639 +size 102126 diff --git a/pointerbench-sheets/data/test/0332.png b/pointerbench-sheets/data/test/0332.png index 3d27504f91d913f85b5bfb7b2405db65a0f97755..4916a7bc12080645360f9c60b6d09fd5e40bdf62 100644 --- a/pointerbench-sheets/data/test/0332.png +++ b/pointerbench-sheets/data/test/0332.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:569c79a1e0ef5d09d079e23a37879c086489f0d56e6f157e136ff2883146951b -size 115054 +oid sha256:93e668bc8f2a6c3f075c5211f2253920005cc30697b0ef726b11b2174bcac9b9 +size 86580 diff --git a/pointerbench-sheets/data/test/0333.png b/pointerbench-sheets/data/test/0333.png index c1374fe578228b8920c32df4be241086133d3d3c..fa21280818adc99df8ff8c1e15a0bcb47101284b 100644 --- a/pointerbench-sheets/data/test/0333.png +++ b/pointerbench-sheets/data/test/0333.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32410a487a5061b303ca1aaf33d1fd07a4d2adc1cd778e9e1fc2f24699788e9d -size 105671 +oid sha256:b844ec8815affb6ae89d38af554929283ea434e08eab72ca5ea5d498492ac1cc +size 135877 diff --git a/pointerbench-sheets/data/test/0334.png b/pointerbench-sheets/data/test/0334.png index c5446d8cb77c9bbb67099fe8900213f022ae0b4f..9c45473e52f16e3b8f44c6561638bf04aa921769 100644 --- a/pointerbench-sheets/data/test/0334.png +++ b/pointerbench-sheets/data/test/0334.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:048dc695b3c9bc4709ec56917de3ec687a80060cfadc5d1dc566b00db539dac6 -size 112844 +oid sha256:33ebe6502ae74e8eb9b4ce6e84be7c37ce5f4cee67c96550a9fdde36aa7e02f1 +size 129502 diff --git a/pointerbench-sheets/data/test/0335.png b/pointerbench-sheets/data/test/0335.png index 6d4f78b720d739e232ce7abe2a75dd473429802e..9432c68b11f8659a629489116e54ee3c47b6b416 100644 --- a/pointerbench-sheets/data/test/0335.png +++ b/pointerbench-sheets/data/test/0335.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2209368d1722b098233f26a014fca2f8fe347976a19e731e2ef89f57749a4144 -size 64167 +oid sha256:4d88a12d6d04b77466b0fd9122596311eded439b7768dd9ad62d24a5518338f3 +size 124347 diff --git a/pointerbench-sheets/data/test/0336.png b/pointerbench-sheets/data/test/0336.png index 542ccb19669c956883eb08ffcf579e33aa820bdc..825de8c038c781ccc1bacdbacc61fbf5b1efb6a5 100644 --- a/pointerbench-sheets/data/test/0336.png +++ b/pointerbench-sheets/data/test/0336.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd1acea9d7b434242b1ecbe29e5a8069d6f207d6f81fc26ac3f2ba633f98d820 -size 120181 +oid sha256:05fc21e0f3632f9b60905fdb65766bd3a79b2d2f171f5828182a023a107e0512 +size 105431 diff --git a/pointerbench-sheets/data/test/0337.png b/pointerbench-sheets/data/test/0337.png index da6d77b447dfb772bcd469d9f5a4211fa9763c0d..71996e248b98d26e97039ae88af79cb6ce5f22ac 100644 --- a/pointerbench-sheets/data/test/0337.png +++ b/pointerbench-sheets/data/test/0337.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a43fac42bb98f5cbeef522233ffe24e05922cd0d1f11b8a1aebb8c11e2d4642d -size 83778 +oid sha256:12ed3c1cb7aa11f9b63cc54b4ac0f559e2c517361377881e42e24c82565c1fbc +size 102925 diff --git a/pointerbench-sheets/data/test/0338.png b/pointerbench-sheets/data/test/0338.png index 7c3f44cb3c2e802f702d9c2f514456e2938e4e84..815708e39e4c386c0e17b02ad40b92ede4dfbc09 100644 --- a/pointerbench-sheets/data/test/0338.png +++ b/pointerbench-sheets/data/test/0338.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e41651a7641903e92d6587a151d91da8f7624bb9e75731d5726a6eb52bfebf1 -size 61860 +oid sha256:ba3c621bb88c65e7f9cb7e0eb177521adc0029e222e6ab68cb174255f84eee78 +size 57278 diff --git a/pointerbench-sheets/data/test/0339.png b/pointerbench-sheets/data/test/0339.png index 956fed4364eb6d88116d5de9aee1a0011b3051c0..d29070f67b4b15ae61da0c9e4d21341c731a628d 100644 --- a/pointerbench-sheets/data/test/0339.png +++ b/pointerbench-sheets/data/test/0339.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4596e7e48da68c55eeaaaec20cf207e07ec5c0558d450f17218368af4afa780c -size 59597 +oid sha256:40db7a3bd9d242c0fa6511ed51470166c8cb80b6bde71927940a17f3f08fbf71 +size 92633 diff --git a/pointerbench-sheets/data/test/0340.png b/pointerbench-sheets/data/test/0340.png index fe290c2b66421db035444040bd0e3b5e195e7da7..041cc0e8aea5eeb77575216d127194c1d47458c1 100644 --- a/pointerbench-sheets/data/test/0340.png +++ b/pointerbench-sheets/data/test/0340.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67e4bd7956c6258ad4319c8722a12ded3ee041b32bbe2f335e36091304b6c65b -size 116138 +oid sha256:20ce6f361111679064aae70326f70e26106920e5b66cca2f2fdda9d28b2b0f44 +size 167758 diff --git a/pointerbench-sheets/data/test/0341.png b/pointerbench-sheets/data/test/0341.png index 5ee07c6b957e09e7bc6f59ba76b50b0325e735f4..95364981b807a606f75ea99da284dcd30dae4c46 100644 --- a/pointerbench-sheets/data/test/0341.png +++ b/pointerbench-sheets/data/test/0341.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f68f9fb110742142b9676a0f9c86a03bec31e3df7bfe31dc9d93f91da9336c78 -size 56924 +oid sha256:fd68628816739c7638a3477d0887367d8895a5a1774a28fda58c0305e0a62738 +size 91765 diff --git a/pointerbench-sheets/data/test/0342.png b/pointerbench-sheets/data/test/0342.png index f308af5c2cc1c9c347d00c818df534cbef963447..d87b5635a06cdd05ae2005219da147fd6b049481 100644 --- a/pointerbench-sheets/data/test/0342.png +++ b/pointerbench-sheets/data/test/0342.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae302ba2d2ee09f8209548559a614bfb30b3a5e90ee023b98800022ff12830e1 -size 122249 +oid sha256:4031ced4a7adb0474ed7a992a8ad0121ea3e147c07656f7046f44446ecd41a74 +size 148120 diff --git a/pointerbench-sheets/data/test/0343.png b/pointerbench-sheets/data/test/0343.png index 965a020ae7dc43d541e54937620ae8912726da71..6bbb41f515f62ac121f9dafc3c4c31c7bd571ec9 100644 --- a/pointerbench-sheets/data/test/0343.png +++ b/pointerbench-sheets/data/test/0343.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2aae95d63cf5f375bdf282394c442b14dbd3a52d41c816d737350de564b75292 -size 143072 +oid sha256:b335bb32e286f77eaabc8230a962ad0f68cca66cc22a0ee85790eec10f859cb8 +size 91024 diff --git a/pointerbench-sheets/data/test/0344.png b/pointerbench-sheets/data/test/0344.png index 74988f898f699d5d286de5b224e65b33ad5a893f..6a894bccacfe142d60fe01e6910f3bcedbe9d3cb 100644 --- a/pointerbench-sheets/data/test/0344.png +++ b/pointerbench-sheets/data/test/0344.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6243d35f8c5ff5e3af3a72a487f69d049d0eec46cadbfa4d3301025b4927bc42 -size 100387 +oid sha256:6f76ceb8f1c5397309a026c13a61440dc879d958e9aa8a6b2872417e76c881ae +size 139309 diff --git a/pointerbench-sheets/data/test/0345.png b/pointerbench-sheets/data/test/0345.png index d3338275e2c3cd9a42077e04e9c3614526dfed13..1d4fbe7b3dc7911739e1a01ec181a36035615851 100644 --- a/pointerbench-sheets/data/test/0345.png +++ b/pointerbench-sheets/data/test/0345.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdec992c3ac519dbb056f9cbc5f3d59ccbeb68781f4135dba4d47d7c9c38b7d8 -size 68492 +oid sha256:2ff825f5c578972f2a3e0bd3d26c0295c001d31880621a56ce810ad685208bf3 +size 115532 diff --git a/pointerbench-sheets/data/test/0346.png b/pointerbench-sheets/data/test/0346.png index b23ff88629943f81bc511138da6e1615fe6e39c5..085fe2b3ed1a97207ceb9d49a1ad9e9724f27050 100644 --- a/pointerbench-sheets/data/test/0346.png +++ b/pointerbench-sheets/data/test/0346.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44b3e7321d48315fc6db4245579cafa5c0ba79e5221ed663b943fe55e7d6a034 -size 69684 +oid sha256:e88dbfbe7a1b91269583da940a8343b227f4755169d1417c0661ca9c9b13dd5f +size 80990 diff --git a/pointerbench-sheets/data/test/0347.png b/pointerbench-sheets/data/test/0347.png index 956dd5ca70c2685edf217ac8e1484f494a101699..d9ace5b242ff6f7a8f1964f93204ed82c035111f 100644 --- a/pointerbench-sheets/data/test/0347.png +++ b/pointerbench-sheets/data/test/0347.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b278d3329c6782f2c374e545f5906e1910b8926220a0185c1b6f678a18135dc6 -size 195238 +oid sha256:c0f7460c573deb62251916e7f968a1d9c80778b66db0bc6f6d75a6757247b6a0 +size 116486 diff --git a/pointerbench-sheets/data/test/0348.png b/pointerbench-sheets/data/test/0348.png index ec0bd959f372986bc1ee3cb1b4e2c1bd104dcc0b..468461f2f24051859b7f0f7ecf61a1329a68b51b 100644 --- a/pointerbench-sheets/data/test/0348.png +++ b/pointerbench-sheets/data/test/0348.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd89bd1b5a0a64955bde84a1a21d3fc8e8b0a6a71fb56aa035f35d1ca1c9b9bd -size 157720 +oid sha256:9c70b6b03970c49cd5684efe84de10ace58e2454441f6257806806355f8bbfdd +size 60458 diff --git a/pointerbench-sheets/data/test/0349.png b/pointerbench-sheets/data/test/0349.png index 3e404df224c118d74683efc4e72c95cfbebe4e00..d95ca35d223e03d4fca5ce54c14e3cd78e827119 100644 --- a/pointerbench-sheets/data/test/0349.png +++ b/pointerbench-sheets/data/test/0349.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bcecdce4b1c7dc094ba5e31132dcc790c0d7a4c15c47c2173a8070e91e6746f -size 69186 +oid sha256:92f0c660ce12d7120912e887b37da08d4a882b69e0a2cdf3879670f10716ded3 +size 132423 diff --git a/pointerbench-sheets/data/test/0350.png b/pointerbench-sheets/data/test/0350.png index 142be58b993183da162b8aa1e8d1f8c4966dc8fd..43fe7b7943ff68753eed3734df3aca3d07c98eb5 100644 --- a/pointerbench-sheets/data/test/0350.png +++ b/pointerbench-sheets/data/test/0350.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eeabbf27a65b87ea8e5d5f63e4839c6f4e72199aead0d4869d708e1d7725d82d -size 194521 +oid sha256:2c6c81cab1d07763aab945019a0ed2bc3ff30de4d7b5aeb2c7c30a1f8d4a2162 +size 127121 diff --git a/pointerbench-sheets/data/test/0351.png b/pointerbench-sheets/data/test/0351.png index 7f0dbc5ced988ea56b6e18e2dba1cd227665283a..21fc74c3ec5861e1f969330fdfa8d850375acb45 100644 --- a/pointerbench-sheets/data/test/0351.png +++ b/pointerbench-sheets/data/test/0351.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6133a0ff3a3b697f7451ba0577788b57ed376d26f5203bf3d271b7e2869d8a05 -size 119910 +oid sha256:e53646e0e15fef0fe812d64233e9accb2934212524e62ffdf302d177e6861fbc +size 61702 diff --git a/pointerbench-sheets/data/test/0352.png b/pointerbench-sheets/data/test/0352.png index 4509a3b6cdc8c4f5d7d880ddd5ca131f3f7bf8a3..c0fb84a586f8c04aedd6ab6636d0e2b64b431b80 100644 --- a/pointerbench-sheets/data/test/0352.png +++ b/pointerbench-sheets/data/test/0352.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ac248c8aaa6bbba688ddbd775c420e42d1c3c301b20c6b00323a18f222612ed -size 104733 +oid sha256:a1d07f0f4749d4722f1e99bba878d880799731ee4bf9dd51dfffcf92394d753e +size 178301 diff --git a/pointerbench-sheets/data/test/0353.png b/pointerbench-sheets/data/test/0353.png index 9a919bd77f3403c7f73fd96f891a78ec592e9ac4..6b5b072ec9c504025adae9b465c9e3d90f1816dd 100644 --- a/pointerbench-sheets/data/test/0353.png +++ b/pointerbench-sheets/data/test/0353.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2562b2ba0fcf16af5552a3b070ce181f52f7bae15a9766ae7e5ebf077531786b -size 108445 +oid sha256:22bbc02faae8da0221b5b4d7c4449084b5efbf8705dc485ea076c228ea72e73e +size 134211 diff --git a/pointerbench-sheets/data/test/0354.png b/pointerbench-sheets/data/test/0354.png index ddba2dad131a6df1310a2730115e046c23ef2574..fbaeeab570888716aab4b0dcab92d0b6fd2ce191 100644 --- a/pointerbench-sheets/data/test/0354.png +++ b/pointerbench-sheets/data/test/0354.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f40e8cc169450168ff0672be9905a6ab22bb136fd51dd3784f350d32278ec418 -size 97551 +oid sha256:f47bb57fb2273663192d9e22348681827b1b7feb567de5260860e48573ed7601 +size 257776 diff --git a/pointerbench-sheets/data/test/0355.png b/pointerbench-sheets/data/test/0355.png index 87584b7fa0a69b5469d515672bef1084de964c8e..24689c3ee8ae9ac171797a1a5ad8b42352157e04 100644 --- a/pointerbench-sheets/data/test/0355.png +++ b/pointerbench-sheets/data/test/0355.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fac61fc69da8988c3c0da8170c59e1d69fc35f6a357961691e4cbd26a458237c -size 117629 +oid sha256:1823f004c23750062668c0188e258bc18f1ab74484e3e3d35fdd94531d1f1b82 +size 168400 diff --git a/pointerbench-sheets/data/test/0356.png b/pointerbench-sheets/data/test/0356.png index 39081d36f977a4a54f73f9942ce55ecc066a5753..cadd2ac16b0b785555a74e3618c444a4bf6ac25b 100644 --- a/pointerbench-sheets/data/test/0356.png +++ b/pointerbench-sheets/data/test/0356.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94b66165e43584054ebf63ce7f7fad1b0d7a5c1e42019b17872e6f32d4466c96 -size 139622 +oid sha256:0701368323a5f88be794f2cb51b50a5e8c9ef3466bc641db9eb449f90009e71d +size 76622 diff --git a/pointerbench-sheets/data/test/0357.png b/pointerbench-sheets/data/test/0357.png index f2845cb8c512f3407903374e10af03a81815e72f..5e24e763b54bfc883584e9c575505b0ce39ab2ec 100644 --- a/pointerbench-sheets/data/test/0357.png +++ b/pointerbench-sheets/data/test/0357.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fa4c19e846a2ef200e29cd63bd7ddb8d850dbc9012f6428d7672e412cc8a796 -size 117265 +oid sha256:19114755225913d621509a49baaab4abd8c8bd071e2483d88f38775c456e4942 +size 79387 diff --git a/pointerbench-sheets/data/test/0358.png b/pointerbench-sheets/data/test/0358.png index 0dbfc6d4941108915c901dd7b67337101c9886d1..1ec1ccd7e7ffc29399fbd43c3eee3fad0588a9eb 100644 --- a/pointerbench-sheets/data/test/0358.png +++ b/pointerbench-sheets/data/test/0358.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cf783cc30c45983c411604e5e74d53d48e24554ce416f11505c95c02bace801 -size 112584 +oid sha256:cfa8aff2f62dff897d9fa34547d91b77363b60d9794e19e618918da2db66b62b +size 164399 diff --git a/pointerbench-sheets/data/test/0359.png b/pointerbench-sheets/data/test/0359.png index face3c6afcc0d2fb82ac5e2bef35650b2e610bcc..c5449d112863f5d2b619067096a8feb2a0f79b4f 100644 --- a/pointerbench-sheets/data/test/0359.png +++ b/pointerbench-sheets/data/test/0359.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:431e895cc25edd92ba8518f28b119a878d093e2c0ffae19888c42bcf585769f5 -size 67133 +oid sha256:c05a6c3d469d9c2a98e03ac070a98a5eb4f68668a292b9ae4c71822ec40ef877 +size 158470 diff --git a/pointerbench-sheets/data/test/0360.png b/pointerbench-sheets/data/test/0360.png index bd4df976d1c505e320ff6c877fd36094e92c1124..be8df562c9c08d3fca2218a9eb20f45e0220dd53 100644 --- a/pointerbench-sheets/data/test/0360.png +++ b/pointerbench-sheets/data/test/0360.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4a6326844f185809a7264dd851d588a96dcba3b1c3710c731bb3a251a1b97cc -size 80613 +oid sha256:fcbffc3d47b8796050943fed8af4d89e15da712195db5d5becef45753dfe49f6 +size 93643 diff --git a/pointerbench-sheets/data/test/0361.png b/pointerbench-sheets/data/test/0361.png index 85613f50058772d911b6387c24da5f07a35692ff..c89a51e94c1d995f3f68a744c4d6824ad845040e 100644 --- a/pointerbench-sheets/data/test/0361.png +++ b/pointerbench-sheets/data/test/0361.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39d9a92ecef7bdd86134e014881b32d9e3b6554b21a48f979de61e0e0492797d -size 124312 +oid sha256:9903a006c0ce7bfdc2f6f1a9c40925375301e520be6a0af5c19fdf7c9dfac290 +size 96549 diff --git a/pointerbench-sheets/data/test/0362.png b/pointerbench-sheets/data/test/0362.png index 822c6862a853b1c7da5d3548e29be5ff044daa5c..e90bf6e7e35acfada9ead557b952595536917949 100644 --- a/pointerbench-sheets/data/test/0362.png +++ b/pointerbench-sheets/data/test/0362.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54dcc69494114efb0da7328e4eebd2b88f1d4ffb1c73d7d7d31a6d832d31eeab -size 126272 +oid sha256:d2d94d8028e4e55c9794b7b1daed995e628f093a02ea04e965a0dab9e82e3f9e +size 119500 diff --git a/pointerbench-sheets/data/test/0363.png b/pointerbench-sheets/data/test/0363.png index 21c890b0c01fa6df0a7a67a7a08989e05bb853e4..134bd38f663b29010d943d6810184680f73b2b93 100644 --- a/pointerbench-sheets/data/test/0363.png +++ b/pointerbench-sheets/data/test/0363.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f443dcff859926ea08ebca8889223e75deee641b25a12cf7003acff8b280ed5 -size 103252 +oid sha256:9bf37ae00e9f9842585b67bab17cc915b72402aba4f27298896b14fb2f7323ff +size 150384 diff --git a/pointerbench-sheets/data/test/0364.png b/pointerbench-sheets/data/test/0364.png index 70f1c9991111866f20fe15e06d48fbc6b7f8c066..574de681134b71783335b7d056b8872a169ef6ac 100644 --- a/pointerbench-sheets/data/test/0364.png +++ b/pointerbench-sheets/data/test/0364.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe0585360f7fb9371ce6ba7a094f4f60b74dfbd6155d0cebcef52d57f463aa99 -size 173683 +oid sha256:fe19dff70f25c1200f78a9d8617ebeda4ab01df9817aa7a3fa4bd1018e68eae6 +size 120915 diff --git a/pointerbench-sheets/data/test/0365.png b/pointerbench-sheets/data/test/0365.png index e9d0df975822e30572b5f6c51ddf27b87e1f1afb..9e678936c8abcff7e6191d2a624e28fb16e2b193 100644 --- a/pointerbench-sheets/data/test/0365.png +++ b/pointerbench-sheets/data/test/0365.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea7169b2060437383424c6f529020940fc24b07dc2036933c77fac0a72bdfd21 -size 108655 +oid sha256:c0c6bdd08e7b6cbd22a796d4db05ce47be474f137defd6c260b2ea5419b940c1 +size 117774 diff --git a/pointerbench-sheets/data/test/0366.png b/pointerbench-sheets/data/test/0366.png index 0b86604f4d34ccb4970313fc60680af6f60c31d7..05d77dd31ca71248e524e001e801b7b1037ce1b1 100644 --- a/pointerbench-sheets/data/test/0366.png +++ b/pointerbench-sheets/data/test/0366.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb3021b6d8ea8bc1523e47b63a91d45c620cb56196870227d828999332aed071 -size 123577 +oid sha256:4daa376995a46d4ab5f086f074ad0a63bbc65c151694262a22a5cea2ebfd8615 +size 118348 diff --git a/pointerbench-sheets/data/test/0367.png b/pointerbench-sheets/data/test/0367.png index 1e41a2d66269ea9c92c5e58587017d5ef40d1287..0a5b2558806c8559eb22e841022102a8d629e269 100644 --- a/pointerbench-sheets/data/test/0367.png +++ b/pointerbench-sheets/data/test/0367.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65470fbbd9791dda005ccdad9c26b21bdf2053430cb0037b35fd2d9002331d0b -size 90033 +oid sha256:5118a322462e661ba3c5d540724bec082465352a7f4f39da5adae6bdfba9ffff +size 89244 diff --git a/pointerbench-sheets/data/test/0368.png b/pointerbench-sheets/data/test/0368.png index c90bf47c31450198592d4eeb1d7786701fe09dd3..f931c5e00516358309b61193c5a57d0935e4cbbe 100644 --- a/pointerbench-sheets/data/test/0368.png +++ b/pointerbench-sheets/data/test/0368.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c38586ca00a299cb8aa3e95005f128077123f62c44b1bd5f88dd5a762f2144eb -size 147442 +oid sha256:be964d978af0d67330112740b8c9f1cd510550338389613b1471783814103186 +size 48820 diff --git a/pointerbench-sheets/data/test/0369.png b/pointerbench-sheets/data/test/0369.png index 68a2e36583438d4a18fe383f7ca0f5685fae6072..2a76c9ff7cd6d0057b1a6e8f473665d76426c65a 100644 --- a/pointerbench-sheets/data/test/0369.png +++ b/pointerbench-sheets/data/test/0369.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d133ecab1a5863e76869896e405dd13ff7e23aa21f4aa06fc8d31410be76c426 -size 78117 +oid sha256:feb30fa136747685b2ec60474e41c9761c34599a4f7d63d80ac64734294e6c5b +size 128838 diff --git a/pointerbench-sheets/data/test/0370.png b/pointerbench-sheets/data/test/0370.png index 023395f0215bc257f8389b119fe043e54d06111d..8b8b54c938d516aaec052bc706c7f22981c7c9a1 100644 --- a/pointerbench-sheets/data/test/0370.png +++ b/pointerbench-sheets/data/test/0370.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:910f12d877fbb13039506c1e2ede0c6fef78971a0fd5824287718c61dcf27b9f -size 109828 +oid sha256:0343d5b58e2e178d59c5151d945dd46c6faaaf0cb742ea565fc49fa66bf2e675 +size 57409 diff --git a/pointerbench-sheets/data/test/0371.png b/pointerbench-sheets/data/test/0371.png index 5a79588df825b76465564503c9c9062a7c90d6e3..9f142cc9c75f3c5cd743ff2fed79b74e3837c433 100644 --- a/pointerbench-sheets/data/test/0371.png +++ b/pointerbench-sheets/data/test/0371.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:593004ace8e83d0bd94bc45971d8d05fea7cf06f907ff43c3f0b04c23aee13fb -size 135553 +oid sha256:dd52c39135edb0692095e5e4742d271dadc377caefc09ab50bb120310529488f +size 97676 diff --git a/pointerbench-sheets/data/test/0372.png b/pointerbench-sheets/data/test/0372.png index ac2027b3d2be38a70426e175771aa6498c158bba..ac70613c3f150e84e738486deb2ea8d5ab1f117f 100644 --- a/pointerbench-sheets/data/test/0372.png +++ b/pointerbench-sheets/data/test/0372.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33ae1507e7b57a6bec9702d833217f212e789c1a405ff270619661c8efa61385 -size 99674 +oid sha256:d667139db754fa2fa2df03ba19ac17782e0c537d887937207728be9eefd23467 +size 58822 diff --git a/pointerbench-sheets/data/test/0373.png b/pointerbench-sheets/data/test/0373.png index a0c8e63523816ead370a6799a3ed15b23924cb21..98ffc70e044867669548e98bc887c1f62b0f3fff 100644 --- a/pointerbench-sheets/data/test/0373.png +++ b/pointerbench-sheets/data/test/0373.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65d7a2ff570e62af9306ab4febdac120136f008e870c7d2fd9c3767c826b0ab9 -size 152283 +oid sha256:da9eadfbcb4b3fa4fa68a22f86b2cf1e9af3eae515c952fede57b20c55f2a291 +size 97465 diff --git a/pointerbench-sheets/data/test/0374.png b/pointerbench-sheets/data/test/0374.png index b67232fd2518ca660ae3c0660d0b02667122c2a8..95eba88347ca81f3ec0dfe712145eff33f2247e9 100644 --- a/pointerbench-sheets/data/test/0374.png +++ b/pointerbench-sheets/data/test/0374.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01820383b48c6967574e3bf8730ed39623cd00653ac9ec841c518f656ad185a0 -size 156825 +oid sha256:8427b5e1c26459f2e0f11eff386d50921f2e181a1611c88c3f9ead2ed00d1ae8 +size 75972 diff --git a/pointerbench-sheets/data/test/0375.png b/pointerbench-sheets/data/test/0375.png index 28d733039dc71cabf3854f9697d62fe3b54c52e3..ed856a942205615693e9abc446eacd787cb6f62c 100644 --- a/pointerbench-sheets/data/test/0375.png +++ b/pointerbench-sheets/data/test/0375.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81963ad886a0c3e3bec419f17ffc9379c871721cbeb0e92e3f0f9f0f2568000e -size 102700 +oid sha256:bdca70eefca2b6f4ad19eb01af741fb986a7073f5bec89bb71341effed6e9f03 +size 142371 diff --git a/pointerbench-sheets/data/test/0376.png b/pointerbench-sheets/data/test/0376.png index 29ecec62324d38b2ca7324e3fd1539a180b19d65..941f94000dc27fd591aacbe3ee076c2570454d59 100644 --- a/pointerbench-sheets/data/test/0376.png +++ b/pointerbench-sheets/data/test/0376.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01c8f177858b73196ee7610f9d0022f11144a8401eb8f99daa1e0a2f3207234c -size 121694 +oid sha256:bd89109e9553767b76b6d98b3a91b3884ae8c1c153d3c69843825d87f5d956bd +size 77865 diff --git a/pointerbench-sheets/data/test/0377.png b/pointerbench-sheets/data/test/0377.png index 59d39cda0d189ffa85870f1c1a30b0b2049823fc..6126a0b9d546e85311d61cdc79cf4bfe792d2f8c 100644 --- a/pointerbench-sheets/data/test/0377.png +++ b/pointerbench-sheets/data/test/0377.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2872f8b57b4e00368a22bfc67d7650e7e69e6d1209c0bf5a475611615acf217 -size 58571 +oid sha256:77070032dc10556dc9417ee37625fddb123cd0f2425532c8b5bd10d543a75712 +size 78149 diff --git a/pointerbench-sheets/data/test/0378.png b/pointerbench-sheets/data/test/0378.png index e29dc3f757f92b51854cb66c4aa1daed4d0ac9ed..1e9e066fb1f1ef3b4e1e76e305a4298eea79bbaa 100644 --- a/pointerbench-sheets/data/test/0378.png +++ b/pointerbench-sheets/data/test/0378.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37db1a84602be5be084c54c1768cd8d9c253e7ed5c39aa3638c9bea8575f43df -size 64350 +oid sha256:69a2efeb1d4ffdf1752fc8b3aecbc3c4e6d0b1ef96fcf1921a09378882f80a23 +size 121884 diff --git a/pointerbench-sheets/data/test/0379.png b/pointerbench-sheets/data/test/0379.png index 2205531f0e559e10415dbbb3874f08d14bfd5b5c..1d44e8ef8ebc870b6964b2426abc5dc12ab2e39e 100644 --- a/pointerbench-sheets/data/test/0379.png +++ b/pointerbench-sheets/data/test/0379.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9504e5d1c33301e4348bea28513fb4a85e146e27f30375fdecfdf786ed013f2a -size 156591 +oid sha256:a7a70efb93c9b041c10cae853feff61f56b2473801d0d35cb10fabcfaa73a9a0 +size 166919 diff --git a/pointerbench-sheets/data/test/0380.png b/pointerbench-sheets/data/test/0380.png index ab60f71f4fa958f8b9055059e044dabc174128f3..8174dac73c8662e4f2c827be3fbe3735423ce219 100644 --- a/pointerbench-sheets/data/test/0380.png +++ b/pointerbench-sheets/data/test/0380.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4393d44c2041a760e0c8906083b187c864581e8224e8378c6cd6e7b94b81d437 -size 107867 +oid sha256:1081bebf3589cd8bee04e9b7d00af5940443464d8d27ec7b618b744dcb394f80 +size 160990 diff --git a/pointerbench-sheets/data/test/0381.png b/pointerbench-sheets/data/test/0381.png index f3633d43d33a78959612cd882ffe1078d7107dee..6134881a7f07f58fe0ba2cfccb5d2257f88f4b63 100644 --- a/pointerbench-sheets/data/test/0381.png +++ b/pointerbench-sheets/data/test/0381.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3b4bb97bcaf2518374b727c1351e6d260d73f6c202cec228e6a890a654173f3 -size 82868 +oid sha256:d63c9235bdedbce75b6a44672834c6ce168c979bc1661c4a5cbeb2f42c7c1da0 +size 75666 diff --git a/pointerbench-sheets/data/test/0382.png b/pointerbench-sheets/data/test/0382.png index ea891fc23bd4676bce17941aeff62da229abceea..cbe2bbae12dcdd81ed7bd73792fce8a35c37e520 100644 --- a/pointerbench-sheets/data/test/0382.png +++ b/pointerbench-sheets/data/test/0382.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85a9f95de4d6724ee11ce9da15dbb6d238372ccb0c67cc770d66ab1419b79006 -size 73174 +oid sha256:301d5e0b9bc8d811314055bc59390f3facb169d9e1fe1d8452c21a249b5bc33f +size 70151 diff --git a/pointerbench-sheets/data/test/0383.png b/pointerbench-sheets/data/test/0383.png index c19ea6b61668d74cacbd84ea3110899f84ae3aef..fe1b2d4b3c0fd330354174379e773fb1c56d2f09 100644 --- a/pointerbench-sheets/data/test/0383.png +++ b/pointerbench-sheets/data/test/0383.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a33ae41167b1feb9acc5c3ebb76422260a3ada52e86753a11cd89d9dd4f37906 -size 83073 +oid sha256:8bddab1f9a642ae7f10f1876165f774405fd5e01c80433c3b5c9f8a8ca269ffc +size 133415 diff --git a/pointerbench-sheets/data/test/0384.png b/pointerbench-sheets/data/test/0384.png index 64672e1c4a36462319b3a4a72dd97c16142824b7..1b07947ce661bd83047e0ce3df4ecd557a599f11 100644 --- a/pointerbench-sheets/data/test/0384.png +++ b/pointerbench-sheets/data/test/0384.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:848fa964e5be933c5fc8788d7af5f96c5e76f4c44396f79b832b482d744ef87d -size 153542 +oid sha256:dcf6c988d4e30624e995012e454b3e00d25ad8d6d98935f176e595f36914f702 +size 108003 diff --git a/pointerbench-sheets/data/test/0385.png b/pointerbench-sheets/data/test/0385.png index 6b9f9f33483fe0e6d989c5bd2918435945315e66..28a5ee9926dba3fbc861c31e54304b5a5683bbcd 100644 --- a/pointerbench-sheets/data/test/0385.png +++ b/pointerbench-sheets/data/test/0385.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f6690438c21b7b7121e569466e228f9c182fc7241af85589844f8b87bec4ea0 -size 127246 +oid sha256:5506aaafe49b2aa7c16a8e3b720cfd13d96579e55e997bfbac78711138c7841e +size 127297 diff --git a/pointerbench-sheets/data/test/0386.png b/pointerbench-sheets/data/test/0386.png index eb9bab19d08a76d41a583b7b91ef51bcf6e85ac9..a4dcd82f48688ee473d89ce638651db01fd196fa 100644 --- a/pointerbench-sheets/data/test/0386.png +++ b/pointerbench-sheets/data/test/0386.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:440a2e5ef7d38f3d8827fb17095640ffafa7b675a42956ac506052535392dc86 -size 80896 +oid sha256:f9b0947e4e42a6065ee08161618be2b2e36bff58f8992c4993c71506c9ddb2c4 +size 83333 diff --git a/pointerbench-sheets/data/test/0387.png b/pointerbench-sheets/data/test/0387.png index 0ba368dbee9fbebcc3dbfc24b2c5ec49b7e17065..6221b0c68700a4b12e01fd46c106e40963e3b92a 100644 --- a/pointerbench-sheets/data/test/0387.png +++ b/pointerbench-sheets/data/test/0387.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e99c0172dffda918e74e9505f95abd5e2274765205f0c125a018e399a8d21dae -size 152056 +oid sha256:7d2c81b3cb7a4d40fda67c7477d0292146f0f56d0e98c97e883a75f881b1a84a +size 82138 diff --git a/pointerbench-sheets/data/test/0388.png b/pointerbench-sheets/data/test/0388.png index 7bdad88c05b9dce4eb2d5fcf3beb3506f16928ed..46038537b7460cccbd938346ddbd230b52eaeffb 100644 --- a/pointerbench-sheets/data/test/0388.png +++ b/pointerbench-sheets/data/test/0388.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ca6e0727f9d31f485a84534395b44cac65546dac1735e1aae3a0a91ceab1f45 -size 61786 +oid sha256:b1a5791f3242df8d285ce746826021c61eec85e39890fc10c899e83ebbf760fd +size 102565 diff --git a/pointerbench-sheets/data/test/0389.png b/pointerbench-sheets/data/test/0389.png index 1318da1f0e7ac41152b37f4ce5e2e3f0c3994bae..dc698a73287c30e210a00928cab0f2d1dadd23c7 100644 --- a/pointerbench-sheets/data/test/0389.png +++ b/pointerbench-sheets/data/test/0389.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73f5a1a3a3d620e43f7ef148a85e701def732e02ed00ae5e33c45747e05e418d -size 160418 +oid sha256:cf41bf02130520206313f404c97fb06602f94178b38a885e77b32a3bbb0f41a7 +size 94297 diff --git a/pointerbench-sheets/data/test/0390.png b/pointerbench-sheets/data/test/0390.png index e8170ec9b59efb4447e9a54f4d4c5a4941909474..d6ef45d9892087573e4679a9acf893436dd30ea0 100644 --- a/pointerbench-sheets/data/test/0390.png +++ b/pointerbench-sheets/data/test/0390.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53dbae44431585f78a99cca882a989bea0965ef36643b835d712be430dca79ce -size 61837 +oid sha256:91075b75970e2b5269fb85f18eb87fae9059e8b156e34c175c4be1d2c3715012 +size 116453 diff --git a/pointerbench-sheets/data/test/0391.png b/pointerbench-sheets/data/test/0391.png index e3350f467c392f94c4d6a43fa94f734c57d96b0a..e656bbe64fbee9af91cbf44eabf9818ecf2b33e0 100644 --- a/pointerbench-sheets/data/test/0391.png +++ b/pointerbench-sheets/data/test/0391.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92d12e95cf1f7877c54d6c3de64a791cb4f5ca98c5c4094ec578c8e9dc70ea42 -size 77986 +oid sha256:c4c079909ee9adfe1781b2843fdee03cc1a0aedd1a78d2c869d0a405b12d9bb8 +size 86917 diff --git a/pointerbench-sheets/data/test/0392.png b/pointerbench-sheets/data/test/0392.png index ff9227c7389d7ae6f0a0124a906dd0bd4e2e1758..5a4b277a05431ed3c98f315a92e6bcd0d0ace16d 100644 --- a/pointerbench-sheets/data/test/0392.png +++ b/pointerbench-sheets/data/test/0392.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9ff4325cbc7ac00fcd8e7d759f85da8c04033aacdce95229efab335abdfab10 -size 108390 +oid sha256:510dd4e551b0db7343df19073030d514c38d0f4d79b6071b33633b32517f17ca +size 164180 diff --git a/pointerbench-sheets/data/test/0393.png b/pointerbench-sheets/data/test/0393.png index ab9687f698c42a062c93e1582d7ab67c4a440b99..f1e5799de187f1b17486e76a7e727e72aee617b1 100644 --- a/pointerbench-sheets/data/test/0393.png +++ b/pointerbench-sheets/data/test/0393.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16c414afa3b04127d7373dab75990e4b66b0e19469b4714b8fd667152e49497a -size 82687 +oid sha256:907176905d85ff9ae05caf9b4c8df4d0f91e0e4e6bf7ee50d99556264e5a2869 +size 134219 diff --git a/pointerbench-sheets/data/test/0394.png b/pointerbench-sheets/data/test/0394.png index 4def5a926e9c63ec51b3302afdb6de7f2b5a8a7a..896410ff244db8aa1477ebfd06346e5f8849b5a9 100644 --- a/pointerbench-sheets/data/test/0394.png +++ b/pointerbench-sheets/data/test/0394.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e8f20c81d043ed296a499e5c178ee102590821763cc66e9996ab595a7381dc1 -size 115518 +oid sha256:3fca591c8a2c57c5f45152e77031f9ba9fe00819c06a7f02738267161c147e0f +size 76506 diff --git a/pointerbench-sheets/data/test/0395.png b/pointerbench-sheets/data/test/0395.png index aa3783bc6f04398a1350c8ef1b02069992225c89..4063a5e61235e1a2b08b045aa464e4e7fb17016b 100644 --- a/pointerbench-sheets/data/test/0395.png +++ b/pointerbench-sheets/data/test/0395.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db7bea99ae914bb0aec7b83df08af8b1631b243d29179d5b098ede32468541a3 -size 159205 +oid sha256:83935c25bbb948f2bfad1135e480dda9f65c6eee7637598156a8ab25c65b16cc +size 88643 diff --git a/pointerbench-sheets/data/test/0396.png b/pointerbench-sheets/data/test/0396.png index 62da0e0c8bb388e69253d92abccd4263c0bb4c16..7ec3000f8f732214f1f5765affad12cc1e96024c 100644 --- a/pointerbench-sheets/data/test/0396.png +++ b/pointerbench-sheets/data/test/0396.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4552fa4768c6b9bb7450aa84e81ef00dd8a3342c905349ba5d65d3aab0d9807 -size 112901 +oid sha256:e83a3f5d3305c05c6766155adae3ef8ed8801f02730745b4bbfea6e828233609 +size 127963 diff --git a/pointerbench-sheets/data/test/0397.png b/pointerbench-sheets/data/test/0397.png index b85ed9d7e0a7d1da217eec43131b0991e088bfca..c68b8f0a16b265f0f633f73d9c79844f4e653423 100644 --- a/pointerbench-sheets/data/test/0397.png +++ b/pointerbench-sheets/data/test/0397.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b35ba76c21cd31a375a073214685574c268ff5f5e881620a1ac76ee686e6fe40 -size 72983 +oid sha256:57769f590ed08ec1893d138a1524954703865d4d80a68562d6299eec84cdfaae +size 109745 diff --git a/pointerbench-sheets/data/test/0398.png b/pointerbench-sheets/data/test/0398.png index 164cf101333470932ad24216a2098e27e8051ecb..d35a532316e96f6a1f39c639dc600c21f4d1b001 100644 --- a/pointerbench-sheets/data/test/0398.png +++ b/pointerbench-sheets/data/test/0398.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6274490b6d7e95dd706bc5e9c488c9b2ce87f0abca7ed58bd516a3e42506c7b -size 171190 +oid sha256:5d213ce0134194b6149a125bb90c5065cbfd427ee34b90a85dcc5afc565239db +size 76776 diff --git a/pointerbench-sheets/data/test/0399.png b/pointerbench-sheets/data/test/0399.png index 0254d372013ab757d8fb379a3a33669b74287e6a..df818a5575a9780fe931318c084582cb9516550c 100644 --- a/pointerbench-sheets/data/test/0399.png +++ b/pointerbench-sheets/data/test/0399.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a7be16daef6751d31f8d4cb019491c2a60ce8e07fb5ed802b1ae6b3196b4144 -size 79651 +oid sha256:8b5272bc4ae2d0078f52893e1fe3acdd4c301a568bcfc08d69bf4f544830cae5 +size 82575 diff --git a/pointerbench-sheets/data/test/0400.png b/pointerbench-sheets/data/test/0400.png index 1e3b4bad3ef3a9b35f732f6c6e4bcc8816753ef2..703d1c85ee54629cdc40b6729d9631fb52577385 100644 --- a/pointerbench-sheets/data/test/0400.png +++ b/pointerbench-sheets/data/test/0400.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9257a5a473b49405bcb26dee2c15098f6631e86812201d42c35f14c91ca7d4ce -size 105455 +oid sha256:d83fc3c457d0dde3d96cc2d476753b208edbea7ec798c4d2271296253901eacf +size 120034 diff --git a/pointerbench-sheets/data/test/0401.png b/pointerbench-sheets/data/test/0401.png index 34464a591a140cff1cabe31b6c27fefbe0a4d255..2f58f9960c53e85e1308bc55abf36a45c9483687 100644 --- a/pointerbench-sheets/data/test/0401.png +++ b/pointerbench-sheets/data/test/0401.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccc13094ed66e67f9bdd54c3df0b13ef4bb7c1d0f69fdc6bbca7a67a79e2309f -size 109002 +oid sha256:c050be3b907e6b490c501057a3e382289f5a19f511c61d8f518cee1113567b77 +size 70940 diff --git a/pointerbench-sheets/data/test/0402.png b/pointerbench-sheets/data/test/0402.png index 7cdd3b93860ed0e02b4d0145a0b250c19a0aa61c..7b51f12e3a27c5dbe657795a47e0420893388350 100644 --- a/pointerbench-sheets/data/test/0402.png +++ b/pointerbench-sheets/data/test/0402.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ded60307e55fbf1b7eaddb524996e693bc8d539c5ebc36f1bc2ae33f6642b664 -size 126987 +oid sha256:c24aaaaa0ba0b70df99ace91f703f44b68464e8a4e5ae11552038d0902419489 +size 103205 diff --git a/pointerbench-sheets/data/test/0403.png b/pointerbench-sheets/data/test/0403.png index f7e7c8590ffd679bb7f51d286d3b85c58ce53249..2324755bff8ffc09fed5b7afce60c3d28e9259fe 100644 --- a/pointerbench-sheets/data/test/0403.png +++ b/pointerbench-sheets/data/test/0403.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:064e97cdb428613babd780daddd3308dfd972cfe345d7e907d4abba0c1be47b9 -size 104429 +oid sha256:ea44fdac3625630ff3a33dc2678561f194b6af74b2d033385433c30a17b50a92 +size 66592 diff --git a/pointerbench-sheets/data/test/0404.png b/pointerbench-sheets/data/test/0404.png index 3d1ddb83f9fe0605fba4dbd6db0df080cc08ecde..4d080f764cafcda6cb88469cfd0864e107bef635 100644 --- a/pointerbench-sheets/data/test/0404.png +++ b/pointerbench-sheets/data/test/0404.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f657833a45f8a541a6aef150ba37991e2fa204140fb0ff1be927baef2cf92d34 -size 101077 +oid sha256:ef50bbc407b621f7fde94cfa9cdce0d3259c406065f3e9461559223e95146322 +size 80643 diff --git a/pointerbench-sheets/data/test/0405.png b/pointerbench-sheets/data/test/0405.png index 28906fac04be98c88548ba899f705ac55c9cd837..0966695e2ed9765ae43dcf96f77cd914bfa1406e 100644 --- a/pointerbench-sheets/data/test/0405.png +++ b/pointerbench-sheets/data/test/0405.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c56f229c5e81e5c9e90dc440e26b2d6b8d9f2b71004da6e39e1e78cedfd38bb -size 90516 +oid sha256:50ba89b8d67c0796ede185498c48441d4c31879046fe8f1b641c9c99ccbed59e +size 130233 diff --git a/pointerbench-sheets/data/test/0406.png b/pointerbench-sheets/data/test/0406.png index 348a346e3a90432c2bf1ecc5ed1dabd62640155a..705ae39b0fe147fc1dbfbbba239a20e23f38595e 100644 --- a/pointerbench-sheets/data/test/0406.png +++ b/pointerbench-sheets/data/test/0406.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:109d392dcc2ef3e917d947ff04c9118b6d162bcbabef2e22f3f8224be1647925 -size 80291 +oid sha256:63ac9ff8fb42c4ec6aa44133634d7773db49360088b3ee027fc74c57a455961e +size 118593 diff --git a/pointerbench-sheets/data/test/0407.png b/pointerbench-sheets/data/test/0407.png index 11ac75f5d47961eb918a94b2e7d5d544eba7c629..53dde1b055a972ef18f68d69244877f653fa827c 100644 --- a/pointerbench-sheets/data/test/0407.png +++ b/pointerbench-sheets/data/test/0407.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7b3bb51c4aaddfde23ef5d91b91d24a1030220988197bc3f01e627105a12334 -size 167812 +oid sha256:bb479b8781562c4440d7d53e2eabc8f3b807eae3147cadace08419093aedf2be +size 88810 diff --git a/pointerbench-sheets/data/test/0408.png b/pointerbench-sheets/data/test/0408.png index 34d34744b122ce09a4b94c057f91d4f04dcc2fa7..a5b6d828c28b406311a3c24a99740aad32bea83c 100644 --- a/pointerbench-sheets/data/test/0408.png +++ b/pointerbench-sheets/data/test/0408.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ba055456fe21b25db90fc032f2507ea03fa208fc5d7a24bf6754f8eb24bdb78 -size 96072 +oid sha256:b66e02f7c232c204b81228702b9ef4cc5bc384f423a571d09333f4b87877ca8d +size 124402 diff --git a/pointerbench-sheets/data/test/0409.png b/pointerbench-sheets/data/test/0409.png index ef5d814d561c310658ab7e8a0213ded0717f7ff8..0e3020550f916112bfd44c169f2c005b99b288e1 100644 --- a/pointerbench-sheets/data/test/0409.png +++ b/pointerbench-sheets/data/test/0409.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f4f578209953e7361b45b6de259f42a5ca101fc5222e4668b691c01a9ead85f -size 101292 +oid sha256:a3a3f09c10f7757bfb430cfb64d2185831c9563714bc17de0cfdc479259f0b84 +size 69004 diff --git a/pointerbench-sheets/data/test/0410.png b/pointerbench-sheets/data/test/0410.png index 09e7ad33793df73cefd76812821e76f3d2113cfd..0cb8c3b0710b7aca6a44d89c30d1ac2bbff33a49 100644 --- a/pointerbench-sheets/data/test/0410.png +++ b/pointerbench-sheets/data/test/0410.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62bdca1f0fc75e3fe230bb7f7b1bd0aa043d320861b3a514f4db9c7ad2c035be -size 72996 +oid sha256:0e52dde8598ffd10e3852191401e9f694dfa8eb032b96dccd484b6d1303e72f8 +size 95000 diff --git a/pointerbench-sheets/data/test/0411.png b/pointerbench-sheets/data/test/0411.png index d162efcc0973585e1654229ef63dce0aaa81b059..0da408aa5b4a07d65e42fad17719ece9346cb692 100644 --- a/pointerbench-sheets/data/test/0411.png +++ b/pointerbench-sheets/data/test/0411.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:364d645e049dd99f21cfba3b89b1a0121821487e2b9984592ed30d272550fca6 -size 84244 +oid sha256:acec5d748b37ff9c4f119666fd929df9f14060e966d93555c889e158ebbb6b96 +size 92672 diff --git a/pointerbench-sheets/data/test/0412.png b/pointerbench-sheets/data/test/0412.png index 7a9ab7dae4b942fd8e6d5fa813ca68d3b938b7b2..ba849276ec6b0de40af89d1bbfae0e22d9b49806 100644 --- a/pointerbench-sheets/data/test/0412.png +++ b/pointerbench-sheets/data/test/0412.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dbf5348144115436cd316ed0fbbd0d5a3b5fcbd0a98e400ab71191ab607b01e -size 246340 +oid sha256:1a18ea5eab8c72e030dd58a97139b0a09473e9ae894b9c146cb3cca090797504 +size 152841 diff --git a/pointerbench-sheets/data/test/0413.png b/pointerbench-sheets/data/test/0413.png index f2f515a27b52543aa647d59b1114dd1ed79cd6fc..b429ae8cb11701c2ce5bc0db53ed222fb0e77924 100644 --- a/pointerbench-sheets/data/test/0413.png +++ b/pointerbench-sheets/data/test/0413.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5572d70bb2d21359bd7b102f45163fd508820b394ed203baca413f11c10ec07b -size 103901 +oid sha256:c95cb97193c3e814ca4d718a741a6b4a1264c57da98b22748ecd58c81956ce4d +size 79901 diff --git a/pointerbench-sheets/data/test/0414.png b/pointerbench-sheets/data/test/0414.png index 41d8987c4b26fe2649fb697086fb1d0fa4844da7..327ad69d2f182e01c2ad18a95d3f6d5497e91c2c 100644 --- a/pointerbench-sheets/data/test/0414.png +++ b/pointerbench-sheets/data/test/0414.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5aa36777eaf56ca00e1a458fe71937752f4d036b7a02e86d8971ed4b3b7e806 -size 87548 +oid sha256:1f0ea59b865c0a679ecd368952076205ba9dbc343a809080eeb1cea237b7df12 +size 88733 diff --git a/pointerbench-sheets/data/test/0415.png b/pointerbench-sheets/data/test/0415.png index 1fccaabaac5413db23e4892dfe4ee64858521fdb..f4757bd51a45b2a61400d3ec23534172ffc78731 100644 --- a/pointerbench-sheets/data/test/0415.png +++ b/pointerbench-sheets/data/test/0415.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6207ef2095c76324eab724f293e6e7559d06f6b1313d072f5b0305fbce845483 -size 70269 +oid sha256:68d6ab3b7d6ea8e00671a15f7099f42cb2e573b7456a99fb4bcfd75244272f31 +size 69232 diff --git a/pointerbench-sheets/data/test/0416.png b/pointerbench-sheets/data/test/0416.png index ad14bc49f3ebc3230c1de95e31f82d52e526e02c..4cce04ceebb471c334457009e013a571a2c04ee7 100644 --- a/pointerbench-sheets/data/test/0416.png +++ b/pointerbench-sheets/data/test/0416.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:887e5a06c602bbe12b7efe01bd47d9af1af12df1838ef6f2f9b1f476eb4b8113 -size 129549 +oid sha256:0ddd12fe48d86724d245ec7a5b5e3c91b07a93878b5172a5012e2ba5ce1b666a +size 132574 diff --git a/pointerbench-sheets/data/test/0417.png b/pointerbench-sheets/data/test/0417.png index 42d3be832c70af18cc9de29e278c9a9a8e63b37c..8051faf0642dfab8ed19723e6f85b9351157d0b2 100644 --- a/pointerbench-sheets/data/test/0417.png +++ b/pointerbench-sheets/data/test/0417.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f8ebfde87e5064fa1aebfdb5548e715bc73822cb33f6bcac9d79dc35ce7198f -size 77869 +oid sha256:aa1bd71b979675432a1869caaec166300c7669331418f97f07657e9e3e45aa85 +size 84286 diff --git a/pointerbench-sheets/data/test/0418.png b/pointerbench-sheets/data/test/0418.png index b138ed19356b153d257d73ad48931edb2e8d5076..d1ee6c91cb3540fe7c7f52be5f821a9b36012fa9 100644 --- a/pointerbench-sheets/data/test/0418.png +++ b/pointerbench-sheets/data/test/0418.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef6471523b18fdccb6c256cfe422ea7ec72fef1e6405d39da014eceb113b1d0f -size 83072 +oid sha256:17370bdc6f40cd3eaf3fb09e89cc893ac108e05bfb07e4c1cf2ed81316b6958a +size 107521 diff --git a/pointerbench-sheets/data/test/0419.png b/pointerbench-sheets/data/test/0419.png index eba9a958ae6e6baa0e3c5c924a4318ff2b8d1598..200a220ecf2de15701c7ea0968742f0e45d09687 100644 --- a/pointerbench-sheets/data/test/0419.png +++ b/pointerbench-sheets/data/test/0419.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2431954c3c76de73d9cc98ccc078c360a7d7104e4fe61ad2525b0b309b1a0eda -size 71971 +oid sha256:1400c8cf31d1d57b3c952a3fd9d5b6dbe4c1fbcb54354c927efd9a3ba4017f9e +size 112204 diff --git a/pointerbench-sheets/data/test/0420.png b/pointerbench-sheets/data/test/0420.png index ff9044320daadac35b55bf1c5b2c2235f2e5062a..5dbb1480a00bcce0e2658c9d04b9869651f696e0 100644 --- a/pointerbench-sheets/data/test/0420.png +++ b/pointerbench-sheets/data/test/0420.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95a7b450f2749b75bc519d135f23b5fb42c5b9e8c063e8184d0e964dc286f1c3 -size 160319 +oid sha256:9b5de21c10c0c806afefa5a05e793e9cc47b70f166b6af7392a366b56ec4dd63 +size 172552 diff --git a/pointerbench-sheets/data/test/0421.png b/pointerbench-sheets/data/test/0421.png index 88443e3baad5859465b4d876923e135047c64202..fa741b0be4f4e7967560c18a4c44539900c36f2f 100644 --- a/pointerbench-sheets/data/test/0421.png +++ b/pointerbench-sheets/data/test/0421.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:054851caf25726acf6120a9a1bc078c0664b1e24352a686d4f4b115ffe6022bf -size 71273 +oid sha256:ea9c4de3fe7230d765b43fae72a4160b829b809f66a81317f57cf195d3a8105c +size 95735 diff --git a/pointerbench-sheets/data/test/0422.png b/pointerbench-sheets/data/test/0422.png index adc997925f764b9b92b921187be6317796eee21a..0af0ad103b9e8f62cf0d0e9d311b6879412d1676 100644 --- a/pointerbench-sheets/data/test/0422.png +++ b/pointerbench-sheets/data/test/0422.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:440f7202ffa1de58a2526c4db3eaad22e8b556a9329b11f4cd24869c3b68b377 -size 115859 +oid sha256:e257cf3e7f66e05251c2b64205653c8369e56e83ebc1a0e3d383905136c16c0b +size 102829 diff --git a/pointerbench-sheets/data/test/0423.png b/pointerbench-sheets/data/test/0423.png index dbf56a6aee00755d5bac611c2915c585a7975d29..d3b14bc8f8187d8e91f2ebef7f262d98e2fca69a 100644 --- a/pointerbench-sheets/data/test/0423.png +++ b/pointerbench-sheets/data/test/0423.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b2b3df2974c6149e9ce120b18c2da41bc3d64c9945a9b1866a443475cd38331 -size 86524 +oid sha256:15ea215cf3099e7ddea79924728f199f5a78ae802f57650a667a0d9c3e99cac5 +size 123338 diff --git a/pointerbench-sheets/data/test/0424.png b/pointerbench-sheets/data/test/0424.png index db19feea6424e86af5cb8fbc41fe3d7cf65cf9c3..d157b5760e182cc27d4be6daee20c2852ec77b2b 100644 --- a/pointerbench-sheets/data/test/0424.png +++ b/pointerbench-sheets/data/test/0424.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00b15614071d4a918403e617d84e3fd46c8dcf7f4fab870ac2e6ee5f402ff0da -size 102322 +oid sha256:89d2606214c9dee41d1ea142f31b820719b1769c5fdb0aed2f02650e0015b456 +size 93235 diff --git a/pointerbench-sheets/data/test/0425.png b/pointerbench-sheets/data/test/0425.png index 2769c949a26687e7fc3bdbb8efcfaa780227ca77..70897f807c34823ae1e928ad4967b47f459ac0c4 100644 --- a/pointerbench-sheets/data/test/0425.png +++ b/pointerbench-sheets/data/test/0425.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be38acb751480b5689f4549c2c767ad4fe4bb6beb443a1a8d050bb8299372e95 -size 102565 +oid sha256:999220ff1ecede4b5dbabbe932f3960277aff93ed482e88f46e77f7f4b18deee +size 65181 diff --git a/pointerbench-sheets/data/test/0426.png b/pointerbench-sheets/data/test/0426.png index 67b992572eb8157a4103afe44e74ca9618d3d5fe..708ba6d3ea4f280d652bca1abcba23f03639a0c0 100644 --- a/pointerbench-sheets/data/test/0426.png +++ b/pointerbench-sheets/data/test/0426.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72f68725bb0c17fe43165e8df74caca651f9c9ee2d35f5cefd1e89fc2a3fa5e6 -size 174967 +oid sha256:6678789a9dddd8e52ff50a4535ace2f0867f252283b406deb91d50241e74caf4 +size 76930 diff --git a/pointerbench-sheets/data/test/0427.png b/pointerbench-sheets/data/test/0427.png index e6b25ee400e23cec651f2e52869aadbb28ab0916..f60b3506121fd027cff885a55c0ce41f805bd0b8 100644 --- a/pointerbench-sheets/data/test/0427.png +++ b/pointerbench-sheets/data/test/0427.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bac01575cdc4eaf477a3bf322e511577a87e6f00f2f4308d0b6251a3607d0dc -size 74262 +oid sha256:896229dda56e52d3c8d4cf83d9f4126b7486d12b95b73d5c5b9d320f416e0f1c +size 74576 diff --git a/pointerbench-sheets/data/test/0428.png b/pointerbench-sheets/data/test/0428.png index 5ff77e2abbe19f35a6f3597746df23105657f37c..c3cf313b32229c63048ca7c3afb15109068cf68a 100644 --- a/pointerbench-sheets/data/test/0428.png +++ b/pointerbench-sheets/data/test/0428.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0eb0ea9fe7d8f8977906758869b8375af0fef8403e22d880c57499817c41b251 -size 76688 +oid sha256:0ce4f3d1b0b8d812d488c36a521fed23aa8986ba5c9858577af862e7f82b3e5b +size 95731 diff --git a/pointerbench-sheets/data/test/0429.png b/pointerbench-sheets/data/test/0429.png index f98b85ee40fee73635fed5a113e50ed778ceee9e..3d437c589c7fe86d97e3fc90129669a0be518313 100644 --- a/pointerbench-sheets/data/test/0429.png +++ b/pointerbench-sheets/data/test/0429.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cde783f31dd79716779d54555e61522242ae3e827ea8cc3a5e35bf3967a60766 -size 86039 +oid sha256:2109b9524701ad430ebf1550bf3f1fbe8c62c5b8180772d84c4967f2b84938a5 +size 99262 diff --git a/pointerbench-sheets/data/test/0430.png b/pointerbench-sheets/data/test/0430.png index 7f62a0724d65a591d2b90a2ae34712d95816227c..a02058553610a9605349a74d7f3619c2d3b54a70 100644 --- a/pointerbench-sheets/data/test/0430.png +++ b/pointerbench-sheets/data/test/0430.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:499c0c8f3fbf6b31e9a3229b767e225c75956a42ba6a91aaad1d2a15e4deeae3 -size 129502 +oid sha256:05c85bf2c10c465ffc9de61a4723b4c0523f4b6486506a934b14099442850858 +size 82763 diff --git a/pointerbench-sheets/data/test/0431.png b/pointerbench-sheets/data/test/0431.png index d7c93cb86e7697e3e87ddbb38cabb1a3ea41d4fe..9ba8514540c21bc43f69ff5b32cb434b237c6eb8 100644 --- a/pointerbench-sheets/data/test/0431.png +++ b/pointerbench-sheets/data/test/0431.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4823bae17723c19629dedcf64c8e6c9c5dfa35e952da7034e76fe7ed59918d02 -size 76257 +oid sha256:8edcb2b3f034adcac6ea4d44896a246f984870f469ade18ac72d41edbdb5848e +size 68432 diff --git a/pointerbench-sheets/data/test/0432.png b/pointerbench-sheets/data/test/0432.png index c486771396cbd9cc3da509331abc2180a71331f4..a97c2d390427642c70823deb42999d94869a5584 100644 --- a/pointerbench-sheets/data/test/0432.png +++ b/pointerbench-sheets/data/test/0432.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaec1fb539a509cffa92426346b8fa66c7c9edc0c18dc0200601acbd6b0af3e2 -size 104053 +oid sha256:ca98b5d16087d0168914b3ca58eff3e221f1c80b8692d0f812a3c9b9b46fb5a0 +size 102210 diff --git a/pointerbench-sheets/data/test/0433.png b/pointerbench-sheets/data/test/0433.png index 5dcf821bccb767c7580fcb8f327ff8373b3c1df1..000128db844ad0bce87e3842adf6ebd3b60b576b 100644 --- a/pointerbench-sheets/data/test/0433.png +++ b/pointerbench-sheets/data/test/0433.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2324e7ef7a81289caa585a8b25bd493432824e168bc7391c5fe21b2664bbb457 -size 175727 +oid sha256:5e13866915fd333f8c551f3f7f99b9817ec19d8d55b6b12fd4bdeebce9db45c2 +size 186407 diff --git a/pointerbench-sheets/data/test/0434.png b/pointerbench-sheets/data/test/0434.png index a3d4e5828bfd417ca4d4e2ce65a63d6d42ff5778..5c0ffa0f810b16583c2f210e1376aeb60448900c 100644 --- a/pointerbench-sheets/data/test/0434.png +++ b/pointerbench-sheets/data/test/0434.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1a20fdbc7c8b1b035ea8102b042c64c0861dff3b699c1b71ee4fb20ce70201a -size 149659 +oid sha256:87e97c6f1a169928600cf52eac877a31a7d445e6b8dca4c05ecf81f432d63368 +size 104352 diff --git a/pointerbench-sheets/data/test/0435.png b/pointerbench-sheets/data/test/0435.png index a38abb967f075c4a71acac67d466bccd983a41b1..efcf1cad582818f168796b6c65dda7181984c561 100644 --- a/pointerbench-sheets/data/test/0435.png +++ b/pointerbench-sheets/data/test/0435.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:456d0a9bcebcedbd9bdec10ce205fe41b3e634cddf566cc1b46bcac90a3ae7a5 -size 138795 +oid sha256:25d9dcfe24013d708f58d3667ae41a1b6804ee87b473aa46f384ece6c3db4469 +size 76315 diff --git a/pointerbench-sheets/data/test/0436.png b/pointerbench-sheets/data/test/0436.png index cdc63e647d131e1b1d3e323ddd6aaf330744ae2a..28cbe30fe4fdd8cf25c2c02a6be9f5bd7b255bb0 100644 --- a/pointerbench-sheets/data/test/0436.png +++ b/pointerbench-sheets/data/test/0436.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3685b8fff9e2653c3d702a1637ec5ae00d43e138ed8f6d420fcbabc853a26c66 -size 111625 +oid sha256:491063c8a348215a5432e04660284ac41fa8ab18bba1552bbcf7031ba6f8957f +size 111245 diff --git a/pointerbench-sheets/data/test/0437.png b/pointerbench-sheets/data/test/0437.png index 44cab7d31a3a41a2202b374b422e1fbb1deb8655..2fc0b7df39e45cec7fa40269d006495dbf207129 100644 --- a/pointerbench-sheets/data/test/0437.png +++ b/pointerbench-sheets/data/test/0437.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00467fa5da69bae59328bf7344cd1e59689fe27703cdc5c9879ac6b9ee97dd1e -size 93937 +oid sha256:5edb5299073258bf69cfdc75e815e4e36aae5616104100b71101255291e87d38 +size 90448 diff --git a/pointerbench-sheets/data/test/0438.png b/pointerbench-sheets/data/test/0438.png index 9b4a3cf29e0a2437f49e6ff15f55ada1bcc140ad..beca99ba57fb5e74908b012c89b6344e39916f93 100644 --- a/pointerbench-sheets/data/test/0438.png +++ b/pointerbench-sheets/data/test/0438.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f6b6d20941c0443dde220ae5bf638cb151fbfcc26e4840422c0e3e74b342555 -size 74426 +oid sha256:b126d3a2cc6aca51b63b5df3cac1d01f8b48c3c05dbbd6a063b74c3246ce9774 +size 57434 diff --git a/pointerbench-sheets/data/test/0439.png b/pointerbench-sheets/data/test/0439.png index 4eea2335a331e60a37aef9be0c06c69233fa9436..7648ff9bf11763618d8b020156237edc2608e543 100644 --- a/pointerbench-sheets/data/test/0439.png +++ b/pointerbench-sheets/data/test/0439.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c01f64f12d5d4c0c2b8aecdbd9c53dbdb25146eb94ae5e88e66f7595d1c01aea -size 125145 +oid sha256:40c642c842c40b85a50258c8c86f53f940334491ad9120961f1430a01d06025c +size 73168 diff --git a/pointerbench-sheets/data/test/0440.png b/pointerbench-sheets/data/test/0440.png index 38d0dae38df0e99b45257ecbae4140cf7f6a797d..1970c6cc64dc362e89c8102004c95527770f1345 100644 --- a/pointerbench-sheets/data/test/0440.png +++ b/pointerbench-sheets/data/test/0440.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd7d8dfbe43af42ac7cf5aaef879240ae532edfc6e38a31f3e929dcc4f1d49de -size 98828 +oid sha256:6dd5ac0657f2d629e0a7308ebd022a8d2b27d45ce4f43499a1aafc621189a9af +size 100650 diff --git a/pointerbench-sheets/data/test/0441.png b/pointerbench-sheets/data/test/0441.png index 420f79a995f1e576019d544e2ad7f5533cbe303a..81a32be5b8ce7a09b876086db60a7bd60f413efa 100644 --- a/pointerbench-sheets/data/test/0441.png +++ b/pointerbench-sheets/data/test/0441.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe71c17cffdca4a59d3ed95b20aa6b5f1f0013edbd2a846e2fcb2d6f24302252 -size 87041 +oid sha256:453c6c639f8de48ad85207443d9eb45d6162a9b098a7e344d20a1aec9b48b075 +size 62405 diff --git a/pointerbench-sheets/data/test/0442.png b/pointerbench-sheets/data/test/0442.png index 41add6073c2bd67a41ad34cdcba42095366e6249..f495d3477715cd5ab41df29563a063f082cb99bd 100644 --- a/pointerbench-sheets/data/test/0442.png +++ b/pointerbench-sheets/data/test/0442.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d709a50a4aaaedf7259a14309c662f655014f5629a91f09f1dfcb03b48bc226b -size 117692 +oid sha256:dd29ebc1b0f1668699265cc89035b917d663e7e9d22da67e0804e8bb2b81b0b7 +size 120763 diff --git a/pointerbench-sheets/data/test/0443.png b/pointerbench-sheets/data/test/0443.png index b859192b742e557ed9ddf5ca35f5bd4dd0cca643..bb8179359228ac5ed8dd4720b37083a5c9634603 100644 --- a/pointerbench-sheets/data/test/0443.png +++ b/pointerbench-sheets/data/test/0443.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad813b7fd1d2e8327b87a71b9fd2b073135896c50b6b487482a29c24f37bb37a -size 109613 +oid sha256:87d3518cae02d2a4ee331287188e46fc1dd327061b8e0b11413868f36120cc33 +size 154025 diff --git a/pointerbench-sheets/data/test/0444.png b/pointerbench-sheets/data/test/0444.png index fc6cc65667b57cbc172ada039ddfa9e0ddd166e9..dadd28617cf09e285cefcd77ea2cda98464fcf76 100644 --- a/pointerbench-sheets/data/test/0444.png +++ b/pointerbench-sheets/data/test/0444.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:723b53995758f7d50719f75bf2df00e31d0637b3a6068ce3f5f1419583a281d5 -size 83021 +oid sha256:55544c8c7534974b5c91ac4fdbe3f433e2c712bc70ef8ca9ea2cf89a677e19af +size 56236 diff --git a/pointerbench-sheets/data/test/0445.png b/pointerbench-sheets/data/test/0445.png index e0a289df978832cca7a143808d2764c623869fa7..fe00fe65c9bd38596bd981fef4a131338e366d0a 100644 --- a/pointerbench-sheets/data/test/0445.png +++ b/pointerbench-sheets/data/test/0445.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83a6a900d641bcd0191cb7d0ce738c4b463f8b140d522ecb83e69e69e80d6d6a -size 65274 +oid sha256:e75553c5f6b31d92ced7a04a405de083b8d9ac836d1910ef993237d2d2e54f5f +size 128142 diff --git a/pointerbench-sheets/data/test/0446.png b/pointerbench-sheets/data/test/0446.png index 7c0dce5ca076f44a9658d0b3cc25149032ddef87..d2c62629b2d8aff01832c0d74234cc296dc3a813 100644 --- a/pointerbench-sheets/data/test/0446.png +++ b/pointerbench-sheets/data/test/0446.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f8411fb9f82cc2e6ffecd7aec7bb288451df8d18ac38eea0b3be0c769dfabba -size 188603 +oid sha256:9c203f94ca8867ccd4771a0139a7620cf5c4d59f4df6228b090028682b67c887 +size 66477 diff --git a/pointerbench-sheets/data/test/0447.png b/pointerbench-sheets/data/test/0447.png index c1b300f806dd3f53dbcea6370929632664a7132b..5005091b15236580eed0bae1e1fbeee776d11655 100644 --- a/pointerbench-sheets/data/test/0447.png +++ b/pointerbench-sheets/data/test/0447.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6edbd7bf4762aa502761e6ece682a681262e8c35f2539aaab298cb660ea9331 -size 78061 +oid sha256:9fd7e52927cb4e62d9ef00bdc375c2d018d7d527952f12d5145ad43119bde315 +size 50002 diff --git a/pointerbench-sheets/data/test/0448.png b/pointerbench-sheets/data/test/0448.png index ae5a79b03f2ca0906320428c67fb8a6390e2f2e5..f97c7ef5c3ca1e7934887cb18772e4391252adc0 100644 --- a/pointerbench-sheets/data/test/0448.png +++ b/pointerbench-sheets/data/test/0448.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17c15e6b2d7595f094462fc3ffa851aad2e112575bff43451a417a1006850a54 -size 102849 +oid sha256:a4be01e38eb0d384324f014893a9a70b4dd79efe5e0c345b0501823c45ec982b +size 77223 diff --git a/pointerbench-sheets/data/test/0449.png b/pointerbench-sheets/data/test/0449.png index 818571c6a3d0c74ce537df4c56ce427490237f7e..444b2e2696598b436e32fc879383cc740cf962de 100644 --- a/pointerbench-sheets/data/test/0449.png +++ b/pointerbench-sheets/data/test/0449.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cac5c26956ea5670e4e7f2f8c33605672565e283c92d0f2527279d3ff35d1ec -size 192198 +oid sha256:4dd8af445dd0363a96fe538cf9c97c8fdbd0335be463942dd73cff72daa22ae1 +size 147441 diff --git a/pointerbench-sheets/data/test/0450.png b/pointerbench-sheets/data/test/0450.png index 627cc4e7ee8346198a5f64fdafbc0124838b1f1e..270a5c7cc708ecc3f1ca6357ef5353854211465f 100644 --- a/pointerbench-sheets/data/test/0450.png +++ b/pointerbench-sheets/data/test/0450.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbcc33544f59f656499e93cb322a260a39bab575ce802397022b1b4003f32630 -size 99904 +oid sha256:a14bace8ead6849d81efb5cb50cd1592a18fe895cd7d20817cec2a69aec14a2e +size 144322 diff --git a/pointerbench-sheets/data/test/0451.png b/pointerbench-sheets/data/test/0451.png index 8f0eb410f1fa1e48212cabf6e1910d0c5dab5298..e18fbb51e0582d9ff094cd20ba04312612d9e664 100644 --- a/pointerbench-sheets/data/test/0451.png +++ b/pointerbench-sheets/data/test/0451.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f2b7e6cbaf576627d94b1f252ba42628c63b8f725e6b91f54e8b49c857454fb -size 161394 +oid sha256:f5c72e26d7ca44d43046a7090fd23feab848b4982a7c847d33195682d15760f5 +size 121108 diff --git a/pointerbench-sheets/data/test/0452.png b/pointerbench-sheets/data/test/0452.png index 2eaae073a59ef604a33b05350627ef1c9dacface..65c93a5af59f971bf072f19890388f650384e4c9 100644 --- a/pointerbench-sheets/data/test/0452.png +++ b/pointerbench-sheets/data/test/0452.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d718cb3144edbba89fa9427562952b2e8ec7c7d41ec2cf81a937bec47ebbce48 -size 114724 +oid sha256:54abe9aabf69d6ce7fcedfe77c1a86eba071ae19fb4a59c4b9711c1dd83629ca +size 194416 diff --git a/pointerbench-sheets/data/test/0453.png b/pointerbench-sheets/data/test/0453.png index de11e3c5752db9c71490b85285f494e0f80a763b..92fe0da1c0957b786a59716396801a1eb91da1ce 100644 --- a/pointerbench-sheets/data/test/0453.png +++ b/pointerbench-sheets/data/test/0453.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b16684a513f866c8af299d30f71b621e3dbed578d5b0d430f19052503eec8a93 -size 107091 +oid sha256:ee7a3692cdf525494cef0ea05fe8b1c3899ad3e2ce5fad4976196126f51b2f22 +size 93595 diff --git a/pointerbench-sheets/data/test/0454.png b/pointerbench-sheets/data/test/0454.png index fe1da4d9bead866fad5066761fb6bab2f56ac720..b354263b80720184f5c702938801b7c1fa4a859e 100644 --- a/pointerbench-sheets/data/test/0454.png +++ b/pointerbench-sheets/data/test/0454.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8a16ce2ad11ff58c54a0d6b68408b800f13d3784ed0be89e705d96dd543bc0d -size 132666 +oid sha256:586838ebb294015292d67bddd4cec5c4e3676d7ad0affab62b2d07dfd4045ca5 +size 101732 diff --git a/pointerbench-sheets/data/test/0455.png b/pointerbench-sheets/data/test/0455.png index 24ff8b244dd20d9510e63dc05ba93df457172b44..d4ac06b95318c5d45351eea7c2628eaf5cc3cf63 100644 --- a/pointerbench-sheets/data/test/0455.png +++ b/pointerbench-sheets/data/test/0455.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dd8c956cdca903ee66129d50f9bd71c9cd4f81c195437e41dd41bfdbccd5d8e -size 81216 +oid sha256:a1ecb43707ded1aba5f7460beb2bf0c0e6e2bfe664e964d3794712a7c2a06571 +size 156809 diff --git a/pointerbench-sheets/data/test/0456.png b/pointerbench-sheets/data/test/0456.png index 04e88e614f85cba7e2d23b8296093b967ff83a38..93a52d0dd3eddf02052f1d1e21ad9342211fe6d3 100644 --- a/pointerbench-sheets/data/test/0456.png +++ b/pointerbench-sheets/data/test/0456.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfd4dbbf3ed9f9e3dc25126eadf73c5cebccc19def76a753ec7b1822444d838d -size 134051 +oid sha256:21b23485f88abbe9b1b9223bcf538b0f1a94316f4e85ef52881ca2a5f1135c35 +size 76171 diff --git a/pointerbench-sheets/data/test/0457.png b/pointerbench-sheets/data/test/0457.png index e14eacb4e5a4412665421bf8f72134340e73db66..2aa77bef53f725635dd38a15f3afc422d141b1eb 100644 --- a/pointerbench-sheets/data/test/0457.png +++ b/pointerbench-sheets/data/test/0457.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02d5c8252c645bb85c9e810cb57c6271b9cf75b7835a17a5684fa62531bb0f27 -size 104023 +oid sha256:e9bedbea992b5240f7e96c29928449b78e0fd1b273d97ac28473d93b0d082835 +size 77449 diff --git a/pointerbench-sheets/data/test/0458.png b/pointerbench-sheets/data/test/0458.png index 60aff782b4a54506d413da636886a23d116a0cd1..ada557fad7b6e344ff37c3fb998efdc0bb76eacc 100644 --- a/pointerbench-sheets/data/test/0458.png +++ b/pointerbench-sheets/data/test/0458.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:841d2bd62e8703c1ecb4224634150779a21886473f4a2b4a3c6e0cdc491f1262 -size 77535 +oid sha256:5490b14025d52e9dc8d18afccedfa4be1d7d2d36bbe5cb6a5fdb8c6fb00d1d68 +size 69921 diff --git a/pointerbench-sheets/data/test/0459.png b/pointerbench-sheets/data/test/0459.png index 4c97bc954020615e6cd3859560da759b24245ac3..e7b9e264f14139dfa63f8e1e772ab6e23ab716e1 100644 --- a/pointerbench-sheets/data/test/0459.png +++ b/pointerbench-sheets/data/test/0459.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67bb6a0a629159497c970e193bd7ad679cf8e3fd17c8405377333ebfe372f8e5 -size 110234 +oid sha256:ff32c38406f6e25815d3940ee1a617c9acc7476723de665e72992c74dd44e273 +size 147705 diff --git a/pointerbench-sheets/data/test/0460.png b/pointerbench-sheets/data/test/0460.png index 11e1aad71983746c503452ec86f0a391c58f6bcd..c8e300cdd31d0e9c8e95b558e91a3d79f24d70c3 100644 --- a/pointerbench-sheets/data/test/0460.png +++ b/pointerbench-sheets/data/test/0460.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95ff74564c6db765391f6b7364269ece991ca867a9a231b031be137667317450 -size 87622 +oid sha256:2980c05aa705cfc9862f014110b60e2e062f6533cdf1969fdb0bd7349072b25d +size 78406 diff --git a/pointerbench-sheets/data/test/0461.png b/pointerbench-sheets/data/test/0461.png index 5e8067def9c3ca80d3eb63360df333ad4ed6d352..916a2a7c047f06725aa24e1d0ba1e88fc909d4f9 100644 --- a/pointerbench-sheets/data/test/0461.png +++ b/pointerbench-sheets/data/test/0461.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5dbbe1f538c4bf9859593797f281151d8ed71828ab5ac56fa62739b3a3e97eb -size 160614 +oid sha256:2c2f79c6c4dfacb8456b13ea1817fb1a6c90bf7124728af78f2480857619fc77 +size 162785 diff --git a/pointerbench-sheets/data/test/0462.png b/pointerbench-sheets/data/test/0462.png index 8cf2087cb1fb530164d0b7d922c8edea69225283..20924c414e520bd796a115707b79a79ffc64241c 100644 --- a/pointerbench-sheets/data/test/0462.png +++ b/pointerbench-sheets/data/test/0462.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b826f0351c1d33111fde71fcda1b1ae7d41118bb1256280ac3c080f31c9e4ce -size 128682 +oid sha256:0438ad26dacb3b1da13148703d0068a67c13b0380af8d2c6a54b3dc0d4cefbf1 +size 132340 diff --git a/pointerbench-sheets/data/test/0463.png b/pointerbench-sheets/data/test/0463.png index c9d8de512a4a33fb57c9214c7ad202fc43070e89..f19a613ff119dd900a737b002e5d4f240b9e2a7c 100644 --- a/pointerbench-sheets/data/test/0463.png +++ b/pointerbench-sheets/data/test/0463.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58c8df89e11abec869dc1aec676ab2f5066630dccc05891de496308e4facda73 -size 132297 +oid sha256:2a6df08b9456da245b04554fa1f82ab03ea052a1baff562680436a0c89b5646d +size 77577 diff --git a/pointerbench-sheets/data/test/0464.png b/pointerbench-sheets/data/test/0464.png index 71efded62ee2457cdcbcd83615bb886c5f24f60d..a06b470186f4add9f822bbba840c6a8d6901ff6c 100644 --- a/pointerbench-sheets/data/test/0464.png +++ b/pointerbench-sheets/data/test/0464.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:354e0d43a2cd17d4570c8c2a1a951056db0bbf46b681471ac00c2f3a36d0a9a4 -size 118096 +oid sha256:dccd0a26d71d3445d100cc79460f071e5d5f360551d811943b9788e77883aa63 +size 82075 diff --git a/pointerbench-sheets/data/test/0465.png b/pointerbench-sheets/data/test/0465.png index 229276cc1f8e6563ec47a3e8869df4aa34671d1d..14cf6ad77663bf979c45bf529858df8d60ba317e 100644 --- a/pointerbench-sheets/data/test/0465.png +++ b/pointerbench-sheets/data/test/0465.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d5f8c354941c2ee6faf34f0699154f4f428507b927efbd3502d8b0bf9948172 -size 85237 +oid sha256:f348aebeb37afc9803665ea7672c6cd1e2c86392404dee1d5eb5bb9ac70191c6 +size 102106 diff --git a/pointerbench-sheets/data/test/0466.png b/pointerbench-sheets/data/test/0466.png index e898a5d80e496ee1e35589681ae8cca8e3883d99..6fc3b508f3a452ea938326b1410bd235bcafd291 100644 --- a/pointerbench-sheets/data/test/0466.png +++ b/pointerbench-sheets/data/test/0466.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08ccb2c1f7b00a90b5fce1f4a96ddb3d5881d270ffdc03f323ff19f0f37b96f5 -size 78844 +oid sha256:7000cfde98fa0dbf98611f8a16b15e3cacaffcc7ce155c34fa85b71df8d49d34 +size 121727 diff --git a/pointerbench-sheets/data/test/0467.png b/pointerbench-sheets/data/test/0467.png index 84e970e2b38c3bd4b0c88be96707e60cd2a1c390..2ad9c0ed392e3a73c55c8d12e7ff48c2b06cd11f 100644 --- a/pointerbench-sheets/data/test/0467.png +++ b/pointerbench-sheets/data/test/0467.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc719d487d81665ca89c70c6951f845ce365d6661fb2a10154a798e909c3fc78 -size 80297 +oid sha256:3455bc5760ead37a42418b7033fceb0e5117da5f1a11676281383f5c47c6326d +size 79584 diff --git a/pointerbench-sheets/data/test/0468.png b/pointerbench-sheets/data/test/0468.png index 92d3307488f1e33da83e87aee71694e67b2e74ef..e7748f7bff4203aa7c30c097ac276c74a00ac952 100644 --- a/pointerbench-sheets/data/test/0468.png +++ b/pointerbench-sheets/data/test/0468.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bda84d476bdd9af0b6d57862df32feb30ebffc8cd7de8d7e1ace7106db9b8074 -size 59313 +oid sha256:1426235d1e803263a1c6fb67590b9cfb99ba7e7397d8665616087a614264bdeb +size 157509 diff --git a/pointerbench-sheets/data/test/0469.png b/pointerbench-sheets/data/test/0469.png index fdf608eb68f4787c737fc238cf57778af6a74a63..537b7a112da311abeaf79b2bae06b3187819a629 100644 --- a/pointerbench-sheets/data/test/0469.png +++ b/pointerbench-sheets/data/test/0469.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8356a8d7cdd8f79bd0e52b8a63a5ccdcbb5a9f37e98d5d39909c9b8622b50bef -size 56419 +oid sha256:ad9664a5a47cdcc3ec95f726d0f1fa1501bca8d47c6defbac472e1e8270fe841 +size 173432 diff --git a/pointerbench-sheets/data/test/0470.png b/pointerbench-sheets/data/test/0470.png index 89efcbbd9953d24c9cedef651116049cdf4f71b2..bc048f7ed8bc7213be4038ddbdf7eaedb30c2543 100644 --- a/pointerbench-sheets/data/test/0470.png +++ b/pointerbench-sheets/data/test/0470.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6da0757e7b027fb05dc31aec44cbb35f682935ed63e76e8b36de95ad6e44013 -size 143839 +oid sha256:5d7cff5a808869bc22caef20d76f33efa8a5f1c4cfa2d898aefe82b86ce3b578 +size 165476 diff --git a/pointerbench-sheets/data/test/0471.png b/pointerbench-sheets/data/test/0471.png index 20be3d8f0c0eb7ae59c336c8a88e32f48b78db69..717a4beb910da3022858ced7a0754e66969a4e41 100644 --- a/pointerbench-sheets/data/test/0471.png +++ b/pointerbench-sheets/data/test/0471.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55577dff98557d9cc7b99fdf49814ab1cde6758a95b8d9205ffd7ebaf1469598 -size 77694 +oid sha256:5b6ae382db958e1546411127e413af99c65ebef2b4e548aded3cc0a0076970d6 +size 73509 diff --git a/pointerbench-sheets/data/test/0472.png b/pointerbench-sheets/data/test/0472.png index ef72e460848b7e4776f91c85ac444b4c006a0365..f21d3d75abc3631cb141a5ab9c08dce2ba186584 100644 --- a/pointerbench-sheets/data/test/0472.png +++ b/pointerbench-sheets/data/test/0472.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c7db9594ab83f5922f87aa80de5cb6eb5454301ca2e9e73ed312809ec148859 -size 59879 +oid sha256:d664be58345643cff068fc80705e1a02360a476c1ed33f268de2c7c492b1afb6 +size 143681 diff --git a/pointerbench-sheets/data/test/0473.png b/pointerbench-sheets/data/test/0473.png index b5cbc0872002be3597c7e720d1fa2fc1fad04e25..30e1d1692bb8588b298467859f57b60d45688038 100644 --- a/pointerbench-sheets/data/test/0473.png +++ b/pointerbench-sheets/data/test/0473.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da04cfee1de3fb429561279774fa69a129b1972d90b7b3498cda1580ad84be99 -size 103029 +oid sha256:be01cc1a118da97fee8c31bb580364f40c93b57cd6ed35311628612a64663153 +size 113342 diff --git a/pointerbench-sheets/data/test/0474.png b/pointerbench-sheets/data/test/0474.png index 64b1ecd6a18912b6f981844c46cf706e6ad2f24b..69a5b36c7ff9d40cf52ac6013d5dc49fd287e900 100644 --- a/pointerbench-sheets/data/test/0474.png +++ b/pointerbench-sheets/data/test/0474.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2d7219f745f80a9c0be8b80beda15fd40cb2bcaa662b7d6adb27282ae56b8e0 -size 119366 +oid sha256:4256dd778d73c3736b6aadf637e842d17b8ce29fe1dd67af0fa4a26a18307e1f +size 97484 diff --git a/pointerbench-sheets/data/test/0475.png b/pointerbench-sheets/data/test/0475.png index 8d17775bc823b6072adb862a2d24bea0a2b4b87d..992eee0ee62092a193ac3d89fa95d6fe9009d594 100644 --- a/pointerbench-sheets/data/test/0475.png +++ b/pointerbench-sheets/data/test/0475.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcb4661d14d53033f59907dc52bf96ddcbe86e4b59f5a81d573c64738dc11982 -size 83920 +oid sha256:5bd9fbc75567aae304262fcf8baee77c113ee1f1785139ea51d35c8cc551f4da +size 190230 diff --git a/pointerbench-sheets/data/test/0476.png b/pointerbench-sheets/data/test/0476.png index 39273ccc568ffc5137226f924b776a2faaa87cc6..08f1976457234970e4cf8c9612c4bb1102fb4957 100644 --- a/pointerbench-sheets/data/test/0476.png +++ b/pointerbench-sheets/data/test/0476.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09c5100a62fe5dc84aff73881811d604526466a1d93c0769ecdcbc6b1f51f61e -size 117995 +oid sha256:c01b9de3d227097867f34b59f404911c86bbfefa45ffdae63ae1d956ef629d06 +size 146296 diff --git a/pointerbench-sheets/data/test/0477.png b/pointerbench-sheets/data/test/0477.png index 2cb4493446a22959dd637ce5400a9401aa4a2be5..fb87c3d368c49a415c80d2554f21ff4fce64a362 100644 --- a/pointerbench-sheets/data/test/0477.png +++ b/pointerbench-sheets/data/test/0477.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:358bb21612428953d374f67260f854ada0d477d6eeec5c304de8da31687181c4 -size 121759 +oid sha256:991fcd26651403ce1a7db6d3b99b619948fd49cd868edd2e658a501c5369ca77 +size 105405 diff --git a/pointerbench-sheets/data/test/0478.png b/pointerbench-sheets/data/test/0478.png index 1f53500f1ca0ef0b8da397a476d8219eb321f40e..607df70631d7e763dcfac8a205eb0f0e8932c1fe 100644 --- a/pointerbench-sheets/data/test/0478.png +++ b/pointerbench-sheets/data/test/0478.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:890ec62a163bcf1322f316ef4533952355b1e4caaacb9ca374fb42807ab0daf8 -size 75672 +oid sha256:48a36854935648bea4ee909cb8505c3450e39507b30e11499596f4d68ec0da4f +size 137726 diff --git a/pointerbench-sheets/data/test/0479.png b/pointerbench-sheets/data/test/0479.png index dd427d68d025d46bbc339023f986ec134f47b529..9ac902323266c62cb872d41098ddd955830ca4d2 100644 --- a/pointerbench-sheets/data/test/0479.png +++ b/pointerbench-sheets/data/test/0479.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7603f69479b33dd066bc234e8cbd6f0cf3eb158d07efefa77c44f6a4d00b332 -size 75284 +oid sha256:6615cc272e5a46a54cb38e21c4fc9f0d19f6d9565f6503e05f656fa16f5b8095 +size 98655 diff --git a/pointerbench-sheets/data/test/0480.png b/pointerbench-sheets/data/test/0480.png index dee2603196265d1814d89050cf05a82369070ed1..479c172106c4c4d4794f0ccaa51d080220ee195e 100644 --- a/pointerbench-sheets/data/test/0480.png +++ b/pointerbench-sheets/data/test/0480.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:779593da292c99934e8318591d7941a165e3e6c9dbc9ea0c104f197ff2056059 -size 108726 +oid sha256:8a0ac08d69546b0c942f4ccea54d002abd21cdd33e3fd3b830dcb7873d06cbc1 +size 76242 diff --git a/pointerbench-sheets/data/test/0481.png b/pointerbench-sheets/data/test/0481.png index dc3cd43caa293e167baeae11474689da1a783182..9befbaab8ab2ad6ae6c7da7c104986abed157027 100644 --- a/pointerbench-sheets/data/test/0481.png +++ b/pointerbench-sheets/data/test/0481.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1515236242338e5a313ef9396c2a5b09a6c1b19a4351caf8a28f4c14406338 -size 136391 +oid sha256:d19cc9b316251c336442fa60089a480e488d4d7bdf9c42162b79e68eae3259e3 +size 218257 diff --git a/pointerbench-sheets/data/test/0482.png b/pointerbench-sheets/data/test/0482.png index faa7698d59668a116a6073501a512d7b29223a39..4a7aaa4406be8a08456e743ddd9c47da6b922a9f 100644 --- a/pointerbench-sheets/data/test/0482.png +++ b/pointerbench-sheets/data/test/0482.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34b7e6ed80d85f6453567a095c2c4b0e255d3576e97ba279486fc8abe32d8ff3 -size 165579 +oid sha256:15a6f623ec261ecfd1440c0c438ab36206d4f3267c8d482dffebb0adb0b22b34 +size 149257 diff --git a/pointerbench-sheets/data/test/0483.png b/pointerbench-sheets/data/test/0483.png index b922d966a7123f23e14f33dc3a2a2d28eb188fba..9f05b671c2cc731972cd501717bb16e569e7d7ec 100644 --- a/pointerbench-sheets/data/test/0483.png +++ b/pointerbench-sheets/data/test/0483.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:338862c1babad2df0c5e5ced92295d81b964a6b49b7dc1a2a33af38e72e5e0e9 -size 81923 +oid sha256:ab96739f448b6a5fae17a0f5293387feb2f3f72386407fa95aa6cfb6db754a8d +size 80695 diff --git a/pointerbench-sheets/data/test/0484.png b/pointerbench-sheets/data/test/0484.png index e043f5a92d582ee4abd6c9eef87f5f5ee4752c2c..fb1fa8c32fd8474156f0b34239e5dde87387d1e8 100644 --- a/pointerbench-sheets/data/test/0484.png +++ b/pointerbench-sheets/data/test/0484.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a1b52e9ead3b62c5c6ba6b202e63117d6896a8a853dbe0e8017b1ffdc1a47dd -size 111782 +oid sha256:6e13df1a545ca50c1f355560a127cab15054d1723f151a17cc412d819d975b8f +size 141506 diff --git a/pointerbench-sheets/data/test/0485.png b/pointerbench-sheets/data/test/0485.png index bfeee9e7d818f6b484d3ef3af5e3c5e8ffedca47..ec328ccaec49431ac18416728675bdf02e8d529b 100644 --- a/pointerbench-sheets/data/test/0485.png +++ b/pointerbench-sheets/data/test/0485.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a34f367b968c1ed65e52ae158c90cfcb255e6be9b62132d823be8513a9b0e6fa -size 118270 +oid sha256:430402a2a311a3abf4bb60c009bf0b81d5f2337beb298bf30d0f795d7d0075bf +size 137114 diff --git a/pointerbench-sheets/data/test/0486.png b/pointerbench-sheets/data/test/0486.png index e7f45b9eaf9c9595cd13086fa3512c55a53bdac8..a0cb0e161232ddb825a29e54ff3d20a998ca90fe 100644 --- a/pointerbench-sheets/data/test/0486.png +++ b/pointerbench-sheets/data/test/0486.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:025570872178bcae69890f48293b3f9ec3609af2413259e70125d2b002d0d38b -size 86794 +oid sha256:7f141436d7f75bfe146345c1017ce0a426852666f0e26f38bc4ac0ec4bc09d06 +size 155118 diff --git a/pointerbench-sheets/data/test/0487.png b/pointerbench-sheets/data/test/0487.png index 3dc3f37fdac2f8a3be04cd114de181b9eeec7aa9..02042e73e3b38efdba4dbece6f1e1983dcc964b7 100644 --- a/pointerbench-sheets/data/test/0487.png +++ b/pointerbench-sheets/data/test/0487.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c59ff6845b3f9cc04c35322d90e7a6c934bf776a2f9599d6393fade171fa71a -size 124810 +oid sha256:8294d0ddd5ede4a564b8ba29d24ce894d22ec68e0d40d752e557f16a95cd89ad +size 74766 diff --git a/pointerbench-sheets/data/test/0488.png b/pointerbench-sheets/data/test/0488.png index f5415a1121911c1f84aa55aa8b5b7edceafe4606..671771fbd66ae5ae728270acf62d73aa1a39f326 100644 --- a/pointerbench-sheets/data/test/0488.png +++ b/pointerbench-sheets/data/test/0488.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08d89e236dcaf2e094133d1ce5e0cddd8746fe5f13d2ab70598c85a69aa7f852 -size 130789 +oid sha256:d1c4d039cc3b9ccc90f49450382eb2015e11d35203b7b4e90109878a09742ec6 +size 131369 diff --git a/pointerbench-sheets/data/test/0489.png b/pointerbench-sheets/data/test/0489.png index d34351f2f9606f48676f15b627b43a42c224d2a6..7c14300002fed72ec85887e0681d659146e10dd2 100644 --- a/pointerbench-sheets/data/test/0489.png +++ b/pointerbench-sheets/data/test/0489.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c5ff22c790b9a2761af9ea1f41a132ef04270c994c20c8514e8b95b852db99e -size 140662 +oid sha256:975fe72b2686d869a69de6baba8c7ddae612b2fe5619a05f2d570534b1afb8b8 +size 94809 diff --git a/pointerbench-sheets/data/test/0490.png b/pointerbench-sheets/data/test/0490.png index 9fd790e1deb9c364e0b01648f8a5048067d0aacb..301288fab1df002c8e514bc1027f4d524bb5b5aa 100644 --- a/pointerbench-sheets/data/test/0490.png +++ b/pointerbench-sheets/data/test/0490.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd24e243fa9132a7e78b54cbea8703454e82f8cc6acbbd304d198fd3e78b2f28 -size 72350 +oid sha256:bd140cb463793f3d7b3b9a76682fe99be8dfbd9bb036cd73b4afc553c30676e5 +size 71719 diff --git a/pointerbench-sheets/data/test/0491.png b/pointerbench-sheets/data/test/0491.png index 4b5446d25e3ae7a4ceaa40c7f3b6c62051f77dc3..556301834730b6d08fee8aae9825e428673f7983 100644 --- a/pointerbench-sheets/data/test/0491.png +++ b/pointerbench-sheets/data/test/0491.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7dbf7cb990d81c9edbed0b2086af9563d82fd97c04e90598f28287fc4950e8d -size 69153 +oid sha256:fa09a3c489d8ef1f37fb91fa70d0cf359a1a290aacdcae363203444476056d94 +size 92374 diff --git a/pointerbench-sheets/data/test/0492.png b/pointerbench-sheets/data/test/0492.png index dcc51994de179d0d69f82558e954225af1cf94f9..eb57b733a9225f507c62de3dac11127055c92ac9 100644 --- a/pointerbench-sheets/data/test/0492.png +++ b/pointerbench-sheets/data/test/0492.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbeaa6aa3ee12161ff4e0d7391cd4fb0af4c29f6442d6cb9ad8e40d639cb0a30 -size 115553 +oid sha256:f61e569cc2dd63dcd55e5529768f3dfe5e228b685db3dcf1a11113f0c42152e9 +size 93026 diff --git a/pointerbench-sheets/data/test/0493.png b/pointerbench-sheets/data/test/0493.png index 44c9e6a5b9035d701ba1c7d32d0811df7b42e3d3..396e0c9fd1b1b64173001e7ab90c26eb0a75f705 100644 --- a/pointerbench-sheets/data/test/0493.png +++ b/pointerbench-sheets/data/test/0493.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdca9c9279728342cb95e87f33d9835e1be7105e40de88c7627f90e656799d24 -size 128584 +oid sha256:7ba59dfb3248acc568d9daa9145a04a1993ff5d75af3d01e6802f0058497fabb +size 105914 diff --git a/pointerbench-sheets/data/test/0494.png b/pointerbench-sheets/data/test/0494.png index 63c2238465625c0375acc28b21d45691b088d92f..454dc34b0ff46e8e80b9d26b078c7397ae42b0c9 100644 --- a/pointerbench-sheets/data/test/0494.png +++ b/pointerbench-sheets/data/test/0494.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3c254a4cd20b00c6f714e77171133a55822691cf25215ae3b4a2c898444a8b1 -size 74475 +oid sha256:582e147f4c68220bd08fd0b5d016c05130978b7aef2b70092d59a53e5a249ff4 +size 64197 diff --git a/pointerbench-sheets/data/test/0495.png b/pointerbench-sheets/data/test/0495.png index 50b3004e392bf21caa0c0f38b74bc7d996bf56d2..50cd3819a477a5a7730e894f590e982e8cff9321 100644 --- a/pointerbench-sheets/data/test/0495.png +++ b/pointerbench-sheets/data/test/0495.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84f8dfd59e5243d018863b9e0da77ac2add849320ad0bfeca2380ad6080a41d6 -size 63538 +oid sha256:0de37da3b6a198c069e7005dd1a4684b121f8591401a6126d797e6122fb697fe +size 91629 diff --git a/pointerbench-sheets/data/test/0496.png b/pointerbench-sheets/data/test/0496.png index b8839fbe580e471e8856afc37f4b106613c55403..3bbbe7e014e90d91f4dddedf82f66e7236ba4e4c 100644 --- a/pointerbench-sheets/data/test/0496.png +++ b/pointerbench-sheets/data/test/0496.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be0c87791fb9253493b64f0f96fec7f2bccbeec8b24120beb26339e52b96df85 -size 129073 +oid sha256:07bd49b35e955f651ec50f5b7df6fe2cec41564f5a67244eeb78d9a5c4bbb797 +size 127521 diff --git a/pointerbench-sheets/data/test/0497.png b/pointerbench-sheets/data/test/0497.png index 78ee88075ccc6a89f8696de42b370339fa74768a..ed132ed332426e691db8e8ece2d1ddf88cf404f0 100644 --- a/pointerbench-sheets/data/test/0497.png +++ b/pointerbench-sheets/data/test/0497.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbb96ac5a76a64b98da78d8865c40d1b8a3cf4aa00ee9c3e6b1e8ece00ab3771 -size 87790 +oid sha256:891cf619fc54e33d98f3cae1946124fb6fd9136caa46e42d3393fe444ecf4578 +size 52627 diff --git a/pointerbench-sheets/data/test/0498.png b/pointerbench-sheets/data/test/0498.png index eff47bb9f3e4bf47c891b5bdc13d3172c541a256..eb4b6143524dd05884eabe792da46c70d52c5004 100644 --- a/pointerbench-sheets/data/test/0498.png +++ b/pointerbench-sheets/data/test/0498.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b28191580fa2c49e9a798cd8e5de60f519a1182e7a5d067664a412320887423 -size 73820 +oid sha256:c84ce13d69144d871e0abe0b54fa71d89fc98022c1e71316db02bbb963c97cef +size 116437 diff --git a/pointerbench-sheets/data/test/0499.png b/pointerbench-sheets/data/test/0499.png index 4f52033c9d459185ba95c449db8a6b5a6d666fb6..f61f5a31995cca745a5b6747891f0c98c33cb5fa 100644 --- a/pointerbench-sheets/data/test/0499.png +++ b/pointerbench-sheets/data/test/0499.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b4e7e4e8568724746b19ce360d9b79b00ee7a3e41451be54a39a92a5a540b52 -size 110616 +oid sha256:4cd80c8d94a8359b1e250cf8ad6c8f576a0116d2b4f2bbc043c9d88bf6f0d420 +size 100375 diff --git a/pointerbench-sheets/data/test/metadata.jsonl b/pointerbench-sheets/data/test/metadata.jsonl index b6d9609a834110afdb59f2715c686dfa3e0a1b90..78630dd47aa8b08db71e9360e021492b37d1c673 100644 --- a/pointerbench-sheets/data/test/metadata.jsonl +++ b/pointerbench-sheets/data/test/metadata.jsonl @@ -1,500 +1,500 @@ -{"file_name": "0000.png", "id": "pbs_0000", "instruction": "Where is row 15's resize line?", "bbox": [0, 408, 32, 414], "point": [16, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 408, 32, 414]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0001.png", "id": "pbs_0001", "instruction": "Click the row that is colored red.", "bbox": [41, 140, 431, 162], "point": [100, 151], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 140, 431, 162]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0002.png", "id": "pbs_0002", "instruction": "Click the column selector marked G.", "bbox": [700, 103, 802, 122], "point": [751, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [700, 103, 802, 122]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0003.png", "id": "pbs_0003", "instruction": "Click the cell painted brown.", "bbox": [578, 324, 756, 341], "point": [667, 333], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [578, 324, 756, 341]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0004.png", "id": "pbs_0004", "instruction": "Choose cell E11.", "bbox": [271, 375, 376, 398], "point": [324, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 375, 376, 398]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0005.png", "id": "pbs_0005", "instruction": "Resize column I from its right edge.", "bbox": [625, 123, 631, 144], "point": [628, 133], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 123, 631, 144]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0006.png", "id": "pbs_0006", "instruction": "Point at the bottom gridline of B9.", "bbox": [130, 314, 233, 320], "point": [181, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 314, 233, 320]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0007.png", "id": "pbs_0007", "instruction": "Click on the green cell.", "bbox": [516, 640, 621, 663], "point": [569, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [516, 640, 621, 663]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0008.png", "id": "pbs_0008", "instruction": "Where is the right border of D20?", "bbox": [285, 120, 291, 139], "point": [288, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 120, 291, 139]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0009.png", "id": "pbs_0009", "instruction": "Cell I16, please.", "bbox": [763, 417, 853, 434], "point": [808, 426], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 417, 853, 434]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0010.png", "id": "pbs_0010", "instruction": "Point to the cell that contains \"Tina\".", "bbox": [404, 406, 492, 425], "point": [448, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 406, 492, 425]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0011.png", "id": "pbs_0011", "instruction": "Select the cell at C11 with displayed value \"CodeWorks\".", "bbox": [181, 358, 302, 380], "point": [242, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [181, 358, 302, 380]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0012.png", "id": "pbs_0012", "instruction": "Target cell B26; it displays \"Seoul\".", "bbox": [42, 284, 145, 305], "point": [94, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 284, 145, 305]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0013.png", "id": "pbs_0013", "instruction": "Navigate to cell C29.", "bbox": [117, 276, 242, 299], "point": [180, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [117, 276, 242, 299]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0014.png", "id": "pbs_0014", "instruction": "Highlight cell F15 by clicking it.", "bbox": [266, 334, 405, 356], "point": [336, 345], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 334, 405, 356]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0015.png", "id": "pbs_0015", "instruction": "Put the cursor in cell F17.", "bbox": [534, 379, 644, 402], "point": [589, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 379, 644, 402]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0016.png", "id": "pbs_0016", "instruction": "G11 lower-left corner", "bbox": [324, 365, 330, 371], "point": [327, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 365, 330, 371]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0017.png", "id": "pbs_0017", "instruction": "Click the horizontal line at the bottom edge of row 13.", "bbox": [0, 285, 37, 291], "point": [18, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 285, 37, 291]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0018.png", "id": "pbs_0018", "instruction": "From G10, go 3 columns left, then 3 rows down.", "bbox": [328, 389, 424, 408], "point": [376, 399], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 389, 424, 408]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0019.png", "id": "pbs_0019", "instruction": "Click on the separator just after column C.", "bbox": [270, 107, 276, 126], "point": [273, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 107, 276, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0020.png", "id": "pbs_0020", "instruction": "Click the cell 3 rows down from D18.", "bbox": [131, 481, 239, 503], "point": [185, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 481, 239, 503]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0021.png", "id": "pbs_0021", "instruction": "Where is the header for row 21?", "bbox": [0, 502, 38, 523], "point": [19, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 502, 38, 523]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0022.png", "id": "pbs_0022", "instruction": "Select the corner at the bottom-left of cell H20.", "bbox": [505, 522, 511, 528], "point": [508, 525], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [505, 522, 511, 528]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0023.png", "id": "pbs_0023", "instruction": "Where is column B's resize line?", "bbox": [323, 122, 329, 143], "point": [326, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [323, 122, 329, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0024.png", "id": "pbs_0024", "instruction": "Click on the number 49 in the row gutter.", "bbox": [0, 658, 34, 679], "point": [17, 669], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 658, 34, 679]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0025.png", "id": "pbs_0025", "instruction": "Click the grid cell named G6.", "bbox": [503, 249, 607, 268], "point": [555, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [503, 249, 607, 268]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0026.png", "id": "pbs_0026", "instruction": "Click the spreadsheet cell that is 1 column left and 3 rows up from C34.", "bbox": [41, 622, 174, 645], "point": [108, 634], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 622, 174, 645]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0027.png", "id": "pbs_0027", "instruction": "Click the letter G above the sheet cells.", "bbox": [662, 116, 725, 137], "point": [694, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [662, 116, 725, 137]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0028.png", "id": "pbs_0028", "instruction": "Click cell D5.", "bbox": [174, 132, 396, 155], "point": [285, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 132, 396, 155]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0029.png", "id": "pbs_0029", "instruction": "1 column left and 3 rows down from G32", "bbox": [508, 400, 604, 418], "point": [556, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [508, 400, 604, 418]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0030.png", "id": "pbs_0030", "instruction": "Click the cell F26 in the spreadsheet.", "bbox": [246, 638, 351, 657], "point": [299, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 638, 351, 657]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0031.png", "id": "pbs_0031", "instruction": "Click the cell filled pink.", "bbox": [146, 443, 226, 462], "point": [186, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 443, 226, 462]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0032.png", "id": "pbs_0032", "instruction": "Click the result of moving from E14: 2 columns right, 3 rows down.", "bbox": [553, 472, 726, 492], "point": [640, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [553, 472, 726, 492]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0033.png", "id": "pbs_0033", "instruction": "Choose cell G19.", "bbox": [416, 304, 620, 324], "point": [518, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 304, 620, 324]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0034.png", "id": "pbs_0034", "instruction": "Choose the row shaded in blue.", "bbox": [31, 247, 594, 268], "point": [206, 258], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 247, 594, 268]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0035.png", "id": "pbs_0035", "instruction": "Can you click cell D11? It contains 'Japan'.", "bbox": [367, 220, 479, 241], "point": [423, 231], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [367, 220, 479, 241]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0036.png", "id": "pbs_0036", "instruction": "Select D18.", "bbox": [325, 404, 405, 423], "point": [365, 414], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [325, 404, 405, 423]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0037.png", "id": "pbs_0037", "instruction": "Count 1 column left and 3 rows up from C30, then click.", "bbox": [36, 559, 161, 578], "point": [99, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 559, 161, 578]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0038.png", "id": "pbs_0038", "instruction": "Can you select cell E21?", "bbox": [327, 594, 431, 616], "point": [379, 605], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 594, 431, 616]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0039.png", "id": "pbs_0039", "instruction": "Select column J by clicking its header.", "bbox": [743, 124, 806, 145], "point": [775, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [743, 124, 806, 145]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0040.png", "id": "pbs_0040", "instruction": "Point to the 27 header on the left.", "bbox": [0, 623, 40, 641], "point": [20, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 623, 40, 641]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0041.png", "id": "pbs_0041", "instruction": "Click the cell reached by moving left 2 columns and up 3 rows from I16.", "bbox": [132, 214, 237, 233], "point": [185, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 214, 237, 233]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0042.png", "id": "pbs_0042", "instruction": "Point to the E header at the top.", "bbox": [397, 130, 486, 151], "point": [442, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [397, 130, 486, 151]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0043.png", "id": "pbs_0043", "instruction": "Click the lower border of row 20.", "bbox": [0, 590, 31, 596], "point": [15, 593], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 590, 31, 596]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0044.png", "id": "pbs_0044", "instruction": "Click the spreadsheet entry \"(471) 833-7440\".", "bbox": [341, 190, 431, 210], "point": [386, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 190, 431, 210]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0045.png", "id": "pbs_0045", "instruction": "target: C11", "bbox": [38, 135, 167, 152], "point": [103, 144], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 135, 167, 152]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0046.png", "id": "pbs_0046", "instruction": "Click where you would make row 14 taller.", "bbox": [0, 485, 35, 491], "point": [17, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 485, 35, 491]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0047.png", "id": "pbs_0047", "instruction": "Locate the cell showing `8071` and click it.", "bbox": [406, 296, 492, 314], "point": [449, 305], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [406, 296, 492, 314]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0048.png", "id": "pbs_0048", "instruction": "Click the cell 1 row down from A7.", "bbox": [39, 269, 130, 287], "point": [85, 278], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 269, 130, 287]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0049.png", "id": "pbs_0049", "instruction": "Click in the horizontal band that is blue.", "bbox": [36, 231, 668, 253], "point": [198, 242], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 231, 668, 253]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0050.png", "id": "pbs_0050", "instruction": "the green cell", "bbox": [311, 258, 392, 278], "point": [352, 268], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 258, 392, 278]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0051.png", "id": "pbs_0051", "instruction": "Click the number 21 next to the sheet cells.", "bbox": [0, 452, 41, 475], "point": [21, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 452, 41, 475]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0052.png", "id": "pbs_0052", "instruction": "Select cell D37 with the value 'Will Watanabe'.", "bbox": [427, 478, 549, 501], "point": [488, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 478, 549, 501]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0053.png", "id": "pbs_0053", "instruction": "the line below row 29", "bbox": [0, 561, 31, 567], "point": [15, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 561, 31, 567]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0054.png", "id": "pbs_0054", "instruction": "Tap column header H.", "bbox": [767, 0, 830, 21], "point": [799, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [767, 0, 830, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0055.png", "id": "pbs_0055", "instruction": "Click the divider immediately after cell F2.", "bbox": [343, 138, 349, 159], "point": [346, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [343, 138, 349, 159]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0056.png", "id": "pbs_0056", "instruction": "Click where the bottom and left borders of B10 meet.", "bbox": [33, 205, 39, 211], "point": [36, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 205, 39, 211]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0057.png", "id": "pbs_0057", "instruction": "Click the column selector marked G.", "bbox": [758, 124, 901, 145], "point": [830, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [758, 124, 901, 145]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0058.png", "id": "pbs_0058", "instruction": "Place the cursor on the lower boundary of F18.", "bbox": [146, 324, 231, 330], "point": [188, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 324, 231, 330]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0059.png", "id": "pbs_0059", "instruction": "Go 1 row down from D10.", "bbox": [442, 160, 545, 179], "point": [494, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [442, 160, 545, 179]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0060.png", "id": "pbs_0060", "instruction": "Cell with content \"Spain\".", "bbox": [36, 322, 142, 341], "point": [89, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 322, 142, 341]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0061.png", "id": "pbs_0061", "instruction": "Spreadsheet cell C9.", "bbox": [216, 127, 350, 147], "point": [283, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [216, 127, 350, 147]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0062.png", "id": "pbs_0062", "instruction": "Target the upper-right cell boundary point for C3.", "bbox": [215, 59, 221, 65], "point": [218, 62], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [215, 59, 221, 65]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0063.png", "id": "pbs_0063", "instruction": "Klicke Zelle E24 an.", "bbox": [263, 457, 375, 475], "point": [319, 466], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 457, 375, 475]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} -{"file_name": "0064.png", "id": "pbs_0064", "instruction": "column header J", "bbox": [710, 0, 773, 19], "point": [742, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 0, 773, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0065.png", "id": "pbs_0065", "instruction": "Move vertically from G22: 1 row down.", "bbox": [41, 403, 135, 420], "point": [88, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 403, 135, 420]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0066.png", "id": "pbs_0066", "instruction": "Click where you would make row 22 taller.", "bbox": [0, 416, 33, 422], "point": [16, 419], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 416, 33, 422]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0067.png", "id": "pbs_0067", "instruction": "Click the cell with the green fill.", "bbox": [894, 283, 986, 304], "point": [940, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [894, 283, 986, 304]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0068.png", "id": "pbs_0068", "instruction": "Please click cell E9 with content 'Ivan Fischer'.", "bbox": [461, 292, 583, 310], "point": [522, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 292, 583, 310]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0069.png", "id": "pbs_0069", "instruction": "point to cell d17.", "bbox": [42, 337, 138, 358], "point": [90, 348], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 337, 138, 358]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0070.png", "id": "pbs_0070", "instruction": "Click the cell B2 in the spreadsheet.", "bbox": [33, 141, 148, 159], "point": [91, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 141, 148, 159]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0071.png", "id": "pbs_0071", "instruction": "Click the column label E.", "bbox": [265, 113, 349, 132], "point": [307, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [265, 113, 349, 132]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0072.png", "id": "pbs_0072", "instruction": "Move 3 columns right from C32 and 2 rows down; click there.", "bbox": [502, 357, 622, 374], "point": [562, 366], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [502, 357, 622, 374]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0073.png", "id": "pbs_0073", "instruction": "Click the cell that is colored orange.", "bbox": [300, 597, 378, 617], "point": [339, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [300, 597, 378, 617]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0074.png", "id": "pbs_0074", "instruction": "Use the left header to select row 25.", "bbox": [0, 646, 37, 667], "point": [19, 657], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 646, 37, 667]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0075.png", "id": "pbs_0075", "instruction": "point to the top-right vertex of e29.", "bbox": [504, 384, 510, 390], "point": [507, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [504, 384, 510, 390]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0076.png", "id": "pbs_0076", "instruction": "Activate cell F14.", "bbox": [293, 267, 405, 285], "point": [349, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 267, 405, 285]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0077.png", "id": "pbs_0077", "instruction": "Point to the green-filled cell.", "bbox": [39, 192, 166, 214], "point": [103, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 192, 166, 214]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0078.png", "id": "pbs_0078", "instruction": "Where is the top-left corner of D18?", "bbox": [280, 486, 286, 492], "point": [283, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 486, 286, 492]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0079.png", "id": "pbs_0079", "instruction": "F21 right gridline", "bbox": [224, 524, 230, 542], "point": [227, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [224, 524, 230, 542]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0080.png", "id": "pbs_0080", "instruction": "Target the cell 2 rows up from E24.", "bbox": [603, 178, 714, 196], "point": [659, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 178, 714, 196]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0081.png", "id": "pbs_0081", "instruction": "Select the right side line of cell F5.", "bbox": [426, 229, 432, 252], "point": [429, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 229, 432, 252]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0082.png", "id": "pbs_0082", "instruction": "Point at the upper-right corner of A28.", "bbox": [146, 217, 152, 223], "point": [149, 220], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 217, 152, 223]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0083.png", "id": "pbs_0083", "instruction": "Click on the separator just after column I.", "bbox": [768, 116, 774, 135], "point": [771, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [768, 116, 774, 135]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0084.png", "id": "pbs_0084", "instruction": "Click the column selector marked D.", "bbox": [425, 82, 512, 101], "point": [469, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [425, 82, 512, 101]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0085.png", "id": "pbs_0085", "instruction": "Jump to cell E7.", "bbox": [276, 262, 402, 283], "point": [339, 273], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 262, 402, 283]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0086.png", "id": "pbs_0086", "instruction": "Click on cell C2.", "bbox": [185, 46, 270, 69], "point": [228, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [185, 46, 270, 69]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0087.png", "id": "pbs_0087", "instruction": "Point to the draggable divider for row 11.", "bbox": [0, 335, 38, 341], "point": [19, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 335, 38, 341]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0088.png", "id": "pbs_0088", "instruction": "Please click the red cell.", "bbox": [897, 288, 1008, 306], "point": [953, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [897, 288, 1008, 306]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0089.png", "id": "pbs_0089", "instruction": "Select A29.", "bbox": [35, 550, 138, 571], "point": [87, 561], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 550, 138, 571]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0090.png", "id": "pbs_0090", "instruction": "Click the lower border of row 21.", "bbox": [0, 420, 38, 426], "point": [19, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 420, 38, 426]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0091.png", "id": "pbs_0091", "instruction": "click on the separator just after column f.", "bbox": [718, 107, 724, 126], "point": [721, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [718, 107, 724, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0092.png", "id": "pbs_0092", "instruction": "Click on the cell at C14.", "bbox": [246, 337, 335, 358], "point": [291, 348], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 337, 335, 358]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0093.png", "id": "pbs_0093", "instruction": "Setze die Auswahl auf F16.", "bbox": [513, 181, 594, 203], "point": [554, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [513, 181, 594, 203]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0094.png", "id": "pbs_0094", "instruction": "Click in the vertical band that is red.", "bbox": [42, 155, 143, 648], "point": [93, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 155, 143, 648]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0095.png", "id": "pbs_0095", "instruction": "Move the selection to F26.", "bbox": [557, 355, 649, 373], "point": [603, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [557, 355, 649, 373]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0096.png", "id": "pbs_0096", "instruction": "Click the gridline along A7's bottom side.", "bbox": [37, 170, 213, 176], "point": [125, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 170, 213, 176]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0097.png", "id": "pbs_0097", "instruction": "Click the cell with content 'malik85@icloud.com'.", "bbox": [34, 347, 241, 368], "point": [138, 358], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 347, 241, 368]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0098.png", "id": "pbs_0098", "instruction": "the border between B26 and the next cell", "bbox": [229, 378, 235, 397], "point": [232, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 378, 235, 397]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0099.png", "id": "pbs_0099", "instruction": "Click in the vertical band that is green.", "bbox": [184, 20, 281, 387], "point": [233, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [184, 20, 281, 387]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0100.png", "id": "pbs_0100", "instruction": "Please click the header for row 42.", "bbox": [0, 653, 33, 674], "point": [17, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 653, 33, 674]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0101.png", "id": "pbs_0101", "instruction": "Target the line between E3 and the cell below it.", "bbox": [560, 153, 733, 159], "point": [646, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 153, 733, 159]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0102.png", "id": "pbs_0102", "instruction": "Place the pointer on B6's bottom border.", "bbox": [34, 132, 152, 138], "point": [93, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 132, 152, 138]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0103.png", "id": "pbs_0103", "instruction": "Click on cell G15 containing will76@protonmail.com.", "bbox": [551, 394, 724, 411], "point": [638, 403], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 394, 724, 411]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0104.png", "id": "pbs_0104", "instruction": "cell B22 with content `Lukas Suzuki`", "bbox": [119, 529, 236, 546], "point": [178, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [119, 529, 236, 546]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0105.png", "id": "pbs_0105", "instruction": "highlight cell d9 by clicking it.", "bbox": [42, 329, 120, 351], "point": [81, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 329, 120, 351]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0106.png", "id": "pbs_0106", "instruction": "Click the cell that reads \"747-609-1648\".", "bbox": [294, 205, 395, 225], "point": [345, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 205, 395, 225]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0107.png", "id": "pbs_0107", "instruction": "move to the row-height handle for row 8.", "bbox": [0, 332, 34, 338], "point": [17, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 332, 34, 338]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0108.png", "id": "pbs_0108", "instruction": "Make F16 the active cell.", "bbox": [311, 345, 420, 363], "point": [366, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 345, 420, 363]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0109.png", "id": "pbs_0109", "instruction": "Place the cursor on B37's bottom-right grid intersection.", "bbox": [326, 566, 332, 572], "point": [329, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [326, 566, 332, 572]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0110.png", "id": "pbs_0110", "instruction": "Click whichever cell is green.", "bbox": [412, 436, 506, 455], "point": [459, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [412, 436, 506, 455]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0111.png", "id": "pbs_0111", "instruction": "Click the grid cell named E37.", "bbox": [146, 412, 278, 431], "point": [212, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 412, 278, 431]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0112.png", "id": "pbs_0112", "instruction": "Target the resize grip after the 20 row header.", "bbox": [0, 568, 40, 574], "point": [20, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 568, 40, 574]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0113.png", "id": "pbs_0113", "instruction": "Tap cell H18, content \"2024-05-23\".", "bbox": [317, 517, 396, 539], "point": [357, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 517, 396, 539]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0114.png", "id": "pbs_0114", "instruction": "Select the visible cyan cell.", "bbox": [252, 201, 360, 221], "point": [306, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [252, 201, 360, 221]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0115.png", "id": "pbs_0115", "instruction": "Springe zu Zelle G4.", "bbox": [324, 119, 461, 136], "point": [393, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 119, 461, 136]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} -{"file_name": "0116.png", "id": "pbs_0116", "instruction": "Go to cell F28, the one that says 'Networking'.", "bbox": [645, 174, 738, 195], "point": [692, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [645, 174, 738, 195]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0117.png", "id": "pbs_0117", "instruction": "Where is the bottom-right corner of I14?", "bbox": [988, 393, 994, 399], "point": [991, 396], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [988, 393, 994, 399]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0118.png", "id": "pbs_0118", "instruction": "Click the column highlighted in green.", "bbox": [124, 40, 205, 479], "point": [165, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 40, 205, 479]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0119.png", "id": "pbs_0119", "instruction": "Select the boundary used to adjust column I's width.", "bbox": [729, 62, 735, 83], "point": [732, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [729, 62, 735, 83]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0120.png", "id": "pbs_0120", "instruction": "Highlight cell E3 by clicking it.", "bbox": [305, 58, 432, 76], "point": [369, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [305, 58, 432, 76]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0121.png", "id": "pbs_0121", "instruction": "row header 20", "bbox": [0, 536, 32, 557], "point": [16, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 536, 32, 557]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0122.png", "id": "pbs_0122", "instruction": "Click the cell F18 in the spreadsheet.", "bbox": [487, 463, 718, 483], "point": [603, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 463, 718, 483]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0123.png", "id": "pbs_0123", "instruction": "Place the cursor on the resize handle for row 16.", "bbox": [0, 273, 31, 279], "point": [15, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 273, 31, 279]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0124.png", "id": "pbs_0124", "instruction": "Click cell C10, which contains Smart Watch.", "bbox": [127, 149, 264, 171], "point": [196, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [127, 149, 264, 171]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0125.png", "id": "pbs_0125", "instruction": "Click the result of moving from F11: 3 columns right, 3 rows up.", "bbox": [756, 278, 842, 297], "point": [799, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 278, 842, 297]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0126.png", "id": "pbs_0126", "instruction": "Move to the column-width handle for column B.", "bbox": [230, 78, 236, 97], "point": [233, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 78, 236, 97]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0127.png", "id": "pbs_0127", "instruction": "Point to cell B12.", "bbox": [148, 327, 310, 346], "point": [229, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [148, 327, 310, 346]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0128.png", "id": "pbs_0128", "instruction": "Click the column label G.", "bbox": [623, 74, 702, 93], "point": [663, 84], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 74, 702, 93]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0129.png", "id": "pbs_0129", "instruction": "Click the cell highlighted in green.", "bbox": [370, 313, 481, 334], "point": [426, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 313, 481, 334]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0130.png", "id": "pbs_0130", "instruction": "Click the cell at H19 holding the value \"Lisbon\".", "bbox": [280, 542, 378, 564], "point": [329, 553], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 542, 378, 564]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0131.png", "id": "pbs_0131", "instruction": "Start dragging the right edge of column G.", "bbox": [826, 97, 832, 118], "point": [829, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [826, 97, 832, 118]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0132.png", "id": "pbs_0132", "instruction": "Find the entry \"TKT-11011\" and select its cell.", "bbox": [352, 583, 440, 601], "point": [396, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 583, 440, 601]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0133.png", "id": "pbs_0133", "instruction": "Click the cell filled green.", "bbox": [670, 287, 768, 305], "point": [719, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [670, 287, 768, 305]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0134.png", "id": "pbs_0134", "instruction": "Click the cell containing \"Rosa Kim\".", "bbox": [576, 669, 678, 688], "point": [627, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 669, 678, 688]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0135.png", "id": "pbs_0135", "instruction": "Click on the separator just below row 32.", "bbox": [0, 636, 40, 642], "point": [20, 639], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 636, 40, 642]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0136.png", "id": "pbs_0136", "instruction": "click the cell in the same column, 2 rows up from e8.", "bbox": [34, 251, 169, 270], "point": [102, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 251, 169, 270]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0137.png", "id": "pbs_0137", "instruction": "Choose the cell with value \"Toronto\".", "bbox": [120, 184, 237, 205], "point": [179, 195], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 184, 237, 205]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0138.png", "id": "pbs_0138", "instruction": "Click the column I header.", "bbox": [959, 104, 1008, 123], "point": [984, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 104, 1008, 123]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0139.png", "id": "pbs_0139", "instruction": "Click the spreadsheet cell 1 row up from G27.", "bbox": [468, 282, 543, 301], "point": [506, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [468, 282, 543, 301]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0140.png", "id": "pbs_0140", "instruction": "Choose the cell shaded in green.", "bbox": [155, 316, 396, 336], "point": [276, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 316, 396, 336]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0141.png", "id": "pbs_0141", "instruction": "Please click the blue column.", "bbox": [995, 159, 1008, 708], "point": [1002, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [995, 159, 1008, 708]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0142.png", "id": "pbs_0142", "instruction": "Click the boundary that closes cell F34 on the right.", "bbox": [624, 397, 630, 420], "point": [627, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [624, 397, 630, 420]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0143.png", "id": "pbs_0143", "instruction": "Target the horizontal separator below A32.", "bbox": [36, 478, 125, 484], "point": [80, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 478, 125, 484]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0144.png", "id": "pbs_0144", "instruction": "Click cell G27.", "bbox": [664, 649, 813, 667], "point": [739, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 649, 813, 667]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0145.png", "id": "pbs_0145", "instruction": "Point to the cell 3 columns right, 3 rows up from D23.", "bbox": [450, 312, 569, 332], "point": [510, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 312, 569, 332]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0146.png", "id": "pbs_0146", "instruction": "Click the row number 7.", "bbox": [0, 277, 36, 298], "point": [18, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 36, 298]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0147.png", "id": "pbs_0147", "instruction": "Click the column separator immediately to the right of I.", "bbox": [951, 116, 957, 137], "point": [954, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [951, 116, 957, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0148.png", "id": "pbs_0148", "instruction": "Put the cursor in cell F13.", "bbox": [633, 377, 752, 398], "point": [693, 388], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [633, 377, 752, 398]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0149.png", "id": "pbs_0149", "instruction": "click on the cell at d24.", "bbox": [300, 371, 530, 394], "point": [415, 383], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [300, 371, 530, 394]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0150.png", "id": "pbs_0150", "instruction": "Click the cell with the orange fill.", "bbox": [133, 612, 217, 635], "point": [175, 624], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [133, 612, 217, 635]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0151.png", "id": "pbs_0151", "instruction": "Click the left gutter label 15.", "bbox": [0, 255, 39, 274], "point": [20, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 255, 39, 274]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0152.png", "id": "pbs_0152", "instruction": "Click the cell with content 'Diana Smith'.", "bbox": [291, 671, 444, 689], "point": [368, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 671, 444, 689]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0153.png", "id": "pbs_0153", "instruction": "Click on the cell containing 'INV-4012'.", "bbox": [282, 402, 368, 420], "point": [325, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [282, 402, 368, 420]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0154.png", "id": "pbs_0154", "instruction": "Tap cell H8, content `Mary`.", "bbox": [703, 273, 788, 293], "point": [746, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [703, 273, 788, 293]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0155.png", "id": "pbs_0155", "instruction": "Choose cell B7.", "bbox": [124, 187, 241, 207], "point": [183, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 187, 241, 207]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0156.png", "id": "pbs_0156", "instruction": "Click the cell filled yellow.", "bbox": [30, 212, 262, 234], "point": [146, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 212, 262, 234]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0157.png", "id": "pbs_0157", "instruction": "Target the column with the green background.", "bbox": [586, 138, 679, 498], "point": [633, 147], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 138, 679, 498]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0158.png", "id": "pbs_0158", "instruction": "cell E9 with content \"607-913-1903\"", "bbox": [416, 214, 530, 237], "point": [473, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 214, 530, 237]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0159.png", "id": "pbs_0159", "instruction": "Click the diagonal offset from D25: 2 columns left and 1 row down.", "bbox": [123, 497, 223, 515], "point": [173, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 497, 223, 515]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0160.png", "id": "pbs_0160", "instruction": "Click on the cell containing 38%.", "bbox": [110, 227, 193, 249], "point": [152, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 227, 193, 249]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0161.png", "id": "pbs_0161", "instruction": "Zeige auf Zelle E6.", "bbox": [239, 129, 331, 152], "point": [285, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [239, 129, 331, 152]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} -{"file_name": "0162.png", "id": "pbs_0162", "instruction": "Click on the orange cell.", "bbox": [334, 234, 479, 253], "point": [407, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [334, 234, 479, 253]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0163.png", "id": "pbs_0163", "instruction": "Click the cell shaded green.", "bbox": [37, 449, 163, 471], "point": [100, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 449, 163, 471]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0164.png", "id": "pbs_0164", "instruction": "Move to the row-height handle for row 21.", "bbox": [0, 391, 37, 397], "point": [18, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 391, 37, 397]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0165.png", "id": "pbs_0165", "instruction": "Target the column-letter cell A.", "bbox": [35, 0, 117, 21], "point": [76, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 0, 117, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0166.png", "id": "pbs_0166", "instruction": "Click the grid cell named E21.", "bbox": [395, 380, 532, 403], "point": [464, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 380, 532, 403]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0167.png", "id": "pbs_0167", "instruction": "Where would you drag to resize column H?", "bbox": [944, 118, 950, 137], "point": [947, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [944, 118, 950, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0168.png", "id": "pbs_0168", "instruction": "Click the cell painted green.", "bbox": [41, 235, 182, 254], "point": [112, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 235, 182, 254]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0169.png", "id": "pbs_0169", "instruction": "Starting at D3, move 1 column right and 1 row up.", "bbox": [597, 158, 698, 181], "point": [648, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 158, 698, 181]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0170.png", "id": "pbs_0170", "instruction": "Click cell D2 with content 5668.86.", "bbox": [316, 165, 391, 185], "point": [354, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 165, 391, 185]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0171.png", "id": "pbs_0171", "instruction": "Select the right side line of cell F16.", "bbox": [509, 152, 515, 173], "point": [512, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [509, 152, 515, 173]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0172.png", "id": "pbs_0172", "instruction": "Target cell C24.", "bbox": [38, 689, 143, 712], "point": [91, 701], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 689, 143, 712]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0173.png", "id": "pbs_0173", "instruction": "Place the selection on H16.", "bbox": [928, 262, 1008, 281], "point": [968, 272], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 262, 1008, 281]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0174.png", "id": "pbs_0174", "instruction": "Left-click cell C29.", "bbox": [255, 341, 447, 362], "point": [351, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 341, 447, 362]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0175.png", "id": "pbs_0175", "instruction": "Where would you drag to resize row 18?", "bbox": [0, 443, 37, 449], "point": [18, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 443, 37, 449]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0176.png", "id": "pbs_0176", "instruction": "From C28, go 1 column left, then 2 rows up.", "bbox": [161, 639, 236, 658], "point": [199, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [161, 639, 236, 658]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0177.png", "id": "pbs_0177", "instruction": "set focus to e7.", "bbox": [302, 289, 448, 310], "point": [375, 300], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 289, 448, 310]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0178.png", "id": "pbs_0178", "instruction": "Cell with content \"INV-34018\".", "bbox": [33, 620, 111, 642], "point": [72, 631], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 620, 111, 642]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0179.png", "id": "pbs_0179", "instruction": "Wähle Zelle E8 aus.", "bbox": [583, 295, 695, 316], "point": [639, 306], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [583, 295, 695, 316]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0180.png", "id": "pbs_0180", "instruction": "Click exactly on A11's lower-right grid corner.", "bbox": [130, 340, 136, 346], "point": [133, 343], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 340, 136, 346]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0181.png", "id": "pbs_0181", "instruction": "the line after column G", "bbox": [732, 0, 738, 19], "point": [735, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 0, 738, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0182.png", "id": "pbs_0182", "instruction": "Click on A8 where it says '473.409.5895'.", "bbox": [40, 285, 150, 306], "point": [95, 296], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 285, 150, 306]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0183.png", "id": "pbs_0183", "instruction": "Activate cell G7.", "bbox": [298, 170, 487, 189], "point": [393, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [298, 170, 487, 189]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0184.png", "id": "pbs_0184", "instruction": "Move the selection to G5.", "bbox": [370, 224, 445, 244], "point": [408, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [370, 224, 445, 244]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0185.png", "id": "pbs_0185", "instruction": "Click where the top and left borders of D8 meet.", "bbox": [311, 276, 317, 282], "point": [314, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 276, 317, 282]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0186.png", "id": "pbs_0186", "instruction": "Target the cell labeled Diana.", "bbox": [414, 438, 504, 458], "point": [459, 448], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 438, 504, 458]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0187.png", "id": "pbs_0187", "instruction": "Put the cursor on the cell with `8940`.", "bbox": [706, 446, 779, 465], "point": [743, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 446, 779, 465]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0188.png", "id": "pbs_0188", "instruction": "Click the cell E18 in the spreadsheet.", "bbox": [570, 460, 659, 479], "point": [615, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [570, 460, 659, 479]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0189.png", "id": "pbs_0189", "instruction": "Click the orange cell.", "bbox": [342, 189, 454, 211], "point": [398, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 189, 454, 211]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0190.png", "id": "pbs_0190", "instruction": "the border between G21 and the cell below", "bbox": [756, 456, 836, 462], "point": [796, 459], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 456, 836, 462]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0191.png", "id": "pbs_0191", "instruction": "Click where you would make row 26 shorter.", "bbox": [0, 604, 39, 610], "point": [19, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 604, 39, 610]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0192.png", "id": "pbs_0192", "instruction": "Click the right edge of cell D21.", "bbox": [474, 434, 480, 456], "point": [477, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [474, 434, 480, 456]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0193.png", "id": "pbs_0193", "instruction": "where is row 31's resize line?", "bbox": [0, 589, 39, 595], "point": [19, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 589, 39, 595]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0194.png", "id": "pbs_0194", "instruction": "Click where it says \"Laura\".", "bbox": [194, 562, 274, 580], "point": [234, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 562, 274, 580]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0195.png", "id": "pbs_0195", "instruction": "target the row with the orange background.", "bbox": [36, 528, 416, 547], "point": [370, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 528, 416, 547]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0196.png", "id": "pbs_0196", "instruction": "Find the cell containing 'cwatanabe@outlook.com' and click it.", "bbox": [34, 313, 252, 330], "point": [143, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 313, 252, 330]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0197.png", "id": "pbs_0197", "instruction": "Starting at E34, move 3 columns right and 1 row up.", "bbox": [458, 547, 580, 568], "point": [519, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 547, 580, 568]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0198.png", "id": "pbs_0198", "instruction": "I need you to click the brown cell.", "bbox": [42, 504, 217, 524], "point": [130, 514], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 504, 217, 524]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0199.png", "id": "pbs_0199", "instruction": "column D right divider", "bbox": [207, 122, 213, 143], "point": [210, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 122, 213, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0200.png", "id": "pbs_0200", "instruction": "Click the divider immediately after cell B27.", "bbox": [123, 422, 129, 439], "point": [126, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 422, 129, 439]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0201.png", "id": "pbs_0201", "instruction": "Select the cyan cell.", "bbox": [346, 390, 443, 412], "point": [395, 401], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [346, 390, 443, 412]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0202.png", "id": "pbs_0202", "instruction": "Click on the cell at D26.", "bbox": [320, 597, 405, 619], "point": [363, 608], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 597, 405, 619]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0203.png", "id": "pbs_0203", "instruction": "Point to the pink-filled cell.", "bbox": [495, 190, 644, 209], "point": [570, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 190, 644, 209]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0204.png", "id": "pbs_0204", "instruction": "Klicke auf die Zelle bei H12.", "bbox": [571, 365, 658, 388], "point": [615, 377], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [571, 365, 658, 388]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} -{"file_name": "0205.png", "id": "pbs_0205", "instruction": "Target the lower-left cell boundary point for A10.", "bbox": [38, 303, 44, 309], "point": [41, 306], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 303, 44, 309]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0206.png", "id": "pbs_0206", "instruction": "Place the cursor on the resize handle for column L.", "bbox": [972, 0, 978, 19], "point": [975, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [972, 0, 978, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0207.png", "id": "pbs_0207", "instruction": "Click the cell highlighted in brown.", "bbox": [488, 320, 606, 337], "point": [547, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 320, 606, 337]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0208.png", "id": "pbs_0208", "instruction": "Target the line between C3 and the cell below it.", "bbox": [225, 200, 350, 206], "point": [287, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [225, 200, 350, 206]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0209.png", "id": "pbs_0209", "instruction": "H17, then 1 column right and 2 rows down", "bbox": [763, 511, 847, 532], "point": [805, 522], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 511, 847, 532]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0210.png", "id": "pbs_0210", "instruction": "Activate cell I26.", "bbox": [590, 607, 711, 626], "point": [651, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 607, 711, 626]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0211.png", "id": "pbs_0211", "instruction": "Can you click cell I14? It contains `Design`.", "bbox": [799, 114, 903, 136], "point": [851, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [799, 114, 903, 136]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0212.png", "id": "pbs_0212", "instruction": "Grab the column G width divider.", "bbox": [597, 108, 603, 127], "point": [600, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [597, 108, 603, 127]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0213.png", "id": "pbs_0213", "instruction": "Click the thin vertical separator following column H.", "bbox": [830, 120, 836, 141], "point": [833, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 120, 836, 141]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0214.png", "id": "pbs_0214", "instruction": "Move to the southeast corner of cell F24.", "bbox": [689, 440, 695, 446], "point": [692, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [689, 440, 695, 446]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0215.png", "id": "pbs_0215", "instruction": "Click the grid cell named G19.", "bbox": [424, 322, 520, 340], "point": [472, 331], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [424, 322, 520, 340]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0216.png", "id": "pbs_0216", "instruction": "Klicke Zelle E25 an.", "bbox": [340, 669, 461, 690], "point": [401, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [340, 669, 461, 690]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} -{"file_name": "0217.png", "id": "pbs_0217", "instruction": "Click on cell G23.", "bbox": [400, 598, 632, 621], "point": [516, 610], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [400, 598, 632, 621]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0218.png", "id": "pbs_0218", "instruction": "J16 upper-left corner", "bbox": [431, 215, 437, 221], "point": [434, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [431, 215, 437, 221]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0219.png", "id": "pbs_0219", "instruction": "Navigate to cell G23.", "bbox": [885, 395, 994, 414], "point": [940, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 395, 994, 414]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0220.png", "id": "pbs_0220", "instruction": "Resize column F from its right edge.", "bbox": [800, 122, 806, 143], "point": [803, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [800, 122, 806, 143]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0221.png", "id": "pbs_0221", "instruction": "Point to the 12 header on the left.", "bbox": [0, 332, 34, 350], "point": [17, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 332, 34, 350]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0222.png", "id": "pbs_0222", "instruction": "Single-click cell H19.", "bbox": [885, 403, 1008, 426], "point": [947, 415], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 403, 1008, 426]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0223.png", "id": "pbs_0223", "instruction": "Choose the row header labeled 30.", "bbox": [0, 666, 35, 683], "point": [18, 675], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 666, 35, 683]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0224.png", "id": "pbs_0224", "instruction": "Point to the right-hand grid boundary for I16.", "bbox": [870, 367, 876, 389], "point": [873, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [870, 367, 876, 389]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0225.png", "id": "pbs_0225", "instruction": "Go 2 rows down from H23.", "bbox": [504, 339, 619, 358], "point": [562, 349], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [504, 339, 619, 358]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0226.png", "id": "pbs_0226", "instruction": "Click whichever cell is blue.", "bbox": [183, 282, 276, 303], "point": [230, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [183, 282, 276, 303]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0227.png", "id": "pbs_0227", "instruction": "Click the top gutter label J.", "bbox": [774, 65, 837, 86], "point": [806, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 65, 837, 86]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0228.png", "id": "pbs_0228", "instruction": "Point at the right gridline of E14.", "bbox": [506, 260, 512, 283], "point": [509, 271], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [506, 260, 512, 283]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0229.png", "id": "pbs_0229", "instruction": "Click on the cell containing 'quinn.hassan@mail.de'.", "bbox": [33, 136, 271, 154], "point": [152, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 136, 271, 154]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0230.png", "id": "pbs_0230", "instruction": "Click on cell A15.", "bbox": [33, 360, 158, 379], "point": [96, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 360, 158, 379]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0231.png", "id": "pbs_0231", "instruction": "Left-click cell E34.", "bbox": [545, 641, 679, 662], "point": [612, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 641, 679, 662]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0232.png", "id": "pbs_0232", "instruction": "Click where it says \"2352\".", "bbox": [197, 614, 276, 635], "point": [237, 625], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [197, 614, 276, 635]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0233.png", "id": "pbs_0233", "instruction": "Can you select cell B29?", "bbox": [153, 637, 274, 654], "point": [214, 646], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 637, 274, 654]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0234.png", "id": "pbs_0234", "instruction": "Click exactly on the right-hand border of E25.", "bbox": [598, 649, 604, 669], "point": [601, 659], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [598, 649, 604, 669]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0235.png", "id": "pbs_0235", "instruction": "Resize row 6 from its bottom edge.", "bbox": [0, 292, 40, 298], "point": [20, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 292, 40, 298]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0236.png", "id": "pbs_0236", "instruction": "Click the letter I above the sheet cells.", "bbox": [873, 0, 936, 19], "point": [905, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [873, 0, 936, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0237.png", "id": "pbs_0237", "instruction": "Click the header of column B.", "bbox": [130, 0, 220, 19], "point": [175, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 0, 220, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0238.png", "id": "pbs_0238", "instruction": "Select cell G20 (\"Jorge\").", "bbox": [521, 361, 616, 382], "point": [569, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [521, 361, 616, 382]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0239.png", "id": "pbs_0239", "instruction": "Point to E2, where the value is 'Ahmed'.", "bbox": [386, 148, 461, 167], "point": [424, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 148, 461, 167]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0240.png", "id": "pbs_0240", "instruction": "Move to the northeast corner of cell F38.", "bbox": [301, 359, 307, 365], "point": [304, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [301, 359, 307, 365]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0241.png", "id": "pbs_0241", "instruction": "click on the cell containing '9098'.", "bbox": [136, 139, 235, 160], "point": [186, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 139, 235, 160]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0242.png", "id": "pbs_0242", "instruction": "Point to the green-filled cell.", "bbox": [935, 437, 1008, 457], "point": [972, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [935, 437, 1008, 457]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0243.png", "id": "pbs_0243", "instruction": "Anchor at F5; click 3 columns left plus 2 rows down.", "bbox": [171, 172, 287, 190], "point": [229, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [171, 172, 287, 190]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0244.png", "id": "pbs_0244", "instruction": "Click the header of column H.", "bbox": [725, 117, 804, 136], "point": [765, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 117, 804, 136]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0245.png", "id": "pbs_0245", "instruction": "Click the header of row 25.", "bbox": [0, 283, 39, 300], "point": [20, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 283, 39, 300]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0246.png", "id": "pbs_0246", "instruction": "Click B14, the cell with \"In Progress\".", "bbox": [116, 408, 206, 428], "point": [161, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 408, 206, 428]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0247.png", "id": "pbs_0247", "instruction": "Select the cell offset from G11 by 1 column left and 2 rows down.", "bbox": [246, 400, 418, 421], "point": [332, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 400, 418, 421]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0248.png", "id": "pbs_0248", "instruction": "Inhalt '68%'", "bbox": [833, 241, 915, 263], "point": [874, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [833, 241, 915, 263]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} -{"file_name": "0249.png", "id": "pbs_0249", "instruction": "Click the cell that reads Alice.", "bbox": [695, 184, 777, 201], "point": [736, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 184, 777, 201]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0250.png", "id": "pbs_0250", "instruction": "Start dragging the right edge of column J.", "bbox": [687, 126, 693, 147], "point": [690, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 126, 693, 147]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0251.png", "id": "pbs_0251", "instruction": "Click E3, the cell with \"SKU-68527\".", "bbox": [418, 139, 505, 157], "point": [462, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [418, 139, 505, 157]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0252.png", "id": "pbs_0252", "instruction": "Click cell B20.", "bbox": [129, 158, 224, 180], "point": [177, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 158, 224, 180]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0253.png", "id": "pbs_0253", "instruction": "Select cell D19 (imartinez@icloud.com).", "bbox": [32, 483, 210, 503], "point": [121, 493], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 483, 210, 503]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0254.png", "id": "pbs_0254", "instruction": "Click the row filled pink.", "bbox": [37, 189, 756, 210], "point": [689, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 189, 756, 210]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0255.png", "id": "pbs_0255", "instruction": "Click the visible cell value `Australia`.", "bbox": [217, 558, 312, 581], "point": [265, 570], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [217, 558, 312, 581]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0256.png", "id": "pbs_0256", "instruction": "Place the selection on E4.", "bbox": [427, 94, 546, 117], "point": [487, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 94, 546, 117]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0257.png", "id": "pbs_0257", "instruction": "find the blue row and click it.", "bbox": [33, 298, 458, 317], "point": [82, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 298, 458, 317]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0258.png", "id": "pbs_0258", "instruction": "Click the vertical line at the right edge of column G.", "bbox": [507, 110, 513, 129], "point": [510, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [507, 110, 513, 129]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0259.png", "id": "pbs_0259", "instruction": "Where would you drag to resize column F?", "bbox": [626, 132, 632, 153], "point": [629, 142], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [626, 132, 632, 153]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0260.png", "id": "pbs_0260", "instruction": "Click the column label F.", "bbox": [565, 0, 724, 19], "point": [645, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [565, 0, 724, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0261.png", "id": "pbs_0261", "instruction": "Click the right border of column F.", "bbox": [677, 115, 683, 134], "point": [680, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 115, 683, 134]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0262.png", "id": "pbs_0262", "instruction": "Move to the northeast corner of cell G22.", "bbox": [442, 629, 448, 635], "point": [445, 632], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [442, 629, 448, 635]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0263.png", "id": "pbs_0263", "instruction": "spreadsheet cell e22.", "bbox": [234, 353, 319, 372], "point": [277, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 353, 319, 372]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0264.png", "id": "pbs_0264", "instruction": "Where is the top-right corner of E15?", "bbox": [228, 334, 234, 340], "point": [231, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [228, 334, 234, 340]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0265.png", "id": "pbs_0265", "instruction": "Click the cell in the same column, 3 rows up from F31.", "bbox": [633, 110, 731, 129], "point": [682, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [633, 110, 731, 129]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0266.png", "id": "pbs_0266", "instruction": "Click the vertical border on the right side of I9.", "bbox": [604, 281, 610, 299], "point": [607, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [604, 281, 610, 299]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0267.png", "id": "pbs_0267", "instruction": "row 20 bottom divider", "bbox": [0, 259, 39, 265], "point": [19, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 259, 39, 265]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0268.png", "id": "pbs_0268", "instruction": "Resize column D from its right edge.", "bbox": [494, 80, 500, 99], "point": [497, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [494, 80, 500, 99]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0269.png", "id": "pbs_0269", "instruction": "Click where D2 meets the next cell to the right.", "bbox": [212, 157, 218, 174], "point": [215, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 157, 218, 174]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0270.png", "id": "pbs_0270", "instruction": "target: D21", "bbox": [349, 364, 441, 385], "point": [395, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 364, 441, 385]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0271.png", "id": "pbs_0271", "instruction": "Click the cell that says \"SKU-74753\".", "bbox": [404, 315, 482, 333], "point": [443, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 315, 482, 333]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0272.png", "id": "pbs_0272", "instruction": "Point to the draggable divider for column L.", "bbox": [755, 85, 761, 104], "point": [758, 94], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [755, 85, 761, 104]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0273.png", "id": "pbs_0273", "instruction": "Move horizontally 1 column left from E15, then vertically 3 rows up.", "bbox": [111, 313, 209, 330], "point": [160, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [111, 313, 209, 330]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0274.png", "id": "pbs_0274", "instruction": "Starting at D27, move 4 rows up and click that cell.", "bbox": [136, 216, 282, 234], "point": [209, 225], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 216, 282, 234]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0275.png", "id": "pbs_0275", "instruction": "Click the thin horizontal separator below row 8.", "bbox": [0, 320, 37, 326], "point": [18, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 320, 37, 326]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0276.png", "id": "pbs_0276", "instruction": "Click the cell that says 'TKT-39244'.", "bbox": [342, 332, 434, 355], "point": [388, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 332, 434, 355]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0277.png", "id": "pbs_0277", "instruction": "Select cell E17.", "bbox": [415, 435, 497, 453], "point": [456, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [415, 435, 497, 453]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0278.png", "id": "pbs_0278", "instruction": "Can you click the cell that has 'malik.santos@yahoo.com' in it?", "bbox": [414, 449, 650, 467], "point": [532, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 449, 650, 467]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0279.png", "id": "pbs_0279", "instruction": "Point to the cell that contains `SKU-47492`.", "bbox": [131, 674, 216, 695], "point": [174, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 674, 216, 695]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0280.png", "id": "pbs_0280", "instruction": "Place the cursor on the right boundary of C25.", "bbox": [426, 657, 432, 678], "point": [429, 667], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 657, 432, 678]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0281.png", "id": "pbs_0281", "instruction": "Place the cursor on C27's bottom-left grid intersection.", "bbox": [227, 128, 233, 134], "point": [230, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 128, 233, 134]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0282.png", "id": "pbs_0282", "instruction": "Select cell G24 with the value \"GridCloud\".", "bbox": [33, 283, 144, 302], "point": [89, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 283, 144, 302]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0283.png", "id": "pbs_0283", "instruction": "click the top-of-grid j label.", "bbox": [834, 75, 897, 94], "point": [866, 85], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 75, 897, 94]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0284.png", "id": "pbs_0284", "instruction": "Please click the cell containing \"amuller@corp.io\".", "bbox": [38, 274, 187, 294], "point": [113, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 274, 187, 294]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0285.png", "id": "pbs_0285", "instruction": "Highlight row 12 by clicking its number.", "bbox": [0, 277, 29, 299], "point": [15, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 29, 299]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0286.png", "id": "pbs_0286", "instruction": "Target the corner at the lower-left of cell G14.", "bbox": [330, 279, 336, 285], "point": [333, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [330, 279, 336, 285]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0287.png", "id": "pbs_0287", "instruction": "Move the selection to A16.", "bbox": [40, 313, 137, 333], "point": [89, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 313, 137, 333]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0288.png", "id": "pbs_0288", "instruction": "Point to cell D22.", "bbox": [297, 629, 391, 651], "point": [344, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 629, 391, 651]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0289.png", "id": "pbs_0289", "instruction": "Click the top-left corner of cell D3.", "bbox": [123, 152, 129, 158], "point": [126, 155], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 152, 129, 158]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0290.png", "id": "pbs_0290", "instruction": "Point to the cell 4 rows up from H30.", "bbox": [572, 197, 657, 218], "point": [615, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 197, 657, 218]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0291.png", "id": "pbs_0291", "instruction": "Click the grid intersection at the lower-left of E4.", "bbox": [258, 112, 264, 118], "point": [261, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [258, 112, 264, 118]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0292.png", "id": "pbs_0292", "instruction": "Point to the bottom-right vertex of C20.", "bbox": [402, 501, 408, 507], "point": [405, 504], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [402, 501, 408, 507]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0293.png", "id": "pbs_0293", "instruction": "starting on c25, count 3 columns right and 2 rows up.", "bbox": [572, 201, 663, 224], "point": [618, 213], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 201, 663, 224]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0294.png", "id": "pbs_0294", "instruction": "Target the boundary between row 26 and the next row.", "bbox": [0, 547, 38, 553], "point": [19, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 547, 38, 553]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0295.png", "id": "pbs_0295", "instruction": "Can you select column D?", "bbox": [230, 0, 300, 21], "point": [265, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 0, 300, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0296.png", "id": "pbs_0296", "instruction": "Select the corner at the bottom-left of cell D18.", "bbox": [32, 156, 38, 162], "point": [35, 159], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 156, 38, 162]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0297.png", "id": "pbs_0297", "instruction": "Click the gridline along J19's bottom side.", "bbox": [946, 554, 1008, 560], "point": [977, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [946, 554, 1008, 560]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0298.png", "id": "pbs_0298", "instruction": "Single-click cell G35.", "bbox": [489, 417, 564, 440], "point": [527, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [489, 417, 564, 440]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0299.png", "id": "pbs_0299", "instruction": "Click the cell in the same column, 3 rows up from A7.", "bbox": [36, 146, 159, 164], "point": [98, 155], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 146, 159, 164]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0300.png", "id": "pbs_0300", "instruction": "Click the cell painted pink.", "bbox": [176, 447, 271, 468], "point": [224, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 447, 271, 468]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0301.png", "id": "pbs_0301", "instruction": "the line below row 4", "bbox": [0, 233, 38, 239], "point": [19, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 233, 38, 239]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0302.png", "id": "pbs_0302", "instruction": "Select cell F25 (`Office Chair`).", "bbox": [437, 196, 578, 217], "point": [508, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 196, 578, 217]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0303.png", "id": "pbs_0303", "instruction": "Click row header 8.", "bbox": [0, 190, 30, 213], "point": [15, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 190, 30, 213]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0304.png", "id": "pbs_0304", "instruction": "Click the grid intersection at the upper-right of C12.", "bbox": [382, 153, 388, 159], "point": [385, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 153, 388, 159]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0305.png", "id": "pbs_0305", "instruction": "In the spreadsheet, click cell F13 containing Singapore.", "bbox": [754, 236, 866, 253], "point": [810, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [754, 236, 866, 253]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0306.png", "id": "pbs_0306", "instruction": "Zelle F9", "bbox": [545, 245, 637, 265], "point": [591, 255], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [545, 245, 637, 265]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} -{"file_name": "0307.png", "id": "pbs_0307", "instruction": "Click on cell B26 containing `8030.56`.", "bbox": [39, 689, 123, 711], "point": [81, 700], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 689, 123, 711]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0308.png", "id": "pbs_0308", "instruction": "Point to the right-hand grid boundary for F15.", "bbox": [644, 362, 650, 381], "point": [647, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [644, 362, 650, 381]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0309.png", "id": "pbs_0309", "instruction": "Point to C10, where the value is Lukas Smith.", "bbox": [247, 370, 377, 393], "point": [312, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 370, 377, 393]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0310.png", "id": "pbs_0310", "instruction": "bottom edge of D3", "bbox": [30, 87, 141, 93], "point": [85, 90], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 87, 141, 93]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0311.png", "id": "pbs_0311", "instruction": "Point to F14, where the value is '(213) 866-1323'.", "bbox": [133, 379, 264, 399], "point": [199, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [133, 379, 264, 399]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0312.png", "id": "pbs_0312", "instruction": "Can you click the cell that has `flee@yahoo.com` in it?", "bbox": [270, 223, 486, 246], "point": [378, 235], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 223, 486, 246]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0313.png", "id": "pbs_0313", "instruction": "Move to the row-height handle for row 6.", "bbox": [0, 260, 40, 266], "point": [20, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 260, 40, 266]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0314.png", "id": "pbs_0314", "instruction": "Click the vertical rule at the end of H8.", "bbox": [396, 193, 402, 216], "point": [399, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [396, 193, 402, 216]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0315.png", "id": "pbs_0315", "instruction": "Which cell is 1 row down from F3?", "bbox": [495, 161, 588, 184], "point": [542, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 161, 588, 184]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0316.png", "id": "pbs_0316", "instruction": "Click cell G11 with content 'StreamLine'.", "bbox": [344, 325, 474, 345], "point": [409, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [344, 325, 474, 345]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0317.png", "id": "pbs_0317", "instruction": "Where do you land from F10 after moving 1 column right and 1 row up?", "bbox": [237, 292, 369, 310], "point": [303, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 292, 369, 310]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0318.png", "id": "pbs_0318", "instruction": "Click any cell in the green column.", "bbox": [153, 140, 232, 643], "point": [193, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 140, 232, 643]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0319.png", "id": "pbs_0319", "instruction": "Click on G41 where it says \"IT\".", "bbox": [505, 538, 608, 559], "point": [557, 549], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [505, 538, 608, 559]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0320.png", "id": "pbs_0320", "instruction": "Click the cell B41 in the spreadsheet.", "bbox": [152, 529, 248, 551], "point": [200, 540], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [152, 529, 248, 551]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0321.png", "id": "pbs_0321", "instruction": "Find the entry 'tgarcia@protonmail.com' and select its cell.", "bbox": [30, 390, 258, 413], "point": [144, 402], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 390, 258, 413]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0322.png", "id": "pbs_0322", "instruction": "Target the line between G14 and the cell below it.", "bbox": [511, 420, 589, 426], "point": [550, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [511, 420, 589, 426]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0323.png", "id": "pbs_0323", "instruction": "Click C20, value `8925.06`.", "bbox": [312, 337, 409, 355], "point": [361, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [312, 337, 409, 355]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0324.png", "id": "pbs_0324", "instruction": "Select the red cell.", "bbox": [158, 413, 231, 431], "point": [195, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 413, 231, 431]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0325.png", "id": "pbs_0325", "instruction": "Navigate to cell E39.", "bbox": [426, 523, 523, 542], "point": [475, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 523, 523, 542]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0326.png", "id": "pbs_0326", "instruction": "Select the B column via its header.", "bbox": [35, 112, 147, 131], "point": [91, 122], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 112, 147, 131]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0327.png", "id": "pbs_0327", "instruction": "Click the corner where G24 begins.", "bbox": [527, 554, 533, 560], "point": [530, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 554, 533, 560]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0328.png", "id": "pbs_0328", "instruction": "click b14, the cell with `streamline`.", "bbox": [124, 317, 224, 334], "point": [174, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 317, 224, 334]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0329.png", "id": "pbs_0329", "instruction": "Find the entry \"DevHub\" and select its cell.", "bbox": [606, 481, 704, 502], "point": [655, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [606, 481, 704, 502]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0330.png", "id": "pbs_0330", "instruction": "Click the cell painted red.", "bbox": [252, 503, 412, 523], "point": [332, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [252, 503, 412, 523]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0331.png", "id": "pbs_0331", "instruction": "Where is the header for row 10?", "bbox": [0, 298, 37, 317], "point": [19, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 298, 37, 317]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0332.png", "id": "pbs_0332", "instruction": "Click anywhere in the blue column.", "bbox": [36, 46, 113, 645], "point": [75, 562], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 46, 113, 645]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0333.png", "id": "pbs_0333", "instruction": "Click where you would make row 31 taller.", "bbox": [0, 529, 30, 535], "point": [15, 532], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 529, 30, 535]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0334.png", "id": "pbs_0334", "instruction": "Select cell D18 (`In Progress`).", "bbox": [151, 558, 252, 581], "point": [202, 570], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [151, 558, 252, 581]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0335.png", "id": "pbs_0335", "instruction": "Select cell D17.", "bbox": [218, 420, 298, 438], "point": [258, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [218, 420, 298, 438]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0336.png", "id": "pbs_0336", "instruction": "point at the line separating row 4 from the row below.", "bbox": [0, 76, 40, 82], "point": [20, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 76, 40, 82]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0337.png", "id": "pbs_0337", "instruction": "Click the spreadsheet cell 2 rows down from G14.", "bbox": [841, 240, 933, 259], "point": [887, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 240, 933, 259]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0338.png", "id": "pbs_0338", "instruction": "Click on the letter J at the top of the grid.", "bbox": [773, 115, 852, 134], "point": [813, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [773, 115, 852, 134]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0339.png", "id": "pbs_0339", "instruction": "Jump to cell J13.", "bbox": [269, 321, 417, 339], "point": [343, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [269, 321, 417, 339]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0340.png", "id": "pbs_0340", "instruction": "Click cell A24, which contains 919.540.6329.", "bbox": [35, 459, 150, 477], "point": [93, 468], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 459, 150, 477]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0341.png", "id": "pbs_0341", "instruction": "Click the spreadsheet cell 2 rows down from H13.", "bbox": [229, 426, 325, 447], "point": [277, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 426, 325, 447]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0342.png", "id": "pbs_0342", "instruction": "Click the spreadsheet cell that is 3 columns left and 3 rows down from G16.", "bbox": [323, 557, 409, 580], "point": [366, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [323, 557, 409, 580]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0343.png", "id": "pbs_0343", "instruction": "Choose the \"7772.29\" cell at H16.", "bbox": [884, 508, 970, 531], "point": [927, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [884, 508, 970, 531]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0344.png", "id": "pbs_0344", "instruction": "Click the boundary that closes cell D21 on the right.", "bbox": [464, 347, 470, 364], "point": [467, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [464, 347, 470, 364]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0345.png", "id": "pbs_0345", "instruction": "Click cell C17.", "bbox": [41, 340, 139, 359], "point": [90, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 340, 139, 359]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0346.png", "id": "pbs_0346", "instruction": "Click the column shaded blue.", "bbox": [161, 117, 268, 410], "point": [215, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [161, 117, 268, 410]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0347.png", "id": "pbs_0347", "instruction": "In the sheet, click cell G12.", "bbox": [710, 251, 793, 271], "point": [752, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 251, 793, 271]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0348.png", "id": "pbs_0348", "instruction": "Point to the cell 3 columns right, 1 row down from E3.", "bbox": [803, 164, 887, 182], "point": [845, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [803, 164, 887, 182]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0349.png", "id": "pbs_0349", "instruction": "Click where G6 meets the next cell to the right.", "bbox": [548, 201, 554, 221], "point": [551, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [548, 201, 554, 221]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0350.png", "id": "pbs_0350", "instruction": "Select the cell at G29 with displayed value \"2023-12-04\".", "bbox": [678, 582, 784, 601], "point": [731, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [678, 582, 784, 601]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0351.png", "id": "pbs_0351", "instruction": "Click the cell filled blue.", "bbox": [338, 674, 535, 697], "point": [437, 686], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 674, 535, 697]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0352.png", "id": "pbs_0352", "instruction": "Make B2 the active cell.", "bbox": [39, 162, 138, 184], "point": [89, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 162, 138, 184]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0353.png", "id": "pbs_0353", "instruction": "Where is row 21's resize line?", "bbox": [0, 588, 36, 594], "point": [18, 591], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 588, 36, 594]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0354.png", "id": "pbs_0354", "instruction": "Choose cell F7.", "bbox": [469, 140, 577, 159], "point": [523, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [469, 140, 577, 159]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0355.png", "id": "pbs_0355", "instruction": "target the boundary between row 21 and the next row.", "bbox": [0, 436, 37, 442], "point": [18, 439], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 436, 37, 442]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0356.png", "id": "pbs_0356", "instruction": "Find the entry \"8393514490\" and select its cell.", "bbox": [806, 452, 908, 475], "point": [857, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [806, 452, 908, 475]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0357.png", "id": "pbs_0357", "instruction": "Place the cursor on the resize handle for row 22.", "bbox": [0, 457, 40, 463], "point": [20, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 457, 40, 463]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0358.png", "id": "pbs_0358", "instruction": "Single-click cell E16.", "bbox": [129, 433, 225, 452], "point": [177, 443], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 433, 225, 452]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0359.png", "id": "pbs_0359", "instruction": "Use E37 as the anchor and click 2 rows down.", "bbox": [214, 522, 331, 545], "point": [273, 534], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [214, 522, 331, 545]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0360.png", "id": "pbs_0360", "instruction": "Aktiviere Zelle D28.", "bbox": [304, 309, 420, 330], "point": [362, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [304, 309, 420, 330]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} -{"file_name": "0361.png", "id": "pbs_0361", "instruction": "Find the brown column and click it.", "bbox": [349, 116, 519, 644], "point": [434, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 116, 519, 644]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0362.png", "id": "pbs_0362", "instruction": "Click G7, the cell with `Cancelled`.", "bbox": [817, 271, 921, 294], "point": [869, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [817, 271, 921, 294]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0363.png", "id": "pbs_0363", "instruction": "the line below row 2", "bbox": [0, 176, 35, 182], "point": [17, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 176, 35, 182]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0364.png", "id": "pbs_0364", "instruction": "Starting at F23, move 1 column right and 2 rows up.", "bbox": [694, 353, 776, 372], "point": [735, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [694, 353, 776, 372]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0365.png", "id": "pbs_0365", "instruction": "the green row", "bbox": [35, 438, 614, 460], "point": [184, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 438, 614, 460]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0366.png", "id": "pbs_0366", "instruction": "Click on the separator just after column J.", "bbox": [845, 124, 851, 145], "point": [848, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [845, 124, 851, 145]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0367.png", "id": "pbs_0367", "instruction": "Select the highlighted yellow column.", "bbox": [155, 166, 252, 605], "point": [204, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 166, 252, 605]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0368.png", "id": "pbs_0368", "instruction": "Click the row-header boundary below 14.", "bbox": [0, 391, 37, 397], "point": [18, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 391, 37, 397]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0369.png", "id": "pbs_0369", "instruction": "the line below row 9", "bbox": [0, 279, 34, 285], "point": [17, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 279, 34, 285]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0370.png", "id": "pbs_0370", "instruction": "Make A17 the active cell.", "bbox": [39, 253, 167, 276], "point": [103, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 253, 167, 276]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0371.png", "id": "pbs_0371", "instruction": "Tap cell B6.", "bbox": [188, 272, 291, 295], "point": [240, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [188, 272, 291, 295]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0372.png", "id": "pbs_0372", "instruction": "Click the target cell located 3 rows down from A24.", "bbox": [42, 399, 180, 417], "point": [111, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 399, 180, 417]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0373.png", "id": "pbs_0373", "instruction": "Gehe zu Zelle B11.", "bbox": [120, 364, 225, 387], "point": [173, 376], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 364, 225, 387]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} -{"file_name": "0374.png", "id": "pbs_0374", "instruction": "Click the divider below row 28.", "bbox": [0, 674, 38, 680], "point": [19, 677], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 674, 38, 680]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0375.png", "id": "pbs_0375", "instruction": "Click on the cell at F26.", "bbox": [603, 456, 756, 477], "point": [680, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 456, 756, 477]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0376.png", "id": "pbs_0376", "instruction": "Select cell C3 with the value 'Design'.", "bbox": [318, 179, 409, 202], "point": [364, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [318, 179, 409, 202]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0377.png", "id": "pbs_0377", "instruction": "D12, then 1 column right and 3 rows up", "bbox": [437, 231, 517, 254], "point": [477, 243], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 231, 517, 254]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0378.png", "id": "pbs_0378", "instruction": "Click the line just to the right of E12.", "bbox": [487, 243, 493, 261], "point": [490, 252], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 243, 493, 261]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0379.png", "id": "pbs_0379", "instruction": "Left-click cell E4.", "bbox": [423, 177, 513, 195], "point": [468, 186], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [423, 177, 513, 195]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0380.png", "id": "pbs_0380", "instruction": "Point at the bottom gridline of E18.", "bbox": [380, 536, 468, 542], "point": [424, 539], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 536, 468, 542]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0381.png", "id": "pbs_0381", "instruction": "Click the cell G17 in the spreadsheet.", "bbox": [293, 464, 375, 484], "point": [334, 474], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 464, 375, 484]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0382.png", "id": "pbs_0382", "instruction": "Mach F23 zur aktiven Zelle.", "bbox": [116, 396, 216, 417], "point": [166, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 396, 216, 417]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0383.png", "id": "pbs_0383", "instruction": "Find the pink cell and click it.", "bbox": [37, 478, 161, 500], "point": [99, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 478, 161, 500]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0384.png", "id": "pbs_0384", "instruction": "Point to the bottom-right vertex of D24.", "bbox": [470, 656, 476, 662], "point": [473, 659], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [470, 656, 476, 662]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0385.png", "id": "pbs_0385", "instruction": "Point to the draggable divider for column C.", "bbox": [414, 117, 420, 136], "point": [417, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 117, 420, 136]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0386.png", "id": "pbs_0386", "instruction": "Target the lower-right cell boundary point for H11.", "bbox": [749, 283, 755, 289], "point": [752, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [749, 283, 755, 289]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0387.png", "id": "pbs_0387", "instruction": "Find the entry '1995' and select its cell.", "bbox": [180, 160, 256, 179], "point": [218, 170], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [180, 160, 256, 179]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0388.png", "id": "pbs_0388", "instruction": "Click where you would make column O wider.", "bbox": [911, 108, 917, 127], "point": [914, 117], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [911, 108, 917, 127]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0389.png", "id": "pbs_0389", "instruction": "Klicke auf die Zelle mit dem Wert \"fiona.johnson@icloud.com\".", "bbox": [527, 455, 735, 473], "point": [631, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 455, 735, 473]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} -{"file_name": "0390.png", "id": "pbs_0390", "instruction": "Click the cell reached by moving left 2 columns and up 3 rows from E30.", "bbox": [36, 240, 164, 259], "point": [100, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 240, 164, 259]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0391.png", "id": "pbs_0391", "instruction": "Can you select column G?", "bbox": [498, 0, 577, 19], "point": [538, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [498, 0, 577, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0392.png", "id": "pbs_0392", "instruction": "Klicke die eindeutige Zelle mit 676.719.8405.", "bbox": [395, 429, 512, 451], "point": [454, 440], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 429, 512, 451]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} -{"file_name": "0393.png", "id": "pbs_0393", "instruction": "Target the line between G14 and the cell to its right.", "bbox": [772, 22, 778, 45], "point": [775, 33], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [772, 22, 778, 45]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0394.png", "id": "pbs_0394", "instruction": "the line below row 26", "bbox": [0, 263, 32, 269], "point": [16, 266], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 263, 32, 269]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0395.png", "id": "pbs_0395", "instruction": "Select the corner at the bottom-right of cell B24.", "bbox": [237, 595, 243, 601], "point": [240, 598], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 595, 243, 601]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0396.png", "id": "pbs_0396", "instruction": "Set focus to D14.", "bbox": [279, 321, 439, 343], "point": [359, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 321, 439, 343]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0397.png", "id": "pbs_0397", "instruction": "Click where F15 meets the cell below it.", "bbox": [375, 316, 496, 322], "point": [435, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [375, 316, 496, 322]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0398.png", "id": "pbs_0398", "instruction": "Click the thin horizontal separator below row 20.", "bbox": [0, 384, 37, 390], "point": [18, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 384, 37, 390]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0399.png", "id": "pbs_0399", "instruction": "row 37 height handle", "bbox": [0, 625, 34, 631], "point": [17, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 625, 34, 631]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0400.png", "id": "pbs_0400", "instruction": "A20 right gridline", "bbox": [116, 292, 122, 311], "point": [119, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 292, 122, 311]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0401.png", "id": "pbs_0401", "instruction": "cell 4 rows down of I19", "bbox": [600, 446, 696, 464], "point": [648, 455], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 446, 696, 464]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0402.png", "id": "pbs_0402", "instruction": "click the line just to the right of e8.", "bbox": [500, 159, 506, 176], "point": [503, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 159, 506, 176]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0403.png", "id": "pbs_0403", "instruction": "Jump to cell A10.", "bbox": [36, 156, 247, 175], "point": [142, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 156, 247, 175]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0404.png", "id": "pbs_0404", "instruction": "Click the grid cell named A20.", "bbox": [35, 496, 145, 516], "point": [90, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 496, 145, 516]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0405.png", "id": "pbs_0405", "instruction": "Point to cell F17.", "bbox": [420, 320, 516, 339], "point": [468, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 320, 516, 339]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0406.png", "id": "pbs_0406", "instruction": "Click the header boundary on the right side of I.", "bbox": [722, 113, 728, 134], "point": [725, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [722, 113, 728, 134]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0407.png", "id": "pbs_0407", "instruction": "Click the row separator immediately below 31.", "bbox": [0, 667, 36, 673], "point": [18, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 667, 36, 673]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0408.png", "id": "pbs_0408", "instruction": "Point at B11's lower-left vertex.", "bbox": [120, 280, 126, 286], "point": [123, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 280, 126, 286]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0409.png", "id": "pbs_0409", "instruction": "Select the corner at the bottom-left of cell B24.", "bbox": [31, 696, 37, 702], "point": [34, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 696, 37, 702]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0410.png", "id": "pbs_0410", "instruction": "Click the column shaded red.", "bbox": [404, 139, 499, 483], "point": [452, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 139, 499, 483]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0411.png", "id": "pbs_0411", "instruction": "Click the cell 2 rows down from H12.", "bbox": [339, 334, 449, 353], "point": [394, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [339, 334, 449, 353]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0412.png", "id": "pbs_0412", "instruction": "Click the vertical line at the right edge of column D.", "bbox": [324, 0, 330, 19], "point": [327, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 0, 330, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0413.png", "id": "pbs_0413", "instruction": "Klicke einmal auf E21.", "bbox": [499, 416, 602, 437], "point": [551, 427], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 416, 602, 437]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0414.png", "id": "pbs_0414", "instruction": "Click the result of moving from H15: 3 columns left, 2 rows down.", "bbox": [30, 280, 121, 299], "point": [76, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 280, 121, 299]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0415.png", "id": "pbs_0415", "instruction": "Navigate to cell C16.", "bbox": [124, 160, 208, 178], "point": [166, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 160, 208, 178]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0416.png", "id": "pbs_0416", "instruction": "Click on the cell at H12.", "bbox": [589, 251, 710, 271], "point": [650, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [589, 251, 710, 271]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0417.png", "id": "pbs_0417", "instruction": "Where is row 20's resize line?", "bbox": [0, 495, 38, 501], "point": [19, 498], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 495, 38, 501]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0418.png", "id": "pbs_0418", "instruction": "Click cell B15 with content 1.6.", "bbox": [143, 129, 222, 151], "point": [183, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [143, 129, 222, 151]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0419.png", "id": "pbs_0419", "instruction": "Point at the line separating column G from the column to its right.", "bbox": [657, 105, 663, 124], "point": [660, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 105, 663, 124]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0420.png", "id": "pbs_0420", "instruction": "Click the cell reached by moving down 2 rows from A16.", "bbox": [41, 471, 115, 491], "point": [78, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 471, 115, 491]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0421.png", "id": "pbs_0421", "instruction": "Highlight cell D14 by clicking it.", "bbox": [219, 246, 311, 267], "point": [265, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 246, 311, 267]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0422.png", "id": "pbs_0422", "instruction": "Go to cell F22, the one that says Toronto.", "bbox": [121, 421, 201, 439], "point": [161, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [121, 421, 201, 439]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0423.png", "id": "pbs_0423", "instruction": "target: C5", "bbox": [285, 92, 418, 115], "point": [352, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 92, 418, 115]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0424.png", "id": "pbs_0424", "instruction": "Click the number 24 next to the sheet cells.", "bbox": [0, 482, 41, 501], "point": [21, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 482, 41, 501]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0425.png", "id": "pbs_0425", "instruction": "Navigate to cell E5.", "bbox": [393, 118, 531, 141], "point": [462, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [393, 118, 531, 141]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0426.png", "id": "pbs_0426", "instruction": "Point to the draggable divider for column G.", "bbox": [719, 0, 725, 19], "point": [722, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 0, 725, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0427.png", "id": "pbs_0427", "instruction": "Locate the cell showing EMP-75779 and click it.", "bbox": [251, 156, 357, 175], "point": [304, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [251, 156, 357, 175]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0428.png", "id": "pbs_0428", "instruction": "the border between E13 and the next cell", "bbox": [352, 335, 358, 354], "point": [355, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [352, 335, 358, 354]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0429.png", "id": "pbs_0429", "instruction": "Move from B28: 1 column left; 1 row up.", "bbox": [33, 251, 124, 274], "point": [79, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 251, 124, 274]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0430.png", "id": "pbs_0430", "instruction": "Target the column-letter cell K.", "bbox": [718, 109, 781, 128], "point": [750, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [718, 109, 781, 128]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0431.png", "id": "pbs_0431", "instruction": "Point at the right gridline of F22.", "bbox": [124, 622, 130, 644], "point": [127, 633], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 622, 130, 644]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0432.png", "id": "pbs_0432", "instruction": "column header D", "bbox": [137, 126, 303, 147], "point": [220, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 126, 303, 147]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0433.png", "id": "pbs_0433", "instruction": "Find the blue column and click it.", "bbox": [249, 134, 361, 593], "point": [305, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [249, 134, 361, 593]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0434.png", "id": "pbs_0434", "instruction": "Where would you drag to resize row 3?", "bbox": [0, 185, 36, 191], "point": [18, 188], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 185, 36, 191]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0435.png", "id": "pbs_0435", "instruction": "Click the cell highlighted in red.", "bbox": [127, 319, 207, 340], "point": [167, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [127, 319, 207, 340]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0436.png", "id": "pbs_0436", "instruction": "Select cell B4 ('Office Chair').", "bbox": [38, 87, 183, 110], "point": [111, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 87, 183, 110]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0437.png", "id": "pbs_0437", "instruction": "Click the point where C11's right edge meets its bottom edge.", "bbox": [114, 198, 120, 204], "point": [117, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 198, 120, 204]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0438.png", "id": "pbs_0438", "instruction": "Can you click cell F3? It contains `Support`.", "bbox": [125, 58, 211, 76], "point": [168, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [125, 58, 211, 76]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0439.png", "id": "pbs_0439", "instruction": "Tap column header D.", "bbox": [192, 0, 291, 21], "point": [242, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 0, 291, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0440.png", "id": "pbs_0440", "instruction": "right edge of D13", "bbox": [421, 196, 427, 213], "point": [424, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [421, 196, 427, 213]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0441.png", "id": "pbs_0441", "instruction": "Select cell E19.", "bbox": [222, 245, 301, 268], "point": [262, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 245, 301, 268]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0442.png", "id": "pbs_0442", "instruction": "Select the highlighted red column.", "bbox": [465, 165, 545, 626], "point": [505, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 165, 545, 626]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0443.png", "id": "pbs_0443", "instruction": "Click the cell boundary immediately to the right of D14.", "bbox": [467, 290, 473, 308], "point": [470, 299], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [467, 290, 473, 308]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0444.png", "id": "pbs_0444", "instruction": "Select F14.", "bbox": [379, 424, 466, 445], "point": [423, 435], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 424, 466, 445]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0445.png", "id": "pbs_0445", "instruction": "Click the cell B36 that shows 2023-06-05.", "bbox": [30, 304, 117, 323], "point": [74, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 304, 117, 323]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0446.png", "id": "pbs_0446", "instruction": "Click on cell A23.", "bbox": [41, 416, 158, 433], "point": [100, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 416, 158, 433]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0447.png", "id": "pbs_0447", "instruction": "Wähle die Zelle, deren Inhalt 392 ist.", "bbox": [437, 265, 542, 283], "point": [490, 274], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [437, 265, 542, 283]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0448.png", "id": "pbs_0448", "instruction": "Klicke auf die Zelle bei F26.", "bbox": [488, 229, 594, 249], "point": [541, 239], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [488, 229, 594, 249]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} -{"file_name": "0449.png", "id": "pbs_0449", "instruction": "Click the point where D4's right edge meets its top edge.", "bbox": [465, 85, 471, 91], "point": [468, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 85, 471, 91]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0450.png", "id": "pbs_0450", "instruction": "Highlight cell B15 by clicking it.", "bbox": [124, 359, 215, 378], "point": [170, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [124, 359, 215, 378]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0451.png", "id": "pbs_0451", "instruction": "Click the column label H.", "bbox": [766, 118, 845, 137], "point": [806, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [766, 118, 845, 137]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0452.png", "id": "pbs_0452", "instruction": "target the lower-left cell boundary point for a21.", "bbox": [32, 617, 38, 623], "point": [35, 620], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 617, 38, 623]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0453.png", "id": "pbs_0453", "instruction": "Click the cell D4 in the spreadsheet.", "bbox": [211, 97, 389, 115], "point": [300, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [211, 97, 389, 115]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0454.png", "id": "pbs_0454", "instruction": "Target the resize grip after the F column header.", "bbox": [826, 0, 832, 19], "point": [829, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [826, 0, 832, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0455.png", "id": "pbs_0455", "instruction": "Starting at H24, move 3 rows down and click that cell.", "bbox": [509, 291, 654, 314], "point": [582, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [509, 291, 654, 314]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0456.png", "id": "pbs_0456", "instruction": "Click the cell painted brown.", "bbox": [704, 176, 796, 193], "point": [750, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [704, 176, 796, 193]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0457.png", "id": "pbs_0457", "instruction": "Click the horizontal line at the bottom edge of row 12.", "bbox": [0, 399, 41, 405], "point": [20, 402], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 399, 41, 405]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0458.png", "id": "pbs_0458", "instruction": "Point to the lower grid boundary for A25.", "bbox": [32, 353, 160, 359], "point": [96, 356], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 353, 160, 359]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0459.png", "id": "pbs_0459", "instruction": "Place the cursor on the lower boundary of E5.", "bbox": [569, 219, 667, 225], "point": [618, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [569, 219, 667, 225]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0460.png", "id": "pbs_0460", "instruction": "Point at the upper-left corner of E9.", "bbox": [527, 205, 533, 211], "point": [530, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 205, 533, 211]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0461.png", "id": "pbs_0461", "instruction": "Click the blue-shaded row.", "bbox": [40, 229, 685, 251], "point": [583, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 229, 685, 251]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0462.png", "id": "pbs_0462", "instruction": "Click on the cell at C36.", "bbox": [280, 365, 452, 384], "point": [366, 375], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [280, 365, 452, 384]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0463.png", "id": "pbs_0463", "instruction": "Click the visible cell value 867.567.5393.", "bbox": [249, 188, 357, 210], "point": [303, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [249, 188, 357, 210]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0464.png", "id": "pbs_0464", "instruction": "Make F11 the active cell.", "bbox": [176, 301, 271, 319], "point": [224, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [176, 301, 271, 319]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0465.png", "id": "pbs_0465", "instruction": "Click where it says Lisbon.", "bbox": [137, 524, 278, 544], "point": [208, 534], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 524, 278, 544]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0466.png", "id": "pbs_0466", "instruction": "Select A28.", "bbox": [40, 118, 248, 141], "point": [144, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 118, 248, 141]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0467.png", "id": "pbs_0467", "instruction": "Select the highlighted green row.", "bbox": [42, 434, 478, 457], "point": [434, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 434, 478, 457]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0468.png", "id": "pbs_0468", "instruction": "Click where it says '1479.92'.", "bbox": [129, 302, 209, 323], "point": [169, 313], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 302, 209, 323]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0469.png", "id": "pbs_0469", "instruction": "Click where you would make column M narrower.", "bbox": [764, 111, 770, 130], "point": [767, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 111, 770, 130]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0470.png", "id": "pbs_0470", "instruction": "Click on cell E25 with content 'Brazil'.", "bbox": [572, 452, 684, 473], "point": [628, 463], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 452, 684, 473]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0471.png", "id": "pbs_0471", "instruction": "Point to cell C13.", "bbox": [260, 227, 349, 249], "point": [305, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 227, 349, 249]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0472.png", "id": "pbs_0472", "instruction": "Click on the letter E at the top of the grid.", "bbox": [379, 0, 456, 19], "point": [418, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 0, 456, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0473.png", "id": "pbs_0473", "instruction": "Click the red cell.", "bbox": [472, 414, 582, 436], "point": [527, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 414, 582, 436]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0474.png", "id": "pbs_0474", "instruction": "Click the right border of column J.", "bbox": [936, 105, 942, 124], "point": [939, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [936, 105, 942, 124]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0475.png", "id": "pbs_0475", "instruction": "Use the brown row as the target.", "bbox": [37, 104, 426, 124], "point": [89, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 104, 426, 124]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0476.png", "id": "pbs_0476", "instruction": "Go to cell A9.", "bbox": [40, 293, 127, 313], "point": [84, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 293, 127, 313]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0477.png", "id": "pbs_0477", "instruction": "target the resize grip after the g column header.", "bbox": [688, 118, 694, 137], "point": [691, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [688, 118, 694, 137]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0478.png", "id": "pbs_0478", "instruction": "Click on the cell containing `2024-11-15`.", "bbox": [329, 218, 421, 235], "point": [375, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [329, 218, 421, 235]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0479.png", "id": "pbs_0479", "instruction": "Select the right side line of cell C3.", "bbox": [227, 163, 233, 185], "point": [230, 174], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 163, 233, 185]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0480.png", "id": "pbs_0480", "instruction": "Grab the column J width divider.", "bbox": [975, 62, 981, 83], "point": [978, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [975, 62, 981, 83]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0481.png", "id": "pbs_0481", "instruction": "Click the cell at A29 holding the value 'alice19@mail.de'.", "bbox": [39, 474, 199, 493], "point": [119, 484], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 474, 199, 493]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0482.png", "id": "pbs_0482", "instruction": "Starting at D14, move 4 rows down and click that cell.", "bbox": [316, 487, 462, 507], "point": [389, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 487, 462, 507]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0483.png", "id": "pbs_0483", "instruction": "Select the highlighted red column.", "bbox": [254, 22, 365, 343], "point": [310, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [254, 22, 365, 343]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0484.png", "id": "pbs_0484", "instruction": "Tap row header 36.", "bbox": [0, 586, 36, 607], "point": [18, 597], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 586, 36, 607]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0485.png", "id": "pbs_0485", "instruction": "Click exactly on I26's upper-left grid corner.", "bbox": [929, 596, 935, 602], "point": [932, 599], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [929, 596, 935, 602]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0486.png", "id": "pbs_0486", "instruction": "Navigate to cell E20.", "bbox": [288, 220, 363, 239], "point": [326, 230], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 220, 363, 239]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0487.png", "id": "pbs_0487", "instruction": "Place the pointer on A8's bottom border.", "bbox": [38, 160, 125, 166], "point": [81, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 160, 125, 166]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0488.png", "id": "pbs_0488", "instruction": "Click exactly on the bottom border of A34.", "bbox": [32, 579, 156, 585], "point": [94, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 579, 156, 585]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} -{"file_name": "0489.png", "id": "pbs_0489", "instruction": "Point at the line separating column D from the column to its right.", "bbox": [538, 121, 544, 142], "point": [541, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [538, 121, 544, 142]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0490.png", "id": "pbs_0490", "instruction": "Where do you land after moving 3 rows down from E19?", "bbox": [433, 440, 523, 459], "point": [478, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [433, 440, 523, 459]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0491.png", "id": "pbs_0491", "instruction": "Click the row-header boundary below 9.", "bbox": [0, 168, 34, 174], "point": [17, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 168, 34, 174]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0492.png", "id": "pbs_0492", "instruction": "Go to cell E9, the one that says DevOps Engineer.", "bbox": [487, 172, 646, 190], "point": [567, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 172, 646, 190]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0493.png", "id": "pbs_0493", "instruction": "Point to E5, where the value is Chen.", "bbox": [478, 110, 574, 131], "point": [526, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [478, 110, 574, 131]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0494.png", "id": "pbs_0494", "instruction": "Grab the row 41 height divider.", "bbox": [0, 581, 34, 587], "point": [17, 584], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 581, 34, 587]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} -{"file_name": "0495.png", "id": "pbs_0495", "instruction": "Click the spreadsheet cell 4 rows down from I22.", "bbox": [334, 334, 415, 357], "point": [375, 346], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [334, 334, 415, 357]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0496.png", "id": "pbs_0496", "instruction": "Click the green-shaded cell.", "bbox": [145, 210, 358, 232], "point": [252, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [145, 210, 358, 232]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} -{"file_name": "0497.png", "id": "pbs_0497", "instruction": "Click the header that selects column G.", "bbox": [585, 102, 674, 121], "point": [630, 112], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [585, 102, 674, 121]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} -{"file_name": "0498.png", "id": "pbs_0498", "instruction": "Go to cell F17, the one that says \"6441.85\".", "bbox": [438, 146, 514, 166], "point": [476, 156], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [438, 146, 514, 166]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} -{"file_name": "0499.png", "id": "pbs_0499", "instruction": "Click where you would make column F narrower.", "bbox": [411, 80, 417, 99], "point": [414, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [411, 80, 417, 99]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0000.png", "id": "pbs_0000", "instruction": "Use the left header to select row 30.", "bbox": [0, 687, 32, 709], "point": [16, 698], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 687, 32, 709]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0001.png", "id": "pbs_0001", "instruction": "Target the cell 4 rows down from J25.", "bbox": [405, 546, 530, 565], "point": [468, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [405, 546, 530, 565]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0002.png", "id": "pbs_0002", "instruction": "Select column L by clicking its header.", "bbox": [778, 84, 841, 105], "point": [810, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [778, 84, 841, 105]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0003.png", "id": "pbs_0003", "instruction": "Point to the draggable divider for column F.", "bbox": [470, 107, 476, 126], "point": [473, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [470, 107, 476, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0004.png", "id": "pbs_0004", "instruction": "Click the cell highlighted in green.", "bbox": [327, 328, 469, 349], "point": [398, 339], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 328, 469, 349]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0005.png", "id": "pbs_0005", "instruction": "1 column left and 3 rows up from F26", "bbox": [301, 547, 407, 566], "point": [354, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [301, 547, 407, 566]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0006.png", "id": "pbs_0006", "instruction": "Select the visible red cell.", "bbox": [36, 547, 240, 566], "point": [138, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 547, 240, 566]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0007.png", "id": "pbs_0007", "instruction": "Target cell E15.", "bbox": [397, 302, 484, 321], "point": [441, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [397, 302, 484, 321]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0008.png", "id": "pbs_0008", "instruction": "Find B23 with value \"ahmed65@company.ai\" and click it.", "bbox": [127, 497, 342, 516], "point": [235, 507], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [127, 497, 342, 516]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0009.png", "id": "pbs_0009", "instruction": "Navigate to cell I16.", "bbox": [791, 417, 902, 434], "point": [847, 426], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 417, 902, 434]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0010.png", "id": "pbs_0010", "instruction": "Click the column filled cyan.", "bbox": [136, 104, 241, 483], "point": [189, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 104, 241, 483]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0011.png", "id": "pbs_0011", "instruction": "Click the horizontal line at the bottom edge of row 33.", "bbox": [0, 313, 39, 319], "point": [19, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 313, 39, 319]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0012.png", "id": "pbs_0012", "instruction": "Navigate to cell A19.", "bbox": [34, 158, 129, 179], "point": [82, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 158, 129, 179]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0013.png", "id": "pbs_0013", "instruction": "Please click the header for column E.", "bbox": [475, 90, 573, 111], "point": [524, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [475, 90, 573, 111]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0014.png", "id": "pbs_0014", "instruction": "Target cell F5; it displays \"Ahmed Jensen\".", "bbox": [216, 176, 322, 197], "point": [269, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [216, 176, 322, 197]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0015.png", "id": "pbs_0015", "instruction": "Click the visible cell value `TKT-25976`.", "bbox": [155, 300, 290, 319], "point": [223, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 300, 290, 319]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0016.png", "id": "pbs_0016", "instruction": "Activate cell B32.", "bbox": [129, 611, 263, 629], "point": [196, 620], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 611, 263, 629]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0017.png", "id": "pbs_0017", "instruction": "Click the grid cell named F14.", "bbox": [381, 437, 604, 459], "point": [493, 448], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [381, 437, 604, 459]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0018.png", "id": "pbs_0018", "instruction": "Click the vertical line at the right edge of column E.", "bbox": [442, 120, 448, 141], "point": [445, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [442, 120, 448, 141]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0019.png", "id": "pbs_0019", "instruction": "Click row header 24.", "bbox": [0, 446, 40, 468], "point": [20, 457], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 446, 40, 468]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0020.png", "id": "pbs_0020", "instruction": "Click the thin horizontal separator below row 41.", "bbox": [0, 618, 39, 624], "point": [19, 621], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 618, 39, 624]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0021.png", "id": "pbs_0021", "instruction": "Tap cell G4.", "bbox": [612, 198, 690, 219], "point": [651, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [612, 198, 690, 219]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0022.png", "id": "pbs_0022", "instruction": "Anchor on E14, then click the cell 1 row up.", "bbox": [294, 356, 379, 379], "point": [337, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 356, 379, 379]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0023.png", "id": "pbs_0023", "instruction": "Single-click cell D22.", "bbox": [448, 247, 542, 267], "point": [495, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [448, 247, 542, 267]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0024.png", "id": "pbs_0024", "instruction": "choose the column header labeled l.", "bbox": [673, 89, 736, 110], "point": [705, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [673, 89, 736, 110]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0025.png", "id": "pbs_0025", "instruction": "Click the top gutter label I.", "bbox": [784, 89, 847, 110], "point": [816, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [784, 89, 847, 110]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0026.png", "id": "pbs_0026", "instruction": "row 12 height handle", "bbox": [0, 244, 32, 250], "point": [16, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 244, 32, 250]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0027.png", "id": "pbs_0027", "instruction": "set focus to g8.", "bbox": [705, 253, 819, 272], "point": [762, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [705, 253, 819, 272]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0028.png", "id": "pbs_0028", "instruction": "the border between f15 and the next cell", "bbox": [543, 358, 549, 377], "point": [546, 367], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [543, 358, 549, 377]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0029.png", "id": "pbs_0029", "instruction": "Select E4, which reads Priya.", "bbox": [226, 217, 318, 239], "point": [272, 228], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 217, 318, 239]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0030.png", "id": "pbs_0030", "instruction": "move horizontally 2 columns right from d17, then vertically 1 row down.", "bbox": [263, 328, 363, 345], "point": [313, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 328, 363, 345]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0031.png", "id": "pbs_0031", "instruction": "Click 9 on the left edge of the grid.", "bbox": [0, 277, 35, 296], "point": [18, 287], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 35, 296]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0032.png", "id": "pbs_0032", "instruction": "Target the column-letter cell C.", "bbox": [207, 124, 341, 145], "point": [274, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 124, 341, 145]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0033.png", "id": "pbs_0033", "instruction": "Left-click cell G19.", "bbox": [423, 304, 627, 324], "point": [525, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [423, 304, 627, 324]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0034.png", "id": "pbs_0034", "instruction": "Spreadsheet cell A5.", "bbox": [36, 39, 121, 57], "point": [79, 48], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 39, 121, 57]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0035.png", "id": "pbs_0035", "instruction": "Click where you would make row 16 shorter.", "bbox": [0, 454, 40, 460], "point": [20, 457], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 454, 40, 460]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0036.png", "id": "pbs_0036", "instruction": "Click on the separator just after column E.", "bbox": [489, 100, 495, 121], "point": [492, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [489, 100, 495, 121]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0037.png", "id": "pbs_0037", "instruction": "Choose the `ORD-15933` cell at D7.", "bbox": [408, 154, 504, 175], "point": [456, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 154, 504, 175]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0038.png", "id": "pbs_0038", "instruction": "Point to the top-left vertex of I35.", "bbox": [405, 347, 411, 353], "point": [408, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [405, 347, 411, 353]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0039.png", "id": "pbs_0039", "instruction": "Click the cell D3 that shows 'Will Wang'.", "bbox": [445, 196, 567, 217], "point": [506, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [445, 196, 567, 217]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "it", "image_size": [1024, 768]} +{"file_name": "0040.png", "id": "pbs_0040", "instruction": "Click on column header K.", "bbox": [779, 122, 842, 143], "point": [811, 133], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [779, 122, 842, 143]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0041.png", "id": "pbs_0041", "instruction": "Select the cell whose displayed text is \"Priya Choi\".", "bbox": [685, 227, 826, 246], "point": [756, 237], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [685, 227, 826, 246]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0042.png", "id": "pbs_0042", "instruction": "Find the cell containing Sam and click it.", "bbox": [322, 86, 397, 107], "point": [360, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 86, 397, 107]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0043.png", "id": "pbs_0043", "instruction": "the orange column", "bbox": [491, 0, 605, 341], "point": [548, 172], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 0, 605, 341]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0044.png", "id": "pbs_0044", "instruction": "Place the cursor on the resize handle for column D.", "bbox": [627, 105, 633, 124], "point": [630, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [627, 105, 633, 124]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0045.png", "id": "pbs_0045", "instruction": "Click the bottom-left corner of cell B16.", "bbox": [184, 349, 190, 355], "point": [187, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [184, 349, 190, 355]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0046.png", "id": "pbs_0046", "instruction": "Tap the cell that shows `7802407745`.", "bbox": [36, 343, 153, 363], "point": [95, 353], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 343, 153, 363]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0047.png", "id": "pbs_0047", "instruction": "Click the target cell located 3 rows up from C15.", "bbox": [237, 316, 327, 337], "point": [282, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 316, 327, 337]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0048.png", "id": "pbs_0048", "instruction": "click where the top and left borders of f7 meet.", "bbox": [497, 237, 503, 243], "point": [500, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [497, 237, 503, 243]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0049.png", "id": "pbs_0049", "instruction": "Select a cell on the blue row.", "bbox": [0, 231, 636, 253], "point": [197, 242], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 231, 636, 253]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0050.png", "id": "pbs_0050", "instruction": "the green cell", "bbox": [322, 258, 403, 278], "point": [363, 268], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 258, 403, 278]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0051.png", "id": "pbs_0051", "instruction": "Click on cell B5.", "bbox": [42, 132, 157, 150], "point": [100, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 132, 157, 150]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0052.png", "id": "pbs_0052", "instruction": "Move to the northwest corner of cell D15.", "bbox": [392, 450, 398, 456], "point": [395, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 450, 398, 456]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0053.png", "id": "pbs_0053", "instruction": "Click the cell that reads EMP-69521.", "bbox": [266, 654, 347, 677], "point": [307, 666], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 654, 347, 677]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0054.png", "id": "pbs_0054", "instruction": "Target the column-letter cell H.", "bbox": [788, 95, 874, 114], "point": [831, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [788, 95, 874, 114]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0055.png", "id": "pbs_0055", "instruction": "Go to the cell that contains `Synthex`.", "bbox": [820, 313, 911, 333], "point": [866, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [820, 313, 911, 333]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0056.png", "id": "pbs_0056", "instruction": "bottom-left corner of B10", "bbox": [33, 205, 39, 211], "point": [36, 208], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 205, 39, 211]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0057.png", "id": "pbs_0057", "instruction": "Point to G20, where the value is `Support`.", "bbox": [320, 458, 398, 478], "point": [359, 468], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 458, 398, 478]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0058.png", "id": "pbs_0058", "instruction": "Click the cell boundary immediately below F18.", "bbox": [146, 324, 231, 330], "point": [188, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 324, 231, 330]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0059.png", "id": "pbs_0059", "instruction": "Click G in the column header row.", "bbox": [251, 93, 355, 114], "point": [303, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [251, 93, 355, 114]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0060.png", "id": "pbs_0060", "instruction": "Click the cell 1 row up from C3.", "bbox": [33, 164, 139, 184], "point": [86, 174], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 164, 139, 184]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0061.png", "id": "pbs_0061", "instruction": "Click the boundary that closes cell C22 on the right.", "bbox": [392, 384, 398, 403], "point": [395, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 384, 398, 403]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0062.png", "id": "pbs_0062", "instruction": "Point at the right gridline of C14.", "bbox": [331, 388, 337, 406], "point": [334, 397], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [331, 388, 337, 406]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0063.png", "id": "pbs_0063", "instruction": "Click on I19 where it says \"INV-79948\".", "bbox": [418, 488, 500, 506], "point": [459, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [418, 488, 500, 506]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0064.png", "id": "pbs_0064", "instruction": "row header 16", "bbox": [0, 486, 30, 508], "point": [15, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 486, 30, 508]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0065.png", "id": "pbs_0065", "instruction": "Click where you would make row 7 shorter.", "bbox": [0, 289, 34, 295], "point": [17, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 289, 34, 295]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0066.png", "id": "pbs_0066", "instruction": "Click the column selector marked D.", "bbox": [493, 121, 646, 142], "point": [570, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [493, 121, 646, 142]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0067.png", "id": "pbs_0067", "instruction": "Click the right border of column D.", "bbox": [386, 92, 392, 111], "point": [389, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 92, 392, 111]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0068.png", "id": "pbs_0068", "instruction": "Click where you would make column E wider.", "bbox": [439, 128, 445, 149], "point": [442, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [439, 128, 445, 149]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0069.png", "id": "pbs_0069", "instruction": "Select cell D23.", "bbox": [310, 477, 411, 499], "point": [361, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 477, 411, 499]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0070.png", "id": "pbs_0070", "instruction": "Select a cell on the cyan row.", "bbox": [0, 180, 504, 199], "point": [365, 190], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 180, 504, 199]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0071.png", "id": "pbs_0071", "instruction": "Click on the cyan cell.", "bbox": [157, 462, 313, 481], "point": [235, 472], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [157, 462, 313, 481]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0072.png", "id": "pbs_0072", "instruction": "Point at the line separating column A from the column to its right.", "bbox": [120, 96, 126, 117], "point": [123, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 96, 126, 117]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0073.png", "id": "pbs_0073", "instruction": "Click on I15 where it says \"Fiona Johnson\".", "bbox": [760, 290, 876, 309], "point": [818, 300], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [760, 290, 876, 309]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0074.png", "id": "pbs_0074", "instruction": "Move to the header above column J.", "bbox": [737, 96, 800, 117], "point": [769, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [737, 96, 800, 117]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0075.png", "id": "pbs_0075", "instruction": "Click the row separator immediately below 18.", "bbox": [0, 470, 36, 476], "point": [18, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 470, 36, 476]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0076.png", "id": "pbs_0076", "instruction": "click the row whose cells are green.", "bbox": [0, 191, 1008, 210], "point": [894, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 191, 1008, 210]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0077.png", "id": "pbs_0077", "instruction": "Click the top gutter label J.", "bbox": [630, 72, 709, 91], "point": [670, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 72, 709, 91]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0078.png", "id": "pbs_0078", "instruction": "Target cell B16; it displays `Approved`.", "bbox": [42, 336, 144, 357], "point": [93, 347], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 336, 144, 357]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0079.png", "id": "pbs_0079", "instruction": "Select the cell 1 row down from G22.", "bbox": [592, 503, 683, 522], "point": [638, 513], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 503, 683, 522]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0080.png", "id": "pbs_0080", "instruction": "Select cell G20 ('2%').", "bbox": [643, 398, 724, 416], "point": [684, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [643, 398, 724, 416]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0081.png", "id": "pbs_0081", "instruction": "Click where you would make column D wider.", "bbox": [511, 81, 517, 100], "point": [514, 90], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [511, 81, 517, 100]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0082.png", "id": "pbs_0082", "instruction": "click the cell whose value is 54%.", "bbox": [765, 352, 851, 373], "point": [808, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [765, 352, 851, 373]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0083.png", "id": "pbs_0083", "instruction": "Start dragging the right edge of column I.", "bbox": [787, 116, 793, 135], "point": [790, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [787, 116, 793, 135]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0084.png", "id": "pbs_0084", "instruction": "Click on the letter D at the top of the grid.", "bbox": [480, 82, 572, 101], "point": [526, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [480, 82, 572, 101]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0085.png", "id": "pbs_0085", "instruction": "Click inside the only pink row.", "bbox": [0, 263, 935, 281], "point": [514, 272], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 263, 935, 281]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0086.png", "id": "pbs_0086", "instruction": "Click on the cell containing \"6568\".", "bbox": [338, 337, 414, 358], "point": [376, 348], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 337, 414, 358]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0087.png", "id": "pbs_0087", "instruction": "Move to the header above column K.", "bbox": [689, 0, 768, 19], "point": [729, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [689, 0, 768, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0088.png", "id": "pbs_0088", "instruction": "Point to cell E21.", "bbox": [551, 402, 641, 420], "point": [596, 411], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 402, 641, 420]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0089.png", "id": "pbs_0089", "instruction": "Click the vertical line at the right edge of column H.", "bbox": [212, 83, 218, 102], "point": [215, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 83, 218, 102]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0090.png", "id": "pbs_0090", "instruction": "Point to the cell 2 columns right, 2 rows down from B9.", "bbox": [367, 329, 471, 349], "point": [419, 339], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [367, 329, 471, 349]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0091.png", "id": "pbs_0091", "instruction": "Place the selection on E20.", "bbox": [526, 545, 613, 565], "point": [570, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [526, 545, 613, 565]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0092.png", "id": "pbs_0092", "instruction": "Select the corner at the bottom-right of cell B5.", "bbox": [239, 227, 245, 233], "point": [242, 230], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [239, 227, 245, 233]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0093.png", "id": "pbs_0093", "instruction": "Click on cell C18.", "bbox": [276, 555, 381, 578], "point": [329, 567], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 555, 381, 578]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0094.png", "id": "pbs_0094", "instruction": "Left-click the orange cell.", "bbox": [42, 671, 117, 690], "point": [80, 681], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 671, 117, 690]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0095.png", "id": "pbs_0095", "instruction": "Point to the cell 2 columns left, 3 rows down from E15.", "bbox": [33, 320, 120, 338], "point": [77, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 320, 120, 338]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0096.png", "id": "pbs_0096", "instruction": "Click the grid cell named B24.", "bbox": [35, 663, 139, 686], "point": [87, 675], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 663, 139, 686]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0097.png", "id": "pbs_0097", "instruction": "Click the row separator immediately below 22.", "bbox": [0, 515, 39, 521], "point": [19, 518], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 515, 39, 521]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0098.png", "id": "pbs_0098", "instruction": "Select the blue row.", "bbox": [0, 241, 773, 259], "point": [153, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 241, 773, 259]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0099.png", "id": "pbs_0099", "instruction": "Tap cell F2, content '2024-10-28'.", "bbox": [129, 137, 223, 160], "point": [176, 149], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 137, 223, 160]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0100.png", "id": "pbs_0100", "instruction": "Select the right side line of cell F19.", "bbox": [800, 183, 806, 205], "point": [803, 194], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [800, 183, 806, 205]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0101.png", "id": "pbs_0101", "instruction": "Tap cell D27.", "bbox": [146, 393, 231, 413], "point": [189, 403], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [146, 393, 231, 413]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0102.png", "id": "pbs_0102", "instruction": "Point to the draggable divider for column C.", "bbox": [256, 0, 262, 21], "point": [259, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [256, 0, 262, 21]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0103.png", "id": "pbs_0103", "instruction": "Choose cell C23.", "bbox": [242, 624, 328, 646], "point": [285, 635], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [242, 624, 328, 646]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0104.png", "id": "pbs_0104", "instruction": "Click the diagonal offset from E22: 3 columns right and 2 rows up.", "bbox": [386, 572, 533, 595], "point": [460, 584], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 572, 533, 595]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0105.png", "id": "pbs_0105", "instruction": "Target the corner at the lower-left of cell B20.", "bbox": [35, 238, 41, 244], "point": [38, 241], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 238, 41, 244]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0106.png", "id": "pbs_0106", "instruction": "In the spreadsheet, click cell B18 containing \"mwang@company.ai\".", "bbox": [30, 399, 269, 417], "point": [150, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 399, 269, 417]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0107.png", "id": "pbs_0107", "instruction": "Click the row selector marked 20.", "bbox": [0, 436, 31, 453], "point": [16, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 436, 31, 453]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0108.png", "id": "pbs_0108", "instruction": "Move from D4: 1 column right; 3 rows down.", "bbox": [493, 275, 601, 298], "point": [547, 287], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [493, 275, 601, 298]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0109.png", "id": "pbs_0109", "instruction": "Go to cell I16.", "bbox": [601, 290, 735, 307], "point": [668, 299], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [601, 290, 735, 307]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0110.png", "id": "pbs_0110", "instruction": "Point to the cell that contains `Zara Brown`.", "bbox": [226, 360, 367, 381], "point": [297, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 360, 367, 381]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0111.png", "id": "pbs_0111", "instruction": "Click the grid cell displaying EMP-79446.", "bbox": [120, 320, 219, 339], "point": [170, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 320, 219, 339]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0112.png", "id": "pbs_0112", "instruction": "Click exactly on the right-hand border of H12.", "bbox": [656, 300, 662, 318], "point": [659, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 300, 662, 318]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0113.png", "id": "pbs_0113", "instruction": "Where is column I's resize line?", "bbox": [634, 110, 640, 129], "point": [637, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [634, 110, 640, 129]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0114.png", "id": "pbs_0114", "instruction": "Click the row that is colored red.", "bbox": [0, 484, 1007, 503], "point": [874, 494], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 484, 1007, 503]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0115.png", "id": "pbs_0115", "instruction": "Select the cell with the value \"REF-29471\".", "bbox": [109, 328, 185, 346], "point": [147, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [109, 328, 185, 346]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0116.png", "id": "pbs_0116", "instruction": "Move to the southeast corner of cell D12.", "bbox": [534, 280, 540, 286], "point": [537, 283], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 280, 540, 286]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0117.png", "id": "pbs_0117", "instruction": "Select the right side line of cell H33.", "bbox": [491, 424, 497, 447], "point": [494, 435], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 424, 497, 447]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0118.png", "id": "pbs_0118", "instruction": "row 26 bottom divider", "bbox": [0, 670, 38, 676], "point": [19, 673], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 670, 38, 676]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0119.png", "id": "pbs_0119", "instruction": "Click A22, the cell with \"Support\".", "bbox": [41, 141, 132, 163], "point": [87, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 141, 132, 163]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0120.png", "id": "pbs_0120", "instruction": "Where is the right border of B30?", "bbox": [222, 295, 228, 315], "point": [225, 305], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 295, 228, 315]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0121.png", "id": "pbs_0121", "instruction": "point to the lower grid boundary for f30.", "bbox": [521, 356, 597, 362], "point": [559, 359], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [521, 356, 597, 362]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0122.png", "id": "pbs_0122", "instruction": "Select the cell with the value Omar Silva.", "bbox": [242, 167, 372, 186], "point": [307, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [242, 167, 372, 186]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0123.png", "id": "pbs_0123", "instruction": "Click on the cyan column.", "bbox": [560, 113, 640, 552], "point": [600, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 113, 640, 552]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0124.png", "id": "pbs_0124", "instruction": "Choose the row shaded in cyan.", "bbox": [0, 208, 1008, 230], "point": [517, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 208, 1008, 230]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0125.png", "id": "pbs_0125", "instruction": "Click the divider immediately after cell E17.", "bbox": [558, 333, 564, 355], "point": [561, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [558, 333, 564, 355]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0126.png", "id": "pbs_0126", "instruction": "Click the divider after column B.", "bbox": [289, 124, 295, 145], "point": [292, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [289, 124, 295, 145]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0127.png", "id": "pbs_0127", "instruction": "Find the entry '2.9' and select its cell.", "bbox": [366, 492, 460, 515], "point": [413, 504], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [366, 492, 460, 515]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0128.png", "id": "pbs_0128", "instruction": "Select the cell at offset (2 columns right, 2 rows down) from D3.", "bbox": [226, 214, 316, 233], "point": [271, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 214, 316, 233]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0129.png", "id": "pbs_0129", "instruction": "Target the column with the blue background.", "bbox": [332, 79, 422, 602], "point": [377, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [332, 79, 422, 602]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0130.png", "id": "pbs_0130", "instruction": "Click the header that selects row 25.", "bbox": [0, 547, 30, 564], "point": [15, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 547, 30, 564]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0131.png", "id": "pbs_0131", "instruction": "click after counting 1 row up from b23.", "bbox": [158, 22, 231, 41], "point": [195, 32], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 22, 231, 41]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0132.png", "id": "pbs_0132", "instruction": "Use A11 as the anchor: 2 columns right, 3 rows down.", "bbox": [264, 395, 385, 416], "point": [325, 406], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [264, 395, 385, 416]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0133.png", "id": "pbs_0133", "instruction": "Select row 40 by clicking its header.", "bbox": [0, 587, 41, 607], "point": [21, 597], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 587, 41, 607]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0134.png", "id": "pbs_0134", "instruction": "Where would you drag to resize column K?", "bbox": [838, 113, 844, 132], "point": [841, 122], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 113, 844, 132]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0135.png", "id": "pbs_0135", "instruction": "Choose the cell shaded in blue.", "bbox": [37, 458, 139, 481], "point": [88, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 458, 139, 481]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0136.png", "id": "pbs_0136", "instruction": "Please click the header for row 27.", "bbox": [0, 630, 41, 650], "point": [21, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 630, 41, 650]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0137.png", "id": "pbs_0137", "instruction": "Point to cell C6.", "bbox": [299, 197, 410, 216], "point": [355, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [299, 197, 410, 216]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0138.png", "id": "pbs_0138", "instruction": "Click exactly on the bottom border of D21.", "bbox": [316, 613, 441, 619], "point": [378, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 613, 441, 619]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0139.png", "id": "pbs_0139", "instruction": "Click after counting 3 rows up from E34.", "bbox": [384, 235, 461, 257], "point": [423, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [384, 235, 461, 257]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0140.png", "id": "pbs_0140", "instruction": "Click where you would make row 10 shorter.", "bbox": [0, 330, 39, 336], "point": [19, 333], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 330, 39, 336]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0141.png", "id": "pbs_0141", "instruction": "Please click on cell F24.", "bbox": [355, 571, 434, 591], "point": [395, 581], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [355, 571, 434, 591]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0142.png", "id": "pbs_0142", "instruction": "Click the cell filled green.", "bbox": [616, 584, 712, 606], "point": [664, 595], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [616, 584, 712, 606]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0143.png", "id": "pbs_0143", "instruction": "Target the corner at the lower-left of cell G13.", "bbox": [456, 338, 462, 344], "point": [459, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [456, 338, 462, 344]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0144.png", "id": "pbs_0144", "instruction": "click on cell d18 containing 'alice raza'.", "bbox": [39, 368, 150, 388], "point": [95, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 368, 150, 388]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0145.png", "id": "pbs_0145", "instruction": "Point to the draggable divider for column C.", "bbox": [141, 0, 147, 21], "point": [144, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [141, 0, 147, 21]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0146.png", "id": "pbs_0146", "instruction": "Click the row highlighted in green.", "bbox": [0, 222, 933, 241], "point": [632, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 222, 933, 241]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0147.png", "id": "pbs_0147", "instruction": "Click where the bottom and left borders of C11 meet.", "bbox": [245, 260, 251, 266], "point": [248, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [245, 260, 251, 266]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0148.png", "id": "pbs_0148", "instruction": "Click where you would make row 22 shorter.", "bbox": [0, 635, 29, 641], "point": [14, 638], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 635, 29, 641]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0149.png", "id": "pbs_0149", "instruction": "move vertically from h16: 1 row down.", "bbox": [676, 460, 867, 479], "point": [772, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [676, 460, 867, 479]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0150.png", "id": "pbs_0150", "instruction": "Where is the top-left corner of F8?", "bbox": [36, 148, 42, 154], "point": [39, 151], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 148, 42, 154]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0151.png", "id": "pbs_0151", "instruction": "Point to cell J28.", "bbox": [612, 492, 729, 511], "point": [671, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [612, 492, 729, 511]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0152.png", "id": "pbs_0152", "instruction": "Choose the cell with value 'Elias Garcia'.", "bbox": [232, 253, 350, 275], "point": [291, 264], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [232, 253, 350, 275]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0153.png", "id": "pbs_0153", "instruction": "Can you select column H?", "bbox": [489, 109, 607, 128], "point": [548, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [489, 109, 607, 128]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0154.png", "id": "pbs_0154", "instruction": "Click the intersection just below and left of H16.", "bbox": [503, 513, 509, 519], "point": [506, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [503, 513, 509, 519]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0155.png", "id": "pbs_0155", "instruction": "Select a cell on the yellow row.", "bbox": [0, 145, 618, 164], "point": [496, 155], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 145, 618, 164]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0156.png", "id": "pbs_0156", "instruction": "place the cursor on the lower boundary of c25.", "bbox": [36, 587, 141, 593], "point": [88, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 587, 141, 593]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0157.png", "id": "pbs_0157", "instruction": "Find the entry 'Shipped' and select its cell.", "bbox": [120, 169, 219, 189], "point": [170, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [120, 169, 219, 189]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0158.png", "id": "pbs_0158", "instruction": "Tap cell G12, content \"DevOps Engineer\".", "bbox": [272, 219, 423, 240], "point": [348, 230], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [272, 219, 423, 240]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0159.png", "id": "pbs_0159", "instruction": "cell 2 columns left, 1 row down from D25", "bbox": [123, 497, 223, 515], "point": [173, 506], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 497, 223, 515]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0160.png", "id": "pbs_0160", "instruction": "Find the entry 8635.11 and select its cell.", "bbox": [200, 164, 277, 181], "point": [239, 173], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [200, 164, 277, 181]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0161.png", "id": "pbs_0161", "instruction": "Click the right edge of cell C11.", "bbox": [148, 311, 154, 329], "point": [151, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [148, 311, 154, 329]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0162.png", "id": "pbs_0162", "instruction": "Move to the row-height handle for row 27.", "bbox": [0, 647, 35, 653], "point": [17, 650], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 647, 35, 653]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0163.png", "id": "pbs_0163", "instruction": "Click the grid cell D14 showing SKU-70916.", "bbox": [404, 402, 502, 422], "point": [453, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 402, 502, 422]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0164.png", "id": "pbs_0164", "instruction": "Please click the header for column E.", "bbox": [453, 128, 552, 149], "point": [503, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [453, 128, 552, 149]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0165.png", "id": "pbs_0165", "instruction": "Move to the header above column A.", "bbox": [35, 0, 117, 21], "point": [76, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [35, 0, 117, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0166.png", "id": "pbs_0166", "instruction": "Spreadsheet cell D16.", "bbox": [37, 425, 142, 443], "point": [90, 434], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 425, 142, 443]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0167.png", "id": "pbs_0167", "instruction": "Spreadsheet cell H10.", "bbox": [863, 236, 953, 259], "point": [908, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [863, 236, 953, 259]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0168.png", "id": "pbs_0168", "instruction": "Click the spreadsheet entry `jbrown@gmail.com`.", "bbox": [322, 56, 487, 73], "point": [405, 65], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 56, 487, 73]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0169.png", "id": "pbs_0169", "instruction": "Point at the upper-left corner of C33.", "bbox": [174, 696, 180, 702], "point": [177, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 696, 180, 702]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0170.png", "id": "pbs_0170", "instruction": "click d2, value 5668.86.", "bbox": [331, 165, 406, 185], "point": [369, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [331, 165, 406, 185]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0171.png", "id": "pbs_0171", "instruction": "Move to the column-width handle for column I.", "bbox": [752, 131, 758, 152], "point": [755, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [752, 131, 758, 152]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0172.png", "id": "pbs_0172", "instruction": "target the upper-left cell boundary point for e40.", "bbox": [239, 645, 245, 651], "point": [242, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [239, 645, 245, 651]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0173.png", "id": "pbs_0173", "instruction": "Click the line just to the right of E16.", "bbox": [492, 428, 498, 446], "point": [495, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [492, 428, 498, 446]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0174.png", "id": "pbs_0174", "instruction": "Find the blue column and click it.", "bbox": [602, 82, 699, 418], "point": [651, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [602, 82, 699, 418]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0175.png", "id": "pbs_0175", "instruction": "E22: \"4.8\"", "bbox": [371, 628, 455, 651], "point": [413, 640], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 628, 455, 651]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0176.png", "id": "pbs_0176", "instruction": "Click the cell for 2023-10-12.", "bbox": [421, 412, 524, 432], "point": [473, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [421, 412, 524, 432]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0177.png", "id": "pbs_0177", "instruction": "Select cell C25.", "bbox": [237, 695, 397, 718], "point": [317, 707], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 695, 397, 718]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0178.png", "id": "pbs_0178", "instruction": "Select the red cell.", "bbox": [33, 183, 112, 203], "point": [73, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 183, 112, 203]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0179.png", "id": "pbs_0179", "instruction": "Go 4 rows down from F5.", "bbox": [500, 280, 625, 297], "point": [563, 289], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 280, 625, 297]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0180.png", "id": "pbs_0180", "instruction": "Click on the separator just after column B.", "bbox": [392, 0, 398, 21], "point": [395, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 0, 398, 21]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0181.png", "id": "pbs_0181", "instruction": "the cyan row", "bbox": [0, 45, 598, 67], "point": [74, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 45, 598, 67]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0182.png", "id": "pbs_0182", "instruction": "Where is the header for row 13?", "bbox": [0, 298, 39, 320], "point": [20, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 298, 39, 320]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0183.png", "id": "pbs_0183", "instruction": "Choose the cell shaded in orange.", "bbox": [583, 293, 671, 313], "point": [627, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [583, 293, 671, 313]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0184.png", "id": "pbs_0184", "instruction": "Click the row whose cells are blue.", "bbox": [0, 522, 416, 540], "point": [86, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 522, 416, 540]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0185.png", "id": "pbs_0185", "instruction": "Target the vertical separator after G14.", "bbox": [501, 256, 507, 274], "point": [504, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [501, 256, 507, 274]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0186.png", "id": "pbs_0186", "instruction": "Use the left header to select row 30.", "bbox": [0, 398, 30, 418], "point": [15, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 398, 30, 418]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0187.png", "id": "pbs_0187", "instruction": "Place the pointer on C16's bottom border.", "bbox": [220, 196, 325, 202], "point": [272, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 196, 325, 202]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0188.png", "id": "pbs_0188", "instruction": "Move to the cell-width boundary on the right of G8.", "bbox": [464, 258, 470, 275], "point": [467, 266], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [464, 258, 470, 275]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0189.png", "id": "pbs_0189", "instruction": "Choose the cell shaded in green.", "bbox": [199, 310, 319, 333], "point": [259, 322], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [199, 310, 319, 333]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0190.png", "id": "pbs_0190", "instruction": "Target cell F18; it displays \"5572\".", "bbox": [427, 507, 503, 527], "point": [465, 517], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [427, 507, 503, 527]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0191.png", "id": "pbs_0191", "instruction": "Make D18 the active cell.", "bbox": [257, 314, 416, 334], "point": [337, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [257, 314, 416, 334]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0192.png", "id": "pbs_0192", "instruction": "Click the top gutter label I.", "bbox": [663, 94, 804, 115], "point": [734, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [663, 94, 804, 115]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0193.png", "id": "pbs_0193", "instruction": "Same column as H20, 1 row up.", "bbox": [267, 314, 366, 336], "point": [317, 325], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [267, 314, 366, 336]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0194.png", "id": "pbs_0194", "instruction": "Click exactly on the right-hand border of G24.", "bbox": [294, 542, 300, 559], "point": [297, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 542, 300, 559]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0195.png", "id": "pbs_0195", "instruction": "Click the cell containing `Prague`.", "bbox": [362, 480, 467, 499], "point": [415, 490], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [362, 480, 467, 499]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0196.png", "id": "pbs_0196", "instruction": "Move the selection to E8.", "bbox": [304, 280, 448, 303], "point": [376, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [304, 280, 448, 303]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0197.png", "id": "pbs_0197", "instruction": "Highlight cell E18 by clicking it.", "bbox": [383, 394, 509, 411], "point": [446, 403], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [383, 394, 509, 411]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0198.png", "id": "pbs_0198", "instruction": "Point at the line separating row 30 from the row below.", "bbox": [0, 643, 34, 649], "point": [17, 646], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 643, 34, 649]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0199.png", "id": "pbs_0199", "instruction": "click the bottom edge of cell f26.", "bbox": [223, 662, 326, 668], "point": [274, 665], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [223, 662, 326, 668]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0200.png", "id": "pbs_0200", "instruction": "Where would you drag to resize row 29?", "bbox": [0, 658, 31, 664], "point": [15, 661], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 658, 31, 664]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0201.png", "id": "pbs_0201", "instruction": "Target the upper-right cell boundary point for F9.", "bbox": [561, 209, 567, 215], "point": [564, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [561, 209, 567, 215]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0202.png", "id": "pbs_0202", "instruction": "Place the selection on A25.", "bbox": [41, 591, 148, 609], "point": [95, 600], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 591, 148, 609]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0203.png", "id": "pbs_0203", "instruction": "Click the P column header.", "bbox": [781, 100, 844, 121], "point": [813, 111], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [781, 100, 844, 121]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0204.png", "id": "pbs_0204", "instruction": "Click the cell shaded green.", "bbox": [42, 660, 134, 681], "point": [88, 671], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 660, 134, 681]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0205.png", "id": "pbs_0205", "instruction": "Point to the cell that contains \"5625\".", "bbox": [580, 707, 674, 725], "point": [627, 716], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [580, 707, 674, 725]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0206.png", "id": "pbs_0206", "instruction": "Point to the cyan-filled cell.", "bbox": [36, 457, 232, 477], "point": [134, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 457, 232, 477]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0207.png", "id": "pbs_0207", "instruction": "Click on cell C16 containing `2.5`.", "bbox": [296, 439, 393, 459], "point": [345, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 439, 393, 459]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0208.png", "id": "pbs_0208", "instruction": "Starting on C19, count 1 column right and 2 rows down.", "bbox": [361, 216, 449, 238], "point": [405, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [361, 216, 449, 238]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0209.png", "id": "pbs_0209", "instruction": "activate cell d18.", "bbox": [311, 500, 422, 520], "point": [367, 510], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 500, 422, 520]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0210.png", "id": "pbs_0210", "instruction": "Please click on cell C13.", "bbox": [331, 365, 536, 383], "point": [434, 374], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [331, 365, 536, 383]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0211.png", "id": "pbs_0211", "instruction": "Anchor on B13, then click the cell 2 rows up.", "bbox": [123, 279, 204, 299], "point": [164, 289], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 279, 204, 299]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0212.png", "id": "pbs_0212", "instruction": "row 9 height handle", "bbox": [0, 264, 40, 270], "point": [20, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 264, 40, 270]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0213.png", "id": "pbs_0213", "instruction": "Click the cell C27 in the spreadsheet.", "bbox": [334, 464, 444, 483], "point": [389, 474], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [334, 464, 444, 483]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0214.png", "id": "pbs_0214", "instruction": "Move to the cell-height boundary below C17.", "bbox": [40, 426, 134, 432], "point": [87, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 426, 134, 432]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0215.png", "id": "pbs_0215", "instruction": "Where do you land from B21 after moving 1 column left and 3 rows up?", "bbox": [38, 283, 134, 303], "point": [86, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 283, 134, 303]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0216.png", "id": "pbs_0216", "instruction": "Click cell D5.", "bbox": [255, 226, 318, 244], "point": [287, 235], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 226, 318, 244]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0217.png", "id": "pbs_0217", "instruction": "Left-click cell E36.", "bbox": [37, 569, 173, 589], "point": [105, 579], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 569, 173, 589]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0218.png", "id": "pbs_0218", "instruction": "Click cell E13.", "bbox": [139, 362, 224, 380], "point": [182, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [139, 362, 224, 380]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0219.png", "id": "pbs_0219", "instruction": "Set focus to G23.", "bbox": [913, 395, 1008, 414], "point": [961, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [913, 395, 1008, 414]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0220.png", "id": "pbs_0220", "instruction": "Click 10 on the left edge of the grid.", "bbox": [0, 319, 41, 338], "point": [21, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 319, 41, 338]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0221.png", "id": "pbs_0221", "instruction": "Click the row number 28.", "bbox": [0, 484, 39, 505], "point": [20, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 484, 39, 505]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0222.png", "id": "pbs_0222", "instruction": "Click the cell D17 in the spreadsheet.", "bbox": [117, 353, 215, 370], "point": [166, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [117, 353, 215, 370]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0223.png", "id": "pbs_0223", "instruction": "Click where you would make row 36 taller.", "bbox": [0, 360, 30, 366], "point": [15, 363], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 360, 30, 366]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0224.png", "id": "pbs_0224", "instruction": "B22 bottom gridline", "bbox": [171, 544, 257, 550], "point": [214, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [171, 544, 257, 550]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0225.png", "id": "pbs_0225", "instruction": "Use A14 as the anchor and click 1 row up.", "bbox": [37, 380, 153, 399], "point": [95, 390], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 380, 153, 399]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0226.png", "id": "pbs_0226", "instruction": "Target the column with the green background.", "bbox": [113, 101, 198, 386], "point": [156, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [113, 101, 198, 386]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0227.png", "id": "pbs_0227", "instruction": "Click where you would make column H wider.", "bbox": [938, 79, 944, 100], "point": [941, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [938, 79, 944, 100]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0228.png", "id": "pbs_0228", "instruction": "Put the cursor in cell C28.", "bbox": [171, 603, 399, 625], "point": [285, 614], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [171, 603, 399, 625]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0229.png", "id": "pbs_0229", "instruction": "Find the cell containing '2.8' and click it.", "bbox": [376, 356, 445, 379], "point": [411, 368], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 356, 445, 379]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0230.png", "id": "pbs_0230", "instruction": "1 column left and 2 rows down from B12", "bbox": [38, 158, 129, 180], "point": [84, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 158, 129, 180]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0231.png", "id": "pbs_0231", "instruction": "Move to the lower divider of cell E4.", "bbox": [478, 196, 574, 202], "point": [526, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [478, 196, 574, 202]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0232.png", "id": "pbs_0232", "instruction": "G23 lower-left corner", "bbox": [663, 549, 669, 555], "point": [666, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [663, 549, 669, 555]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0233.png", "id": "pbs_0233", "instruction": "Select the cell 1 row up from G18.", "bbox": [322, 203, 466, 225], "point": [394, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 203, 466, 225]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0234.png", "id": "pbs_0234", "instruction": "Make the \"InfraScale\" cell active.", "bbox": [200, 200, 327, 219], "point": [264, 210], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [200, 200, 327, 219]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0235.png", "id": "pbs_0235", "instruction": "Open cell E22 with a click.", "bbox": [331, 531, 464, 554], "point": [398, 543], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [331, 531, 464, 554]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0236.png", "id": "pbs_0236", "instruction": "Select the cell at G29 with displayed value '43%'.", "bbox": [747, 710, 831, 731], "point": [789, 721], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [747, 710, 831, 731]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0237.png", "id": "pbs_0237", "instruction": "Choose the row header labeled 11.", "bbox": [0, 212, 38, 230], "point": [19, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 212, 38, 230]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0238.png", "id": "pbs_0238", "instruction": "Choose the \"Enviado\" cell at H2.", "bbox": [846, 149, 926, 171], "point": [886, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [846, 149, 926, 171]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0239.png", "id": "pbs_0239", "instruction": "Click the corner where G5 ends.", "bbox": [662, 111, 668, 117], "point": [665, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [662, 111, 668, 117]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0240.png", "id": "pbs_0240", "instruction": "Select cell C19 with the value '48%'.", "bbox": [223, 254, 316, 273], "point": [270, 264], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [223, 254, 316, 273]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0241.png", "id": "pbs_0241", "instruction": "Point to the bottom-left vertex of C13.", "bbox": [201, 289, 207, 295], "point": [204, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [201, 289, 207, 295]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0242.png", "id": "pbs_0242", "instruction": "Click the header boundary on the right side of C.", "bbox": [271, 0, 277, 19], "point": [274, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [271, 0, 277, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0243.png", "id": "pbs_0243", "instruction": "Tap cell B14.", "bbox": [207, 222, 347, 241], "point": [277, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 222, 347, 241]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0244.png", "id": "pbs_0244", "instruction": "Point at the lower-right corner of E6.", "bbox": [454, 143, 460, 149], "point": [457, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 143, 460, 149]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0245.png", "id": "pbs_0245", "instruction": "Find the relative cell from C15: 1 column right, 3 rows down.", "bbox": [131, 305, 213, 326], "point": [172, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 305, 213, 326]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0246.png", "id": "pbs_0246", "instruction": "Click the column A header.", "bbox": [41, 0, 153, 21], "point": [97, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 0, 153, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0247.png", "id": "pbs_0247", "instruction": "Click the column label G.", "bbox": [249, 119, 341, 138], "point": [295, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [249, 119, 341, 138]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0248.png", "id": "pbs_0248", "instruction": "1 row down from B2", "bbox": [34, 157, 121, 174], "point": [78, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 157, 121, 174]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0249.png", "id": "pbs_0249", "instruction": "Click the top gutter label D.", "bbox": [229, 73, 328, 92], "point": [279, 83], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 73, 328, 92]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0250.png", "id": "pbs_0250", "instruction": "Move vertically from F11: 2 rows up.", "bbox": [499, 196, 598, 217], "point": [549, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 196, 598, 217]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0251.png", "id": "pbs_0251", "instruction": "Click on cell E3 with content \"SKU-68527\".", "bbox": [458, 139, 553, 157], "point": [506, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 139, 553, 157]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0252.png", "id": "pbs_0252", "instruction": "Where is row 21's resize line?", "bbox": [0, 433, 36, 439], "point": [18, 436], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 433, 36, 439]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0253.png", "id": "pbs_0253", "instruction": "Click the blue highlighted cell.", "bbox": [453, 343, 532, 360], "point": [493, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [453, 343, 532, 360]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0254.png", "id": "pbs_0254", "instruction": "Click the cell boundary immediately below B17.", "bbox": [109, 344, 185, 350], "point": [147, 347], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [109, 344, 185, 350]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0255.png", "id": "pbs_0255", "instruction": "Click the diagonal offset from F31: 2 columns left and 2 rows up.", "bbox": [327, 577, 430, 599], "point": [379, 588], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 577, 430, 599]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0256.png", "id": "pbs_0256", "instruction": "Click the cell that reads '(728) 407-5376'.", "bbox": [483, 344, 578, 363], "point": [531, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [483, 344, 578, 363]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0257.png", "id": "pbs_0257", "instruction": "use c8 as the anchor: 1 column right, 1 row down.", "bbox": [278, 206, 380, 228], "point": [329, 217], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 206, 380, 228]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0258.png", "id": "pbs_0258", "instruction": "Click the vertical border on the right side of D25.", "bbox": [267, 335, 273, 355], "point": [270, 345], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [267, 335, 273, 355]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0259.png", "id": "pbs_0259", "instruction": "Click the cell that says 2025-07-02.", "bbox": [305, 265, 406, 283], "point": [356, 274], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [305, 265, 406, 283]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0260.png", "id": "pbs_0260", "instruction": "Click J in the column header row.", "bbox": [797, 97, 860, 116], "point": [829, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 97, 860, 116]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0261.png", "id": "pbs_0261", "instruction": "Target the boundary between column F and the next column.", "bbox": [699, 115, 705, 134], "point": [702, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [699, 115, 705, 134]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0262.png", "id": "pbs_0262", "instruction": "Select the cell 4 rows down from E4.", "bbox": [474, 269, 564, 287], "point": [519, 278], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [474, 269, 564, 287]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0263.png", "id": "pbs_0263", "instruction": "point to the cell 2 columns right, 1 row up from g9.", "bbox": [315, 233, 394, 250], "point": [355, 242], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [315, 233, 394, 250]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0264.png", "id": "pbs_0264", "instruction": "Single-click cell B25.", "bbox": [41, 690, 163, 713], "point": [102, 702], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 690, 163, 713]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0265.png", "id": "pbs_0265", "instruction": "Click the cell reached by moving up 1 row from C7.", "bbox": [278, 238, 410, 261], "point": [344, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 238, 410, 261]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0266.png", "id": "pbs_0266", "instruction": "Start dragging the right edge of column F.", "bbox": [639, 113, 645, 132], "point": [642, 122], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [639, 113, 645, 132]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0267.png", "id": "pbs_0267", "instruction": "Find the grid node at the top-right of C9.", "bbox": [381, 324, 387, 330], "point": [384, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [381, 324, 387, 330]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0268.png", "id": "pbs_0268", "instruction": "Select the C column via its header.", "bbox": [291, 99, 439, 120], "point": [365, 110], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [291, 99, 439, 120]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0269.png", "id": "pbs_0269", "instruction": "Target cell D5.", "bbox": [309, 229, 458, 251], "point": [384, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [309, 229, 458, 251]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0270.png", "id": "pbs_0270", "instruction": "Can you select cell D31?", "bbox": [322, 193, 441, 211], "point": [382, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 193, 441, 211]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0271.png", "id": "pbs_0271", "instruction": "Can you click the cell that has \"Netherlands\" in it?", "bbox": [244, 166, 341, 185], "point": [293, 176], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [244, 166, 341, 185]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0272.png", "id": "pbs_0272", "instruction": "Activate cell H12.", "bbox": [869, 352, 946, 370], "point": [908, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [869, 352, 946, 370]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0273.png", "id": "pbs_0273", "instruction": "Target the cell 3 rows up from F12.", "bbox": [580, 300, 668, 318], "point": [624, 309], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [580, 300, 668, 318]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0274.png", "id": "pbs_0274", "instruction": "click where you would make row 16 shorter.", "bbox": [0, 457, 34, 463], "point": [17, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 457, 34, 463]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0275.png", "id": "pbs_0275", "instruction": "resize row 5 from its bottom edge.", "bbox": [0, 241, 35, 247], "point": [17, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 241, 35, 247]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0276.png", "id": "pbs_0276", "instruction": "Click the cell reached by moving down 4 rows from B27.", "bbox": [137, 408, 260, 427], "point": [199, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 408, 260, 427]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0277.png", "id": "pbs_0277", "instruction": "Move from G16: 3 columns left; 1 row up.", "bbox": [202, 316, 277, 336], "point": [240, 326], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [202, 316, 277, 336]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0278.png", "id": "pbs_0278", "instruction": "Click the grid cell E20 showing 'Networking'.", "bbox": [486, 481, 595, 502], "point": [541, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [486, 481, 595, 502]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0279.png", "id": "pbs_0279", "instruction": "header for column M", "bbox": [984, 113, 1008, 132], "point": [996, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [984, 113, 1008, 132]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0280.png", "id": "pbs_0280", "instruction": "column E width handle", "bbox": [340, 0, 346, 21], "point": [343, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [340, 0, 346, 21]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0281.png", "id": "pbs_0281", "instruction": "in the sheet, click cell b13.", "bbox": [130, 205, 219, 224], "point": [175, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 205, 219, 224]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0282.png", "id": "pbs_0282", "instruction": "Choose the cell shaded in red.", "bbox": [148, 135, 256, 157], "point": [202, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [148, 135, 256, 157]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0283.png", "id": "pbs_0283", "instruction": "choose the \"463.444.1022\" cell at c14.", "bbox": [37, 215, 163, 235], "point": [100, 225], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 215, 163, 235]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0284.png", "id": "pbs_0284", "instruction": "Click the spreadsheet entry \"6459.05\".", "bbox": [315, 351, 391, 371], "point": [353, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [315, 351, 391, 371]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0285.png", "id": "pbs_0285", "instruction": "Target the boundary between row 14 and the next row.", "bbox": [0, 445, 36, 451], "point": [18, 448], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 445, 36, 451]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0286.png", "id": "pbs_0286", "instruction": "Click the divider below row 28.", "bbox": [0, 649, 31, 655], "point": [15, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 649, 31, 655]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0287.png", "id": "pbs_0287", "instruction": "Select the corner at the top-left of cell D22.", "bbox": [349, 154, 355, 160], "point": [352, 157], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 154, 355, 160]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0288.png", "id": "pbs_0288", "instruction": "Move to the header above column R.", "bbox": [949, 121, 1008, 140], "point": [979, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 121, 1008, 140]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0289.png", "id": "pbs_0289", "instruction": "Choose cell D19.", "bbox": [261, 382, 399, 401], "point": [330, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 382, 399, 401]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0290.png", "id": "pbs_0290", "instruction": "Use the pink column as the target.", "bbox": [590, 76, 677, 491], "point": [634, 151], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [590, 76, 677, 491]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0291.png", "id": "pbs_0291", "instruction": "Move vertically from D11: 3 rows down.", "bbox": [136, 417, 247, 438], "point": [192, 428], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 417, 247, 438]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0292.png", "id": "pbs_0292", "instruction": "Click the row number 27.", "bbox": [0, 646, 41, 665], "point": [21, 656], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 646, 41, 665]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0293.png", "id": "pbs_0293", "instruction": "starting on c25, count 3 columns right and 2 rows up.", "bbox": [611, 201, 710, 224], "point": [661, 213], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [611, 201, 710, 224]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0294.png", "id": "pbs_0294", "instruction": "Target the boundary between column A and the next column.", "bbox": [250, 111, 256, 130], "point": [253, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [250, 111, 256, 130]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0295.png", "id": "pbs_0295", "instruction": "Please click on cell G2.", "bbox": [395, 151, 492, 170], "point": [444, 161], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 151, 492, 170]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0296.png", "id": "pbs_0296", "instruction": "Click the target cell located 4 rows up from D26.", "bbox": [358, 592, 448, 613], "point": [403, 603], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [358, 592, 448, 613]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0297.png", "id": "pbs_0297", "instruction": "Find the grid node at the start of C9.", "bbox": [33, 282, 39, 288], "point": [36, 285], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 282, 39, 288]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0298.png", "id": "pbs_0298", "instruction": "Grab the row 26 height divider.", "bbox": [0, 689, 37, 695], "point": [18, 692], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 689, 37, 695]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0299.png", "id": "pbs_0299", "instruction": "Start dragging the right edge of column E.", "bbox": [528, 125, 534, 146], "point": [531, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [528, 125, 534, 146]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0300.png", "id": "pbs_0300", "instruction": "Move to the header above column L.", "bbox": [841, 118, 920, 137], "point": [881, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 118, 920, 137]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0301.png", "id": "pbs_0301", "instruction": "Point to the right-hand grid boundary for C30.", "bbox": [199, 280, 205, 299], "point": [202, 289], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [199, 280, 205, 299]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0302.png", "id": "pbs_0302", "instruction": "Click 17 on the left edge of the grid.", "bbox": [0, 450, 37, 468], "point": [19, 459], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 450, 37, 468]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0303.png", "id": "pbs_0303", "instruction": "Point to the blue-filled cell.", "bbox": [141, 421, 257, 442], "point": [199, 432], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [141, 421, 257, 442]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0304.png", "id": "pbs_0304", "instruction": "Click the column label D.", "bbox": [41, 0, 157, 19], "point": [99, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 0, 157, 19]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0305.png", "id": "pbs_0305", "instruction": "Left-click the blue cell.", "bbox": [411, 382, 508, 404], "point": [460, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [411, 382, 508, 404]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0306.png", "id": "pbs_0306", "instruction": "Click B16.", "bbox": [111, 483, 198, 505], "point": [155, 494], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [111, 483, 198, 505]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0307.png", "id": "pbs_0307", "instruction": "Click the cell at B30 holding the value `2551.23`.", "bbox": [37, 635, 112, 658], "point": [75, 647], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 635, 112, 658]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0308.png", "id": "pbs_0308", "instruction": "Can you click the cell that has Barcelona in it?", "bbox": [32, 360, 167, 378], "point": [100, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [32, 360, 167, 378]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0309.png", "id": "pbs_0309", "instruction": "target: F5", "bbox": [279, 181, 372, 200], "point": [326, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [279, 181, 372, 200]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0310.png", "id": "pbs_0310", "instruction": "activate cell i23.", "bbox": [791, 572, 864, 592], "point": [828, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 572, 864, 592]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0311.png", "id": "pbs_0311", "instruction": "Click the grid cell named D20.", "bbox": [467, 494, 614, 512], "point": [541, 503], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [467, 494, 614, 512]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0312.png", "id": "pbs_0312", "instruction": "Click the thin horizontal separator below row 7.", "bbox": [0, 186, 31, 192], "point": [15, 189], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 186, 31, 192]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0313.png", "id": "pbs_0313", "instruction": "Click cell E3 with content \"George\".", "bbox": [319, 68, 396, 90], "point": [358, 79], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [319, 68, 396, 90]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0314.png", "id": "pbs_0314", "instruction": "Click the only yellow cell.", "bbox": [39, 396, 203, 417], "point": [121, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 396, 203, 417]}, "data_type": "color", "category": "cell_color", "ui_style": "bare", "language": "de", "image_size": [1024, 768]} +{"file_name": "0315.png", "id": "pbs_0315", "instruction": "Find the grid node at the bottom-left of F12.", "bbox": [544, 247, 550, 253], "point": [547, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [544, 247, 550, 253]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0316.png", "id": "pbs_0316", "instruction": "Click where C12 meets the next cell to the right.", "bbox": [324, 368, 330, 388], "point": [327, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 368, 330, 388]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0317.png", "id": "pbs_0317", "instruction": "Click the column B header.", "bbox": [166, 126, 301, 147], "point": [234, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [166, 126, 301, 147]}, "data_type": "header", "category": "col_header", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0318.png", "id": "pbs_0318", "instruction": "Set focus to C31.", "bbox": [243, 560, 345, 580], "point": [294, 570], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [243, 560, 345, 580]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "it", "image_size": [1024, 768]} +{"file_name": "0319.png", "id": "pbs_0319", "instruction": "In the spreadsheet, click cell A11 containing \"efischer@corp.io\".", "bbox": [31, 223, 251, 244], "point": [141, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 223, 251, 244]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0320.png", "id": "pbs_0320", "instruction": "Choose cell G10.", "bbox": [763, 46, 948, 69], "point": [856, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 46, 948, 69]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0321.png", "id": "pbs_0321", "instruction": "Click the cell reached by moving down 2 rows from B20.", "bbox": [33, 649, 123, 672], "point": [78, 661], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 649, 123, 672]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0322.png", "id": "pbs_0322", "instruction": "Target the upper-right cell boundary point for F14.", "bbox": [672, 266, 678, 272], "point": [675, 269], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [672, 266, 678, 272]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0323.png", "id": "pbs_0323", "instruction": "Click the row-header boundary below 13.", "bbox": [0, 431, 38, 437], "point": [19, 434], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 431, 38, 437]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0324.png", "id": "pbs_0324", "instruction": "Click the letter L above the sheet cells.", "bbox": [946, 111, 1008, 130], "point": [977, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [946, 111, 1008, 130]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0325.png", "id": "pbs_0325", "instruction": "Which cell is 2 columns left and 1 row down from H31?", "bbox": [39, 681, 147, 700], "point": [93, 691], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 681, 147, 700]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0326.png", "id": "pbs_0326", "instruction": "Move to the cell-width boundary on the right of H11.", "bbox": [273, 155, 279, 177], "point": [276, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [273, 155, 279, 177]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0327.png", "id": "pbs_0327", "instruction": "Select row 39 by clicking its header.", "bbox": [0, 633, 30, 650], "point": [15, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 633, 30, 650]}, "data_type": "header", "category": "row_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0328.png", "id": "pbs_0328", "instruction": "Set focus to C19.", "bbox": [254, 320, 392, 343], "point": [323, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [254, 320, 392, 343]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0329.png", "id": "pbs_0329", "instruction": "Click the cell whose value is \"775.704.3208\".", "bbox": [40, 221, 135, 244], "point": [88, 233], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 221, 135, 244]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0330.png", "id": "pbs_0330", "instruction": "Move to the southeast corner of cell F7.", "bbox": [503, 304, 509, 310], "point": [506, 307], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [503, 304, 509, 310]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0331.png", "id": "pbs_0331", "instruction": "Click 10 on the left edge of the grid.", "bbox": [0, 298, 37, 317], "point": [19, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 298, 37, 317]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0332.png", "id": "pbs_0332", "instruction": "Click the spreadsheet cell that is 2 columns right and 3 rows down from C25.", "bbox": [213, 246, 422, 265], "point": [318, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [213, 246, 422, 265]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0333.png", "id": "pbs_0333", "instruction": "Go to cell F7, the one that says \"83%\".", "bbox": [740, 249, 848, 268], "point": [794, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 249, 848, 268]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0334.png", "id": "pbs_0334", "instruction": "Can you click the cell that has `2026-07-16` in it?", "bbox": [539, 657, 633, 680], "point": [586, 669], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [539, 657, 633, 680]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0335.png", "id": "pbs_0335", "instruction": "Click the column separator immediately to the right of A.", "bbox": [122, 0, 128, 19], "point": [125, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 0, 128, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0336.png", "id": "pbs_0336", "instruction": "Find the entry `6393259565` and select its cell.", "bbox": [464, 466, 562, 483], "point": [513, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [464, 466, 562, 483]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0337.png", "id": "pbs_0337", "instruction": "Select the right side line of cell E26.", "bbox": [413, 524, 419, 542], "point": [416, 533], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [413, 524, 419, 542]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0338.png", "id": "pbs_0338", "instruction": "Select the boundary used to adjust column K's width.", "bbox": [942, 116, 948, 135], "point": [945, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [942, 116, 948, 135]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0339.png", "id": "pbs_0339", "instruction": "Click exactly on the bottom border of B4.", "bbox": [152, 149, 355, 155], "point": [253, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [152, 149, 355, 155]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0340.png", "id": "pbs_0340", "instruction": "Click the blue highlighted cell.", "bbox": [586, 238, 796, 260], "point": [691, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [586, 238, 796, 260]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0341.png", "id": "pbs_0341", "instruction": "Target the row with the orange background.", "bbox": [0, 471, 660, 494], "point": [301, 483], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 471, 660, 494]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0342.png", "id": "pbs_0342", "instruction": "Move the selection to B8.", "bbox": [131, 272, 250, 292], "point": [191, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [131, 272, 250, 292]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0343.png", "id": "pbs_0343", "instruction": "Target the cell 1 column right and 2 rows up from I15.", "bbox": [462, 355, 582, 374], "point": [522, 365], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [462, 355, 582, 374]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0344.png", "id": "pbs_0344", "instruction": "Target the corner at the end of cell A5.", "bbox": [167, 230, 173, 236], "point": [170, 233], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 230, 173, 236]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0345.png", "id": "pbs_0345", "instruction": "Click the cell containing 'Berlin'.", "bbox": [432, 170, 550, 191], "point": [491, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [432, 170, 550, 191]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0346.png", "id": "pbs_0346", "instruction": "Anchor at C8; click 2 columns right plus 2 rows down.", "bbox": [342, 215, 482, 233], "point": [412, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 215, 482, 233]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0347.png", "id": "pbs_0347", "instruction": "bottom-left corner of C2", "bbox": [253, 58, 259, 64], "point": [256, 61], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [253, 58, 259, 64]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0348.png", "id": "pbs_0348", "instruction": "Select the C column via its header.", "bbox": [226, 106, 341, 125], "point": [284, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 106, 341, 125]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0349.png", "id": "pbs_0349", "instruction": "Click the column separator immediately to the right of D.", "bbox": [461, 92, 467, 113], "point": [464, 102], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 92, 467, 113]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0350.png", "id": "pbs_0350", "instruction": "Click on the separator just after column H.", "bbox": [952, 120, 958, 141], "point": [955, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 120, 958, 141]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0351.png", "id": "pbs_0351", "instruction": "row 31 height handle", "bbox": [0, 316, 41, 322], "point": [20, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 316, 41, 322]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0352.png", "id": "pbs_0352", "instruction": "the cyan cell", "bbox": [179, 564, 317, 583], "point": [248, 574], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [179, 564, 317, 583]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0353.png", "id": "pbs_0353", "instruction": "In the sheet, click cell H13.", "bbox": [516, 343, 687, 362], "point": [602, 353], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [516, 343, 687, 362]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0354.png", "id": "pbs_0354", "instruction": "Target the cell 3 rows up from F23.", "bbox": [610, 347, 695, 366], "point": [653, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [610, 347, 695, 366]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0355.png", "id": "pbs_0355", "instruction": "Target the cell 2 columns left and 3 rows down from C5.", "bbox": [42, 155, 136, 173], "point": [89, 164], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 155, 136, 173]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0356.png", "id": "pbs_0356", "instruction": "Highlight row 24 by clicking its number.", "bbox": [0, 445, 37, 468], "point": [19, 457], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 445, 37, 468]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0357.png", "id": "pbs_0357", "instruction": "Use E9 as the anchor and click 1 row up.", "bbox": [36, 181, 147, 203], "point": [92, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 181, 147, 203]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0358.png", "id": "pbs_0358", "instruction": "Click on the separator just after column H.", "bbox": [947, 119, 953, 140], "point": [950, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [947, 119, 953, 140]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0359.png", "id": "pbs_0359", "instruction": "Set focus to E7.", "bbox": [655, 225, 762, 248], "point": [709, 237], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [655, 225, 762, 248]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0360.png", "id": "pbs_0360", "instruction": "Click the right border of column N.", "bbox": [865, 103, 871, 122], "point": [868, 112], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [865, 103, 871, 122]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0361.png", "id": "pbs_0361", "instruction": "Click the point where C17's right edge meets its bottom edge.", "bbox": [392, 425, 398, 431], "point": [395, 428], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [392, 425, 398, 431]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0362.png", "id": "pbs_0362", "instruction": "Where is the lower border of C16?", "bbox": [372, 415, 511, 421], "point": [441, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [372, 415, 511, 421]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0363.png", "id": "pbs_0363", "instruction": "Click the horizontal line at the bottom edge of row 17.", "bbox": [0, 371, 31, 377], "point": [15, 374], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 371, 31, 377]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0364.png", "id": "pbs_0364", "instruction": "Click the divider below row 28.", "bbox": [0, 641, 39, 647], "point": [19, 644], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 641, 39, 647]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0365.png", "id": "pbs_0365", "instruction": "In the sheet, click cell D15.", "bbox": [422, 272, 559, 289], "point": [491, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [422, 272, 559, 289]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0366.png", "id": "pbs_0366", "instruction": "column J right divider", "bbox": [853, 124, 859, 145], "point": [856, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [853, 124, 859, 145]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0367.png", "id": "pbs_0367", "instruction": "Click the thin vertical separator following column K.", "bbox": [983, 111, 989, 130], "point": [986, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [983, 111, 989, 130]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0368.png", "id": "pbs_0368", "instruction": "Target the resize grip after the M column header.", "bbox": [980, 88, 986, 107], "point": [983, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [980, 88, 986, 107]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0369.png", "id": "pbs_0369", "instruction": "Put the cursor in cell B20.", "bbox": [133, 517, 235, 536], "point": [184, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [133, 517, 235, 536]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "it", "image_size": [1024, 768]} +{"file_name": "0370.png", "id": "pbs_0370", "instruction": "Click the grid cell named D38.", "bbox": [294, 360, 420, 379], "point": [357, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 360, 420, 379]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0371.png", "id": "pbs_0371", "instruction": "Click the cell whose value is `Tina Jensen`.", "bbox": [40, 214, 135, 237], "point": [88, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 214, 135, 237]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0372.png", "id": "pbs_0372", "instruction": "cell C23 with content \"2024-04-15\"", "bbox": [129, 411, 211, 433], "point": [170, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 411, 211, 433]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0373.png", "id": "pbs_0373", "instruction": "Click cell I3.", "bbox": [230, 62, 312, 81], "point": [271, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [230, 62, 312, 81]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0374.png", "id": "pbs_0374", "instruction": "Click the unique cell value \"yuki.fischer@company.ai\".", "bbox": [137, 229, 383, 249], "point": [260, 239], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [137, 229, 383, 249]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0375.png", "id": "pbs_0375", "instruction": "Select E17.", "bbox": [530, 465, 644, 484], "point": [587, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [530, 465, 644, 484]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0376.png", "id": "pbs_0376", "instruction": "Select cell I7 ('Toronto').", "bbox": [255, 229, 330, 248], "point": [293, 239], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 229, 330, 248]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0377.png", "id": "pbs_0377", "instruction": "Click where you would make row 47 taller.", "bbox": [0, 678, 33, 684], "point": [16, 681], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 678, 33, 684]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0378.png", "id": "pbs_0378", "instruction": "Click where you would make column C wider.", "bbox": [312, 119, 318, 140], "point": [315, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [312, 119, 318, 140]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0379.png", "id": "pbs_0379", "instruction": "Move from E8 2 rows up; click there.", "bbox": [398, 173, 513, 192], "point": [456, 183], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [398, 173, 513, 192]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0380.png", "id": "pbs_0380", "instruction": "Target the corner at the lower-left of cell G32.", "bbox": [677, 434, 683, 440], "point": [680, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 434, 683, 440]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0381.png", "id": "pbs_0381", "instruction": "put the cursor in cell j8.", "bbox": [402, 289, 485, 310], "point": [444, 300], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [402, 289, 485, 310]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0382.png", "id": "pbs_0382", "instruction": "Place the cursor on the lower boundary of E32.", "bbox": [302, 325, 422, 331], "point": [362, 328], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 325, 422, 331]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0383.png", "id": "pbs_0383", "instruction": "Resize row 19 from its bottom edge.", "bbox": [0, 576, 35, 582], "point": [17, 579], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 576, 35, 582]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0384.png", "id": "pbs_0384", "instruction": "Click the column label H.", "bbox": [777, 104, 840, 123], "point": [809, 114], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [777, 104, 840, 123]}, "data_type": "header", "category": "col_header", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0385.png", "id": "pbs_0385", "instruction": "Point at the line separating column F from the column to its right.", "bbox": [679, 121, 685, 142], "point": [682, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [679, 121, 685, 142]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0386.png", "id": "pbs_0386", "instruction": "Click E18.", "bbox": [214, 425, 335, 447], "point": [275, 436], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [214, 425, 335, 447]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0387.png", "id": "pbs_0387", "instruction": "Move to the southeast corner of cell D31.", "bbox": [315, 605, 321, 611], "point": [318, 608], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [315, 605, 321, 611]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0388.png", "id": "pbs_0388", "instruction": "Click the top-left corner of cell F15.", "bbox": [463, 138, 469, 144], "point": [466, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [463, 138, 469, 144]}, "data_type": "corner", "category": "cell_top_left_corner", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0389.png", "id": "pbs_0389", "instruction": "Where is the header for row 9?", "bbox": [0, 154, 41, 175], "point": [21, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 154, 41, 175]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0390.png", "id": "pbs_0390", "instruction": "cell F17 with content 81%", "bbox": [262, 427, 348, 445], "point": [305, 436], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [262, 427, 348, 445]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0391.png", "id": "pbs_0391", "instruction": "Click the cell boundary immediately to the right of E18.", "bbox": [307, 366, 313, 383], "point": [310, 374], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 366, 313, 383]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0392.png", "id": "pbs_0392", "instruction": "target: C13", "bbox": [161, 259, 248, 276], "point": [205, 268], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [161, 259, 248, 276]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0393.png", "id": "pbs_0393", "instruction": "Place the selection on H12.", "bbox": [820, 381, 904, 403], "point": [862, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [820, 381, 904, 403]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0394.png", "id": "pbs_0394", "instruction": "Click the line just under J5.", "bbox": [623, 218, 702, 224], "point": [662, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 218, 702, 224]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0395.png", "id": "pbs_0395", "instruction": "Move to the row-height handle for row 19.", "bbox": [0, 420, 30, 426], "point": [15, 423], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 420, 30, 426]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel_white", "language": "it", "image_size": [1024, 768]} +{"file_name": "0396.png", "id": "pbs_0396", "instruction": "Click the column highlighted in red.", "bbox": [380, 133, 463, 676], "point": [422, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 133, 463, 676]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0397.png", "id": "pbs_0397", "instruction": "Go to cell A33.", "bbox": [41, 595, 133, 617], "point": [87, 606], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 595, 133, 617]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0398.png", "id": "pbs_0398", "instruction": "Click the intersection just above and right of G10.", "bbox": [639, 211, 645, 217], "point": [642, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [639, 211, 645, 217]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0399.png", "id": "pbs_0399", "instruction": "Move to the cell-width boundary on the right of B23.", "bbox": [228, 545, 234, 568], "point": [231, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [228, 545, 234, 568]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0400.png", "id": "pbs_0400", "instruction": "Click on C15 where it says \"7540\".", "bbox": [276, 456, 368, 479], "point": [322, 468], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 456, 368, 479]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0401.png", "id": "pbs_0401", "instruction": "Find the yellow row and click it.", "bbox": [0, 382, 663, 403], "point": [198, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 382, 663, 403]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0402.png", "id": "pbs_0402", "instruction": "Select the cyan cell.", "bbox": [186, 610, 285, 629], "point": [236, 620], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [186, 610, 285, 629]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0403.png", "id": "pbs_0403", "instruction": "Select cell C7.", "bbox": [37, 210, 162, 232], "point": [100, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 210, 162, 232]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0404.png", "id": "pbs_0404", "instruction": "Make the `Diana Kang` cell active.", "bbox": [472, 407, 580, 426], "point": [526, 417], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [472, 407, 580, 426]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0405.png", "id": "pbs_0405", "instruction": "Go to cell C12.", "bbox": [203, 168, 332, 191], "point": [268, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [203, 168, 332, 191]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0406.png", "id": "pbs_0406", "instruction": "Please click cell G22 with content '8716.74'.", "bbox": [664, 545, 748, 563], "point": [706, 554], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 545, 748, 563]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0407.png", "id": "pbs_0407", "instruction": "Click the cell reached by moving left 2 columns and up 3 rows from E27.", "bbox": [364, 217, 508, 238], "point": [436, 228], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 217, 508, 238]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0408.png", "id": "pbs_0408", "instruction": "Click the cell that says 2909.", "bbox": [174, 222, 268, 241], "point": [221, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 222, 268, 241]}, "data_type": "cell", "category": "cell_content", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0409.png", "id": "pbs_0409", "instruction": "row 2 height handle", "bbox": [0, 156, 36, 162], "point": [18, 159], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 156, 36, 162]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0410.png", "id": "pbs_0410", "instruction": "Move horizontally 1 column right from C30, then vertically 1 row down.", "bbox": [368, 572, 472, 591], "point": [420, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [368, 572, 472, 591]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0411.png", "id": "pbs_0411", "instruction": "click the grid cell d28 showing 'productmanager'.", "bbox": [527, 486, 681, 508], "point": [604, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 486, 681, 508]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0412.png", "id": "pbs_0412", "instruction": "Move to the southeast corner of cell H7.", "bbox": [696, 307, 702, 313], "point": [699, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [696, 307, 702, 313]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0413.png", "id": "pbs_0413", "instruction": "Click the cell filled pink.", "bbox": [537, 279, 647, 301], "point": [592, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [537, 279, 647, 301]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0414.png", "id": "pbs_0414", "instruction": "Move 3 columns left from H15 and 2 rows down; click there.", "bbox": [30, 280, 121, 299], "point": [76, 290], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 280, 121, 299]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0415.png", "id": "pbs_0415", "instruction": "Click the spreadsheet cell that is 3 columns right and 1 row down from F20.", "bbox": [395, 290, 581, 308], "point": [488, 299], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 290, 581, 308]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0416.png", "id": "pbs_0416", "instruction": "Activate cell D13.", "bbox": [454, 256, 574, 278], "point": [514, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 256, 574, 278]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0417.png", "id": "pbs_0417", "instruction": "Move from D19: 1 column right; 2 rows up.", "bbox": [410, 481, 508, 504], "point": [459, 493], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [410, 481, 508, 504]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0418.png", "id": "pbs_0418", "instruction": "Select row 20 via its header.", "bbox": [0, 471, 38, 489], "point": [19, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 471, 38, 489]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0419.png", "id": "pbs_0419", "instruction": "Click the visible blue row.", "bbox": [0, 277, 679, 295], "point": [338, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 277, 679, 295]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0420.png", "id": "pbs_0420", "instruction": "Make B6 the active cell.", "bbox": [126, 241, 253, 261], "point": [190, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [126, 241, 253, 261]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0421.png", "id": "pbs_0421", "instruction": "Please click cell C25 with content \"QA-Ingenieur\".", "bbox": [170, 306, 355, 328], "point": [263, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [170, 306, 355, 328]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0422.png", "id": "pbs_0422", "instruction": "Click the column whose cells are pink.", "bbox": [859, 99, 952, 511], "point": [906, 362], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [859, 99, 952, 511]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0423.png", "id": "pbs_0423", "instruction": "Click the B15 cell whose text is `231-791-5473`.", "bbox": [37, 399, 145, 417], "point": [91, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [37, 399, 145, 417]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0424.png", "id": "pbs_0424", "instruction": "Set focus to F15.", "bbox": [283, 309, 366, 330], "point": [325, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [283, 309, 366, 330]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0425.png", "id": "pbs_0425", "instruction": "click on the cell at d15.", "bbox": [143, 157, 232, 176], "point": [188, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [143, 157, 232, 176]}, "data_type": "cell", "category": "cell_ref", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0426.png", "id": "pbs_0426", "instruction": "Point at the line separating column Q from the column to its right.", "bbox": [915, 107, 921, 126], "point": [918, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 107, 921, 126]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0427.png", "id": "pbs_0427", "instruction": "Click the unique cell value EMP-75779.", "bbox": [251, 156, 357, 175], "point": [304, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [251, 156, 357, 175]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0428.png", "id": "pbs_0428", "instruction": "Select the K column via its header.", "bbox": [836, 114, 899, 135], "point": [868, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [836, 114, 899, 135]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0429.png", "id": "pbs_0429", "instruction": "Anchor at D8; click 1 column right plus 1 row up.", "bbox": [386, 206, 465, 229], "point": [426, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [386, 206, 465, 229]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "es", "image_size": [1024, 768]} +{"file_name": "0430.png", "id": "pbs_0430", "instruction": "Where would you drag to resize column H?", "bbox": [580, 86, 586, 107], "point": [583, 96], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [580, 86, 586, 107]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0431.png", "id": "pbs_0431", "instruction": "Click where you would make column E wider.", "bbox": [585, 78, 591, 97], "point": [588, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [585, 78, 591, 97]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0432.png", "id": "pbs_0432", "instruction": "Point to the 27 header on the left.", "bbox": [0, 657, 29, 676], "point": [15, 667], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 657, 29, 676]}, "data_type": "header", "category": "row_header", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0433.png", "id": "pbs_0433", "instruction": "Click cell D27.", "bbox": [231, 638, 336, 657], "point": [284, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [231, 638, 336, 657]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0434.png", "id": "pbs_0434", "instruction": "Click cell D5.", "bbox": [221, 213, 301, 231], "point": [261, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 213, 301, 231]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0435.png", "id": "pbs_0435", "instruction": "Target the corner at the top end of cell I15.", "bbox": [999, 19, 1005, 25], "point": [1002, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [999, 19, 1005, 25]}, "data_type": "corner", "category": "cell_top_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0436.png", "id": "pbs_0436", "instruction": "Move to the header beside row 15.", "bbox": [0, 439, 29, 460], "point": [15, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 439, 29, 460]}, "data_type": "header", "category": "row_header", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0437.png", "id": "pbs_0437", "instruction": "Click any cell in the green column.", "bbox": [533, 128, 612, 548], "point": [573, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [533, 128, 612, 548]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0438.png", "id": "pbs_0438", "instruction": "Find the relative cell from C18: 1 column right, 1 row down.", "bbox": [204, 317, 316, 340], "point": [260, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [204, 317, 316, 340]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0439.png", "id": "pbs_0439", "instruction": "Click the gridline at H4's right side.", "bbox": [708, 181, 714, 199], "point": [711, 190], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 181, 714, 199]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0440.png", "id": "pbs_0440", "instruction": "Find the cell containing 'Verzonden' and click it.", "bbox": [476, 339, 579, 361], "point": [528, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [476, 339, 579, 361]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0441.png", "id": "pbs_0441", "instruction": "Select the N column via its header.", "bbox": [821, 0, 884, 21], "point": [853, 11], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [821, 0, 884, 21]}, "data_type": "header", "category": "col_header", "ui_style": "bare", "language": "es", "image_size": [1024, 768]} +{"file_name": "0442.png", "id": "pbs_0442", "instruction": "Go to the cell that contains \"Singapore\".", "bbox": [316, 470, 464, 490], "point": [390, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 470, 464, 490]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} +{"file_name": "0443.png", "id": "pbs_0443", "instruction": "click the header boundary on the right side of d.", "bbox": [524, 117, 530, 138], "point": [527, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 117, 530, 138]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0444.png", "id": "pbs_0444", "instruction": "Click on the cell at E6.", "bbox": [132, 249, 228, 271], "point": [180, 260], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 249, 228, 271]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0445.png", "id": "pbs_0445", "instruction": "Click cell F33 with content Ines.", "bbox": [608, 594, 695, 613], "point": [652, 604], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [608, 594, 695, 613]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0446.png", "id": "pbs_0446", "instruction": "Find the row colored green; click within it.", "bbox": [0, 189, 773, 210], "point": [627, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 189, 773, 210]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0447.png", "id": "pbs_0447", "instruction": "Point at C35's lower-left vertex.", "bbox": [143, 234, 149, 240], "point": [146, 237], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [143, 234, 149, 240]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0448.png", "id": "pbs_0448", "instruction": "Click the cell filled blue.", "bbox": [576, 385, 776, 408], "point": [676, 397], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [576, 385, 776, 408]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0449.png", "id": "pbs_0449", "instruction": "Move to the right divider of cell E18.", "bbox": [475, 347, 481, 364], "point": [478, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [475, 347, 481, 364]}, "data_type": "edge", "category": "cell_right_edge", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0450.png", "id": "pbs_0450", "instruction": "Click the visible cell value \"739.600.5393\".", "bbox": [297, 568, 403, 588], "point": [350, 578], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 568, 403, 588]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0451.png", "id": "pbs_0451", "instruction": "Point to D8, where the value is \"1465.32\".", "bbox": [246, 248, 335, 266], "point": [291, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 248, 335, 266]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0452.png", "id": "pbs_0452", "instruction": "Where is the bottom-right corner of C16?", "bbox": [312, 435, 318, 441], "point": [315, 438], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [312, 435, 318, 441]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0453.png", "id": "pbs_0453", "instruction": "Go to cell B32.", "bbox": [132, 321, 238, 339], "point": [185, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 321, 238, 339]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "de", "image_size": [1024, 768]} +{"file_name": "0454.png", "id": "pbs_0454", "instruction": "Target the line between F9 and the cell below it.", "bbox": [464, 295, 572, 301], "point": [518, 298], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [464, 295, 572, 301]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0455.png", "id": "pbs_0455", "instruction": "Point at C19's final corner.", "bbox": [350, 553, 356, 559], "point": [353, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [350, 553, 356, 559]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0456.png", "id": "pbs_0456", "instruction": "Click the vertical line at the right edge of column K.", "bbox": [789, 0, 795, 19], "point": [792, 9], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [789, 0, 795, 19]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0457.png", "id": "pbs_0457", "instruction": "Click the cell at E15 holding the value \"Marketing\".", "bbox": [491, 185, 603, 205], "point": [547, 195], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [491, 185, 603, 205]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0458.png", "id": "pbs_0458", "instruction": "Click the header of column Q.", "bbox": [959, 116, 1008, 137], "point": [984, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [959, 116, 1008, 137]}, "data_type": "header", "category": "col_header", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0459.png", "id": "pbs_0459", "instruction": "Click the divider after column F.", "bbox": [660, 112, 666, 131], "point": [663, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [660, 112, 666, 131]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0460.png", "id": "pbs_0460", "instruction": "Click the letter F above the sheet cells.", "bbox": [573, 76, 652, 95], "point": [613, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [573, 76, 652, 95]}, "data_type": "header", "category": "col_header", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0461.png", "id": "pbs_0461", "instruction": "Select the cell with the value \"kali@outlook.com\".", "bbox": [527, 284, 749, 306], "point": [638, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 284, 749, 306]}, "data_type": "cell", "category": "cell_content", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0462.png", "id": "pbs_0462", "instruction": "Resize column J from its right edge.", "bbox": [798, 125, 804, 146], "point": [801, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [798, 125, 804, 146]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0463.png", "id": "pbs_0463", "instruction": "Move to the cell-height boundary below G36.", "bbox": [408, 442, 496, 448], "point": [452, 445], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 442, 496, 448]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0464.png", "id": "pbs_0464", "instruction": "Target the resize grip after the 20 row header.", "bbox": [0, 511, 35, 517], "point": [17, 514], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 511, 35, 517]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "excel", "language": "de", "image_size": [1024, 768]} +{"file_name": "0465.png", "id": "pbs_0465", "instruction": "Select the corner at the bottom-left of cell E9.", "bbox": [678, 289, 684, 295], "point": [681, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [678, 289, 684, 295]}, "data_type": "corner", "category": "cell_bottom_left_corner", "ui_style": "libreoffice", "language": "it", "image_size": [1024, 768]} +{"file_name": "0466.png", "id": "pbs_0466", "instruction": "Point to the cyan-filled row.", "bbox": [0, 315, 588, 333], "point": [97, 324], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 315, 588, 333]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0467.png", "id": "pbs_0467", "instruction": "Click on the green row.", "bbox": [0, 434, 471, 457], "point": [430, 446], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 434, 471, 457]}, "data_type": "color", "category": "cell_color", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0468.png", "id": "pbs_0468", "instruction": "Please click the cyan row.", "bbox": [0, 364, 976, 383], "point": [207, 374], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 364, 976, 383]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0469.png", "id": "pbs_0469", "instruction": "Click the A23 cell whose text is 'Chen Park'.", "bbox": [40, 526, 167, 543], "point": [104, 535], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 526, 167, 543]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0470.png", "id": "pbs_0470", "instruction": "place the selection on c31.", "bbox": [294, 584, 417, 605], "point": [356, 595], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 584, 417, 605]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "it", "image_size": [1024, 768]} +{"file_name": "0471.png", "id": "pbs_0471", "instruction": "Click the grid cell named A13.", "bbox": [39, 206, 177, 224], "point": [108, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [39, 206, 177, 224]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0472.png", "id": "pbs_0472", "instruction": "Target the row with the red background.", "bbox": [0, 388, 778, 407], "point": [652, 398], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 388, 778, 407]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0473.png", "id": "pbs_0473", "instruction": "Click the red-shaded cell.", "bbox": [449, 414, 587, 436], "point": [518, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [449, 414, 587, 436]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0474.png", "id": "pbs_0474", "instruction": "Click on cell A12.", "bbox": [42, 285, 122, 305], "point": [82, 295], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 285, 122, 305]}, "data_type": "cell", "category": "cell_ref", "ui_style": "libreoffice", "language": "es", "image_size": [1024, 768]} +{"file_name": "0475.png", "id": "pbs_0475", "instruction": "Make C15 active; it contains `4384483724`.", "bbox": [174, 437, 285, 460], "point": [230, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [174, 437, 285, 460]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "excel_white", "language": "de", "image_size": [1024, 768]} +{"file_name": "0476.png", "id": "pbs_0476", "instruction": "move from h31: 2 columns left; 3 rows up.", "bbox": [447, 542, 540, 560], "point": [494, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [447, 542, 540, 560]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "excel_white", "language": "en", "image_size": [1024, 768]} +{"file_name": "0477.png", "id": "pbs_0477", "instruction": "Click on cell D23 with content `Karim Raza`.", "bbox": [215, 592, 339, 612], "point": [277, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [215, 592, 339, 612]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0478.png", "id": "pbs_0478", "instruction": "Make the `holiveira@icloud.com` cell active.", "bbox": [362, 378, 534, 398], "point": [448, 388], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [362, 378, 534, 398]}, "data_type": "cell", "category": "cell_content", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0479.png", "id": "pbs_0479", "instruction": "Where is the bottom-right corner of B23?", "bbox": [197, 271, 203, 277], "point": [200, 274], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [197, 271, 203, 277]}, "data_type": "corner", "category": "cell_bottom_right_corner", "ui_style": "bare", "language": "en", "image_size": [1024, 768]} +{"file_name": "0480.png", "id": "pbs_0480", "instruction": "Point at the bottom gridline of D8.", "bbox": [122, 199, 222, 205], "point": [172, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 199, 222, 205]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "libreoffice", "language": "en", "image_size": [1024, 768]} +{"file_name": "0481.png", "id": "pbs_0481", "instruction": "Click the cell reached by moving right 2 columns and down 1 row from A30.", "bbox": [297, 701, 375, 719], "point": [336, 710], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [297, 701, 375, 719]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0482.png", "id": "pbs_0482", "instruction": "Place the pointer on C11's bottom border.", "bbox": [257, 382, 421, 388], "point": [339, 385], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [257, 382, 421, 388]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0483.png", "id": "pbs_0483", "instruction": "cell 1 column right, 2 rows up from D6", "bbox": [378, 192, 471, 209], "point": [425, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [378, 192, 471, 209]}, "data_type": "relative", "category": "cell_relative_offset", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0484.png", "id": "pbs_0484", "instruction": "Use the left header to select row 21.", "bbox": [0, 535, 37, 555], "point": [19, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 535, 37, 555]}, "data_type": "header", "category": "row_header", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0485.png", "id": "pbs_0485", "instruction": "Click the cell shaded green.", "bbox": [263, 421, 350, 441], "point": [307, 431], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 421, 350, 441]}, "data_type": "color", "category": "cell_color", "ui_style": "libreoffice", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0486.png", "id": "pbs_0486", "instruction": "Click the row highlighted in blue.", "bbox": [0, 474, 948, 494], "point": [373, 484], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 474, 948, 494]}, "data_type": "color", "category": "cell_color", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0487.png", "id": "pbs_0487", "instruction": "Click exactly on the bottom border of E31.", "bbox": [461, 354, 596, 360], "point": [528, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [461, 354, 596, 360]}, "data_type": "edge", "category": "cell_bottom_edge", "ui_style": "excel", "language": "es", "image_size": [1024, 768]} +{"file_name": "0488.png", "id": "pbs_0488", "instruction": "Where do you land after moving 1 row down from B24?", "bbox": [193, 520, 301, 539], "point": [247, 530], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [193, 520, 301, 539]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "excel", "language": "en", "image_size": [1024, 768]} +{"file_name": "0489.png", "id": "pbs_0489", "instruction": "Click the grid cell displaying Lukas Jensen.", "bbox": [543, 232, 682, 250], "point": [613, 241], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [543, 232, 682, 250]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "en", "image_size": [1024, 768]} +{"file_name": "0490.png", "id": "pbs_0490", "instruction": "Same column as E19, 3 rows down.", "bbox": [449, 440, 560, 459], "point": [505, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [449, 440, 560, 459]}, "data_type": "relative", "category": "cell_relative_row", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0491.png", "id": "pbs_0491", "instruction": "Click inside the only cyan row.", "bbox": [0, 577, 454, 596], "point": [326, 587], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 577, 454, 596]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0492.png", "id": "pbs_0492", "instruction": "In the sheet, click cell B36.", "bbox": [34, 382, 146, 400], "point": [90, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 382, 146, 400]}, "data_type": "cell", "category": "cell_ref", "ui_style": "excel", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0493.png", "id": "pbs_0493", "instruction": "Click the unique cell value 7261.", "bbox": [34, 377, 132, 400], "point": [83, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 377, 132, 400]}, "data_type": "cell", "category": "cell_content", "ui_style": "google_sheets", "language": "it", "image_size": [1024, 768]} +{"file_name": "0494.png", "id": "pbs_0494", "instruction": "Click the cell B22 in the spreadsheet.", "bbox": [38, 82, 116, 101], "point": [77, 92], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [38, 82, 116, 101]}, "data_type": "cell", "category": "cell_ref", "ui_style": "bare", "language": "it", "image_size": [1024, 768]} +{"file_name": "0495.png", "id": "pbs_0495", "instruction": "Click the cell B7 that shows Data scientist.", "bbox": [199, 201, 382, 223], "point": [291, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [199, 201, 382, 223]}, "data_type": "cell", "category": "cell_ref_content", "ui_style": "google_sheets", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0496.png", "id": "pbs_0496", "instruction": "Can you click the green cell?", "bbox": [188, 210, 401, 232], "point": [295, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [188, 210, 401, 232]}, "data_type": "color", "category": "cell_color", "ui_style": "excel_white", "language": "es", "image_size": [1024, 768]} +{"file_name": "0497.png", "id": "pbs_0497", "instruction": "Click on the number 37 in the row gutter.", "bbox": [0, 710, 29, 732], "point": [15, 721], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 710, 29, 732]}, "data_type": "header", "category": "row_header", "ui_style": "bare", "language": "fr", "image_size": [1024, 768]} +{"file_name": "0498.png", "id": "pbs_0498", "instruction": "Click the right border of column G.", "bbox": [725, 0, 731, 21], "point": [728, 10], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [725, 0, 731, 21]}, "data_type": "edge", "category": "col_resize_handle", "ui_style": "bare", "language": "nl", "image_size": [1024, 768]} +{"file_name": "0499.png", "id": "pbs_0499", "instruction": "row 21 bottom divider", "bbox": [0, 381, 31, 387], "point": [15, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [0, 381, 31, 387]}, "data_type": "edge", "category": "row_resize_handle", "ui_style": "google_sheets", "language": "de", "image_size": [1024, 768]} diff --git a/pointerbench-text/README.md b/pointerbench-text/README.md index 304404fc9c7a88c101ee2ddd2df302b6791c200c..6de6b2b19c0423bb096b59e33256392aaa58053c 100644 --- a/pointerbench-text/README.md +++ b/pointerbench-text/README.md @@ -5,7 +5,9 @@ text-rich interface and a short instruction (e.g. *"Click the word 'invoice'"*, *"Place the cursor between the 'r' and 'e' in 'erfolgreich'"*, *"Return the bounding box of this paragraph"*), a model must output either a pixel coordinate or a bounding box. Point answers are correct if they land inside the target box. -Bbox answers are correct if they reach the configured IoU threshold. +Bbox answers use an asymmetric overlap rule: the ground truth must be almost +fully covered while the prediction stays reasonably tight around it (see +[Evaluation](#evaluate)). ![teaser](assets/teaser.png) @@ -25,8 +27,9 @@ surfaces and five languages. - **1024x768** PNG screenshots, fully synthetic (no scraping, no PII). - **Many text surfaces**: articles, books, email inbox and threads, chat, Slack, code editors, terminals, markdown notes, docs sites, forums, social - feeds, search results, data tables, log viewers, and dozens more. -- **6 data types** (interaction granularity): + feeds, search results, data tables, log viewers, invoices, and dozens more + (119 distinct surfaces). +- **7 data types** (interaction granularity): | data_type | example instruction | | ------------- | ---------------------------------------------------- | @@ -36,11 +39,16 @@ surfaces and five languages. | `caret` | *Place the cursor between the "r" and "e" in "core".* | | `chrome` | *Click "Settings" in the toolbar.* | | `bbox` | *Return the bbox of the paragraph beginning with "In".* | + | `invoice` | *Draw a box around the subtotal.* | -- **17 fine-grained categories** under those types (word center, char center, +- **Fine-grained categories** under those types (word center, char center, punctuation, caret before/after/between, between words, line start/end, sentence boundary, paragraph start/end, blank line, chrome label, word bbox, char bbox, line bbox, paragraph bbox). +- **Invoice fields** (70 examples): bounding boxes for real invoice anatomy — + invoice number, dates, sender/recipient blocks, line items and the full + line-item table, subtotal, tax / VAT ID, total, IBAN/BIC, and bank details. + These are dedicated invoice surfaces so the target is unambiguous. - **5 languages, Latin alphabet only**: 50% English; the other 50% split evenly across German, French, Spanish, Italian, Dutch. - **Difficulty** tag (`easy` / `medium` / `hard`) from font size, target kind, @@ -75,7 +83,8 @@ Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): - **`bbox`**: ground-truth target, **`[x1, y1, x2, y2]` in absolute pixels** (top-left, bottom-right) on the 1024x768 image. For point rows, a prediction is correct iff it lands inside this box. For bbox rows, the prediction is - scored against this box with IoU. + scored against this box with the asymmetric coverage/precision rule (see + [Evaluation](#evaluate)). - **`point`**: a reference click point inside the box. - **`answer_type`**: `point` or `bbox`. - **`eval`**: binary evaluation rule for this row. @@ -89,11 +98,11 @@ Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout): ### Load the data -Via HuggingFace `datasets` (after the set is pushed to the Hub): +Via HuggingFace `datasets`: ```python from datasets import load_dataset -ds = load_dataset("YOUR_ORG/pointerbench-text", split="test") +ds = load_dataset("WarmwindOS/pointerbench", data_dir="pointerbench-text", split="test") ex = ds[0] ex["image"] # PIL.Image, 1024x768 ex["instruction"] # "Click the word \"invoice\"." @@ -145,6 +154,15 @@ The scorer reports overall accuracy plus per-data-type, per-category, per-surface, per-language, and per-difficulty breakdowns. `--json report.json` writes the full report. +**Bbox scoring rule.** Point rows use point-in-bbox. Bbox rows (text bounding +boxes and invoice fields) use an asymmetric overlap rule instead of plain IoU: a +hit requires `coverage >= 0.90` (share of the ground-truth area inside the +prediction) **and** `precision >= 0.70` (share of the prediction inside the +ground truth). Cutting off part of the target is penalised far more than +wrapping it with some margin, which matches what text-grounding actually needs. +The thresholds are configurable per row via `eval.min_coverage` / +`eval.min_precision`. + ### Turning model output into a point Models emit clicks in many shapes; map them to `[x, y]` pixels before scoring. @@ -175,7 +193,7 @@ geometry and an independent verifier confirms each instruction resolves to exactly one target before the example is kept. The set is **held out**: it is built with a generation seed disjoint from any training data, so no benchmark page is reused for training. The generator and the exact build command live in -the [source repo](https://github.com/YOUR_ORG/YOUR_GENERATOR_REPO); see +the [source repo](https://github.com/warmwindOS/pointerbench); see [`REPRODUCE.md`](REPRODUCE.md). ## Limitations @@ -194,7 +212,7 @@ the [source repo](https://github.com/YOUR_ORG/YOUR_GENERATOR_REPO); see title = {Pointerbench-Text: A GUI Grounding Benchmark for Text}, author = {Pointerbench-Text contributors}, year = {2026}, - url = {https://github.com/YOUR_ORG/pointerbench-text} + url = {https://github.com/warmwindOS/pointerbench} } ``` diff --git a/pointerbench-text/REPRODUCE.md b/pointerbench-text/REPRODUCE.md index 92473463338b95739b17cb594014c4ef1047fbfc..70d2b4c5428832cda8d0d44ba5b2e9e5becdc379 100644 --- a/pointerbench-text/REPRODUCE.md +++ b/pointerbench-text/REPRODUCE.md @@ -15,7 +15,13 @@ python3 build_textbench.py --n 500 --seed 90211 --out /path/to/pointerbench-text instruction, the pixel `bbox`, a reference `point`, `answer_type`, `eval`, and the data_type / category / surface / language / difficulty tags. - Target kinds follow the generator's native `KIND_WEIGHTS`; bbox-answer kinds - are preserved instead of being filtered out. + are preserved instead of being filtered out. This includes the invoice-field + kinds (number, dates, sender/recipient, line items and the full line-item + table, subtotal, tax / VAT ID, total, IBAN/BIC, bank details), which render on + dedicated invoice surfaces so each target is unambiguous. +- Bbox-answer rows (text boxes and invoice fields) are scored with an asymmetric + coverage/precision rule (`coverage >= 0.90`, `precision >= 0.70`) rather than + plain IoU; the per-row thresholds are written into each row's `eval` object. - Language mix is fixed by the builder: 50% English, then 10% each of German, French, Spanish, Italian, Dutch. - Rendering is deterministic given the seed (pure PIL), and each instruction is diff --git a/pointerbench-text/__pycache__/eval.cpython-312.pyc b/pointerbench-text/__pycache__/eval.cpython-312.pyc index 58d6b43e3e62913caa3d19edce1cf33bd7c7b70f..8d5d2e3a86f7ada83f4b84c0abd05cd7a9242ed3 100644 Binary files a/pointerbench-text/__pycache__/eval.cpython-312.pyc and b/pointerbench-text/__pycache__/eval.cpython-312.pyc differ diff --git a/pointerbench-text/data/test/0000.png b/pointerbench-text/data/test/0000.png index 68ca4d6438507b221628ddb8308d697879962590..049eceefab590cc410c9eae71357dc43de6c448d 100644 --- a/pointerbench-text/data/test/0000.png +++ b/pointerbench-text/data/test/0000.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ad700e5ce9a298dadffd9cdd27c5269cba0c782984cfb4b365283857b6993f0 -size 285834 +oid sha256:d3bf4638bf5805fd6de26c11a48557d4fbf2e883b8de7f1fca60c30b280630f6 +size 76753 diff --git a/pointerbench-text/data/test/0001.png b/pointerbench-text/data/test/0001.png index 91c63353c86da7f737be2a61deb0bac141aee297..846d582963ed40ebe69edb66b469daddc378731b 100644 --- a/pointerbench-text/data/test/0001.png +++ b/pointerbench-text/data/test/0001.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72c5284c684863cb3a938960b6fe23f4d29f974e6700ce27d090534ea2ee4dac -size 93048 +oid sha256:45275b054aa93317ab019700f6400407b35a238d17a0f478fcdb90115c8ee090 +size 192004 diff --git a/pointerbench-text/data/test/0002.png b/pointerbench-text/data/test/0002.png index bf56f2cecb86b059315a9b33c81f18b6b002f98c..aa4476c2b66f47118a5f50d1decb5aaed75d539e 100644 --- a/pointerbench-text/data/test/0002.png +++ b/pointerbench-text/data/test/0002.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:294f231b721c428b848aa8aa2e09e87bfbc163473c6963ab3b97bb7c7069ef23 -size 85699 +oid sha256:c301343b4d16621414fe2b83a3f6a579514624992949e87b5a8c25c663ed025e +size 165210 diff --git a/pointerbench-text/data/test/0003.png b/pointerbench-text/data/test/0003.png index 3755e33c4665633039e8c8d5b3b51c08090162a2..34b7fb685fd3b9ba0f5a033d053efde4781bf99c 100644 --- a/pointerbench-text/data/test/0003.png +++ b/pointerbench-text/data/test/0003.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dbe43ce6572ffefa6e387db3c01b3db0f69557822ae3783433be9149375fa90 -size 65193 +oid sha256:9779e837a54c40515f70576c2cbdd641b6e696f51bc887c7c359e2f9759309ae +size 215973 diff --git a/pointerbench-text/data/test/0004.png b/pointerbench-text/data/test/0004.png index 5ed5b6ece529abcaa359578130c1ec8270b1b134..b60c500ea9159d982358d658ef3b93589960b0eb 100644 --- a/pointerbench-text/data/test/0004.png +++ b/pointerbench-text/data/test/0004.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fe56e7b3ef62ce64d5693a3996dce4bb94bc9495a476d822cbbb7355d123724 -size 29586 +oid sha256:cbd26062d6eb149665f2012827ac0e7e5cbbf7629a19bb1e660f5ef4736a0fa6 +size 102814 diff --git a/pointerbench-text/data/test/0005.png b/pointerbench-text/data/test/0005.png index 42ba82bfbc73665d3f7ddab3090451289cccfafb..8fb8aa614641576352600340f73b5f326fa35ada 100644 --- a/pointerbench-text/data/test/0005.png +++ b/pointerbench-text/data/test/0005.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41a34d9cf9a846ff4d7a378ee3db9ef9dac59af939058ec730c38b1c9aa19293 -size 54341 +oid sha256:cd5197c2e646c5acf938120ff4e6e49c512c530e78218213a9158fa214b52b93 +size 91693 diff --git a/pointerbench-text/data/test/0006.png b/pointerbench-text/data/test/0006.png index e8bdc120bb84da034cf28b7ebed17c5424b50332..190d519e8e2772f3a42bd61c0c0d273ce979571f 100644 --- a/pointerbench-text/data/test/0006.png +++ b/pointerbench-text/data/test/0006.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e25d1efe02b807e38f840993799478bbc5a99fe6aca0f406324c1cf9dce943ac -size 976777 +oid sha256:1c68d0a97e44b1a37f66cbb4218e176ec457010ef9879d6360fdce7c79bdf685 +size 657053 diff --git a/pointerbench-text/data/test/0007.png b/pointerbench-text/data/test/0007.png index 7ad1f907a01642a6f4ced017985ee321975421ca..8d0605d250e0615b720e719b35a26be9753f7456 100644 --- a/pointerbench-text/data/test/0007.png +++ b/pointerbench-text/data/test/0007.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28edf52d26c8c84ad35937393e550f21b4ed2241eb6c56388505d348354642eb -size 207823 +oid sha256:9365a58c50de0d8da0da8e07113b11ed6dfba5055ed2aafc0dc8d61821b88fdf +size 529175 diff --git a/pointerbench-text/data/test/0008.png b/pointerbench-text/data/test/0008.png index 08cfb687d418e096c7e53c73db7dbed7bbcb42d3..83a9fe8de7e8a145524de5b66f22f4caea333193 100644 --- a/pointerbench-text/data/test/0008.png +++ b/pointerbench-text/data/test/0008.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:368040988cb1652ce440e322b94dfad2d3bb1d112fd25b6f3b8701497c127090 -size 61129 +oid sha256:69e2e44307a117ccf59f35d31039da3c00dff65fdeea0ed4be523d51100e21ed +size 61150 diff --git a/pointerbench-text/data/test/0009.png b/pointerbench-text/data/test/0009.png index 115b538929d21f872cd01fcda75be7308ced1a99..859a6748580f83cfd6498ce9cfb0b210da26f6ff 100644 --- a/pointerbench-text/data/test/0009.png +++ b/pointerbench-text/data/test/0009.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:342f0d24fc48ee9795a50a831212cb5ef572b52c4f68845bd85bc2ac161b69e2 -size 68643 +oid sha256:442be039447cb5041767d8c7125c51ccf82b5a5ca90344eed5f3130b7d2cd360 +size 86391 diff --git a/pointerbench-text/data/test/0010.png b/pointerbench-text/data/test/0010.png index 9a3745cac7c908cc03d85545da6a833903eda372..4206e1a8fdb28684180c8c06f2e94b357f8b0b1e 100644 --- a/pointerbench-text/data/test/0010.png +++ b/pointerbench-text/data/test/0010.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:842019eabfea8e5563e9e810df0a06028be7259226d86a3b11d04dbc125dcc48 -size 58754 +oid sha256:452e0798452112307c2bd6950e877adde86b10b74ce12f75d355c51b271edc53 +size 38862 diff --git a/pointerbench-text/data/test/0011.png b/pointerbench-text/data/test/0011.png index 11a53a474f7c2a12e74b2e2f6ebdeeeb550591f4..75b134e832488f467e986d268458dc1d0808b109 100644 --- a/pointerbench-text/data/test/0011.png +++ b/pointerbench-text/data/test/0011.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d3d04112ac65efddf02321072e233f17f2563476f6c78853a79d6acebdf6cfd -size 862368 +oid sha256:696dbded5da8f4862ac1a1dae8cd56cdfdde797ed53b9b6d9dd6bf823e4a0f50 +size 1084490 diff --git a/pointerbench-text/data/test/0012.png b/pointerbench-text/data/test/0012.png index 698e8bd3b0963ad3b181b1664545f5e0a4190be2..5e89ea10978b47574d86477bb3021d890af78f9e 100644 --- a/pointerbench-text/data/test/0012.png +++ b/pointerbench-text/data/test/0012.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d995b389ca42ac1269e96b59485b46c25db7804ac9d957137016d21d625bd2c -size 50301 +oid sha256:8e2d927dc8125c2fe8771d0c6b51cbe71ab8e37921e10325176c611984f1b08c +size 50306 diff --git a/pointerbench-text/data/test/0013.png b/pointerbench-text/data/test/0013.png index 473b30b2f906563dc66c412c4e7a786d77faec5f..751071ff0d3dcf10799330e030c720c279f6dee5 100644 --- a/pointerbench-text/data/test/0013.png +++ b/pointerbench-text/data/test/0013.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:117cff15ded9670a56e9807620dd41bef812892998f5e14040a146c5577d9e19 -size 666605 +oid sha256:471b9ba05d083662c89c39dad004d41997fd4a3c5b77cc08de9352f92c497e92 +size 40812 diff --git a/pointerbench-text/data/test/0014.png b/pointerbench-text/data/test/0014.png index 750cbf0971806d32e0c18ece898eacc7939c0b37..05409e98975a8b652e1284d170dd9ac5b49d3abe 100644 --- a/pointerbench-text/data/test/0014.png +++ b/pointerbench-text/data/test/0014.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83bc12f2ba2e945fe01473766ef83084247ff5c0119750c2f25df928c2bff669 -size 42627 +oid sha256:1e4d9e4fab927f8172d4b54acea44b6e83c0e05fe0e7c978bb3901df1a9312ac +size 39434 diff --git a/pointerbench-text/data/test/0015.png b/pointerbench-text/data/test/0015.png index 2820fdf622639325345fa0d4f7a782651eba386a..8cd55f0fd3d7935ae162e2b5c88bc354f6fe2df0 100644 --- a/pointerbench-text/data/test/0015.png +++ b/pointerbench-text/data/test/0015.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d45520fc4e4402b791093dc87a8e8da6c22481777a0f55ead7646ff10e07b3a -size 44838 +oid sha256:4d16e8578c7bc2165712599ed3015e756a115db4f992a251add0a773016619a9 +size 42456 diff --git a/pointerbench-text/data/test/0016.png b/pointerbench-text/data/test/0016.png index eac067207c6af0a4256480477d800c5e6d943962..cf9ca56cc4b281a8d7f9d69bd99b51f7b3204d18 100644 --- a/pointerbench-text/data/test/0016.png +++ b/pointerbench-text/data/test/0016.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:daea516b92f2ba0e0cab43faf617364207ae2b4a0af8a9284de1aef29526ec74 -size 48764 +oid sha256:3b7467eb6050a11cc19f0a7b29bc8b99776bf660cf972222a7c99ad747110bcf +size 81652 diff --git a/pointerbench-text/data/test/0017.png b/pointerbench-text/data/test/0017.png index a47b412962c1200ada938b69535b4178bb3e9aef..a7ff7c394d89984290d0e0a1d9f1fb420b156137 100644 --- a/pointerbench-text/data/test/0017.png +++ b/pointerbench-text/data/test/0017.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b166404d89cee15d49a8ee2416ba24a75e3cc1391ada9d406b61a43750c0ed13 -size 120423 +oid sha256:bc0a35a8aca7fa9f8024c8112eff2084e403203da63a6a6d889fd326531addc7 +size 855265 diff --git a/pointerbench-text/data/test/0019.png b/pointerbench-text/data/test/0019.png index 075e7c65793ab4d275d17c116fd69558e160af11..57cec468c45db8d10219eda2617d819d861f1cf4 100644 --- a/pointerbench-text/data/test/0019.png +++ b/pointerbench-text/data/test/0019.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98467a9a014429a54fe0943feb473385c6c913ed8b1e0661dffab4445e99e4e5 -size 82907 +oid sha256:edb63adbf221717a0e38bb1e410dda7037394dd7d890937b8cc26c88837580aa +size 58993 diff --git a/pointerbench-text/data/test/0020.png b/pointerbench-text/data/test/0020.png index ba9075c11443a4485dd4537b8aa2a65c15d18b56..92bc2d7946100949da92c4ba1ffa05360bac14f5 100644 --- a/pointerbench-text/data/test/0020.png +++ b/pointerbench-text/data/test/0020.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e86bd3ed7b35f0ceec92d6529d355438cf1217040504fa8f3974dcddc62c906c -size 52593 +oid sha256:0ee2b69b4461135bf2213883ff501d450f60f142fe81e7c89a37ce37668fb7ad +size 596194 diff --git a/pointerbench-text/data/test/0022.png b/pointerbench-text/data/test/0022.png index 72762f3fee3570928710dde06f77153ebfffb789..32f146c6ac63701e9a1883a6402ed5858d724350 100644 --- a/pointerbench-text/data/test/0022.png +++ b/pointerbench-text/data/test/0022.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d607f9c87e2a927917be3ecd682e3d213b897b53f7b4c98f43b420aa2f2ecde -size 33521 +oid sha256:be0c39f0370ca4f6c89edabb218aa8cf2d48dee1b8c75e71ee901ef79f186091 +size 33532 diff --git a/pointerbench-text/data/test/0023.png b/pointerbench-text/data/test/0023.png index 88c491f957587cc4acdf4cc2bfbd5f00ad516093..b75e4b11e9228d64ac1c36f0bf6960e55103420b 100644 --- a/pointerbench-text/data/test/0023.png +++ b/pointerbench-text/data/test/0023.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a948c918d8b8ead9a8d36a39040085cf14c31312376d0781bc4399292e249f0 -size 59164 +oid sha256:c6bad1697a9d006b0bc1d37d1fc76d87bb2b1551290a2544ce21c54d7a6f22d7 +size 55890 diff --git a/pointerbench-text/data/test/0025.png b/pointerbench-text/data/test/0025.png index 9f634bafa8421b5ddcc19080ab997a75b9d16911..909df86ddc9c0b8feba829a709a41a38c6d4cf6d 100644 --- a/pointerbench-text/data/test/0025.png +++ b/pointerbench-text/data/test/0025.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d01f130ac85df189a22f0e1197fd5fef508c857fad839371d707825beed9e535 -size 57279 +oid sha256:9e8b57df56fa356ce9d7dc6dde81ef27c7b70baf2b53511e7cfe7af1c3e917ab +size 84318 diff --git a/pointerbench-text/data/test/0026.png b/pointerbench-text/data/test/0026.png index 1d6fbf3d4862625bf15240a1157388d8bfc3742a..144647cb62befefbb12ebe11457fe1494f6ce8fe 100644 --- a/pointerbench-text/data/test/0026.png +++ b/pointerbench-text/data/test/0026.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8577cc012047d5859fe7a29a68728618ba44b13e2368a50b867f62d1355d13fe -size 63616 +oid sha256:6fc634b17e7590d770490b6715530ec7e6430f70e589971e46ca1860c9e97431 +size 57993 diff --git a/pointerbench-text/data/test/0027.png b/pointerbench-text/data/test/0027.png index fc546f8b898903aebfbd722c018becca6cb60b07..878eae23d27d8f7710d0d960fb223b31535d20b7 100644 --- a/pointerbench-text/data/test/0027.png +++ b/pointerbench-text/data/test/0027.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38542ae411f89bf10f1f31506b7696bb1692dfd5975a931bfd2eb76cb810c273 -size 92411 +oid sha256:b154d62b20ab60f954501ae5ed1624a85b07f9d9ac007bd50cc0954bcc73402c +size 31037 diff --git a/pointerbench-text/data/test/0028.png b/pointerbench-text/data/test/0028.png index efc4b22f52c8ebefbeee4d8b541a4cc95b3e5321..1fdd39bb165f8e182314082c5f0e147ecff33b0f 100644 --- a/pointerbench-text/data/test/0028.png +++ b/pointerbench-text/data/test/0028.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc61d7aa02389da446695d900b1b998bf174989835956afd2d89dfeb151b9065 -size 47533 +oid sha256:ec1d34722fe9d406626557acc378adaa0400d14c4e8c7d8bae37dfcee38350f8 +size 848443 diff --git a/pointerbench-text/data/test/0029.png b/pointerbench-text/data/test/0029.png index fa67bc4db1cc3767b16c87b158c0e2c164f599ba..27d99b60767f7cf7b51074589d608cf204ba6aac 100644 --- a/pointerbench-text/data/test/0029.png +++ b/pointerbench-text/data/test/0029.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fed50730e16084f187973c5d56e0113ba13226ab337dba292f22a9ecb7a37ae -size 74989 +oid sha256:fa64975b24498b2d31ae04744c00db98eb1a26503f169e84b2e79d17cebfc64f +size 45746 diff --git a/pointerbench-text/data/test/0030.png b/pointerbench-text/data/test/0030.png index 7a074d1f4eac17610a3f1fa540d02fd9d62db146..27e7f2f951b220c772c9daf795c78fd143cef663 100644 --- a/pointerbench-text/data/test/0030.png +++ b/pointerbench-text/data/test/0030.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a06072fe423dfbc2a6899427a3fb09365c4cb79177b7fd50db1999e1fc2e4784 -size 94104 +oid sha256:198b5fe29835f36e56e4eca6d32d14caae88151416adb6d2b8c917c5d04a0ceb +size 94091 diff --git a/pointerbench-text/data/test/0031.png b/pointerbench-text/data/test/0031.png index 643e10a8c817a907c3ec930aea738512f4b4b7e9..5634afca92bf5732df8cd6bba2cfe672642a3e69 100644 --- a/pointerbench-text/data/test/0031.png +++ b/pointerbench-text/data/test/0031.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc0c00cec653e4f417bf937a77f14c4e84f53e806d8d2656011bee6dc0b0271f -size 47673 +oid sha256:30169cd4b1c6b9e56a2c286658a7365b423b0220d8762b535bad71834d78518d +size 30790 diff --git a/pointerbench-text/data/test/0032.png b/pointerbench-text/data/test/0032.png index 0f52b858299dac1746cecfd99419c0b7130377c4..84c059ee4df0ea249cb0ab33b7efb7a11f6a06eb 100644 --- a/pointerbench-text/data/test/0032.png +++ b/pointerbench-text/data/test/0032.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f3bf3fbe7f3f5ae6097222aefcd9b9254530d325b11dfea8a18140edd2cb346 -size 81917 +oid sha256:be5cd80598116a9ceafecc0e44157b43bb90fe32f773839442d9069bb5e5cddb +size 85990 diff --git a/pointerbench-text/data/test/0033.png b/pointerbench-text/data/test/0033.png index 310225ca67a90828b4caddbeabd92c11b6811121..6137f59cb7adf0842a2063cdefffac3b8925ff31 100644 --- a/pointerbench-text/data/test/0033.png +++ b/pointerbench-text/data/test/0033.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:073551f05e477925d9fc89a30554b2604f53a2b6c7e94a8d30ee34e17e550ab0 -size 117062 +oid sha256:947a0c415a73f7014530e215da6dc2453a2b2453b9c552e1d22797e84e67feae +size 771291 diff --git a/pointerbench-text/data/test/0034.png b/pointerbench-text/data/test/0034.png index 105da61b923c1da17ccd15295fbe5c7b9efe1e7f..812057f5daea106e13f00fccde435c6cd682fcd0 100644 --- a/pointerbench-text/data/test/0034.png +++ b/pointerbench-text/data/test/0034.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d57dba573c997ebc7a907b2d77d2969fb8dea8bc187d8dab7782cadd7df0097 -size 809315 +oid sha256:84fec8a6da1bb3eca77eadab1aa5e7507b7bdbe29065388dca45d5a162bc5387 +size 158059 diff --git a/pointerbench-text/data/test/0035.png b/pointerbench-text/data/test/0035.png index 90ce5724cd8269f12e4e546d3879f054950b5d0f..d19c11ee24c9bd9f78fbe48e449792246975c57e 100644 --- a/pointerbench-text/data/test/0035.png +++ b/pointerbench-text/data/test/0035.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9565038390a427a5efeccb862cc1338861c13bc82ea255a3e8edfa36ab25d84e -size 88532 +oid sha256:8d023cbb403ec543dc93dfd29084b23266a568ec4ef27708866dd96fe9a5d1bf +size 80484 diff --git a/pointerbench-text/data/test/0036.png b/pointerbench-text/data/test/0036.png index ded67ec7a1865c7365c33247fac3a7deeebd6458..c6fd05e333dc5f96cdaaceda2c9df8764172ac0b 100644 --- a/pointerbench-text/data/test/0036.png +++ b/pointerbench-text/data/test/0036.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afe74328b21047dfa57b227eae80e6116d5c0f85217d5ea6e9520e7c59273238 -size 52762 +oid sha256:420aacd7b6b06907eade5737c41a36f1e2866cb828cc59a74001265be8e79a04 +size 186461 diff --git a/pointerbench-text/data/test/0037.png b/pointerbench-text/data/test/0037.png index b4b42cbee8727beccc006479e7dec43455bb4d37..0ad6158e1b61ff7742b66673cce7e2e35d4bc5b7 100644 --- a/pointerbench-text/data/test/0037.png +++ b/pointerbench-text/data/test/0037.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00d48aa89706c9056a4ac7533034c70e13cb1fa0abc65f6d30c3aeadbf7997a6 -size 45050 +oid sha256:263b3766e39db259f4e89eb55894b769fd0aa0fc7883252a5c983e4ac4409ae7 +size 121090 diff --git a/pointerbench-text/data/test/0038.png b/pointerbench-text/data/test/0038.png index 47a25ed65e1becd6670c81e701d0bc8d0917ec0d..349f3dc476f43459ba7cc536ae343d2f14560ad0 100644 --- a/pointerbench-text/data/test/0038.png +++ b/pointerbench-text/data/test/0038.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0226e7151ab7e920786c19a27a572924c7a883126655969c53ab82257baa02bd -size 44402 +oid sha256:67dfbacb2dd20eb7076c70a621cfb1db38e2c47bc62303253b8049f884b99e68 +size 44547 diff --git a/pointerbench-text/data/test/0039.png b/pointerbench-text/data/test/0039.png index 36cdca0e0627ae4e91d9934030a51fada46d8664..7c16b44c78e42ed093cc7769fb03998f364038a4 100644 --- a/pointerbench-text/data/test/0039.png +++ b/pointerbench-text/data/test/0039.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e4ff872eaae8870d46d19003215c5ff6af5ad716774c0fc849feed6377ffe04 -size 64278 +oid sha256:b002712f6a048c0df6c2a96a52d9b9c1c1eda619ac0a457f2529f6b70d915909 +size 308846 diff --git a/pointerbench-text/data/test/0040.png b/pointerbench-text/data/test/0040.png index d51d6d59d6381582243a8a2f4387a1edd67a88d1..108b1b3f007c5ec44677fd0f11ed1134c07ce64e 100644 --- a/pointerbench-text/data/test/0040.png +++ b/pointerbench-text/data/test/0040.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:566e6c43cb43272ecf0f6fc0aa2330fef76746201400be3aa52e5267aa7f636b -size 561092 +oid sha256:9b641b5baceac704ff41aedc9447d9551d1694bb960910cce8e31bef77e0584e +size 29151 diff --git a/pointerbench-text/data/test/0041.png b/pointerbench-text/data/test/0041.png index 4c95372ddf24d17edeb622cd964e3c095c0a34df..d21d743248f3f4b11acacbcc090d5aa1c8b3ead3 100644 --- a/pointerbench-text/data/test/0041.png +++ b/pointerbench-text/data/test/0041.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f1e2bb342adf7fbcc084b5390f8e4fb59496f768ffa79cc56b91a62fc1e0644 -size 614025 +oid sha256:d831a90d505c4825da242f93070b2e7174bbc0e13fc18655b89f7417a272d5e9 +size 614084 diff --git a/pointerbench-text/data/test/0042.png b/pointerbench-text/data/test/0042.png index 9124aa12a88a39fd42aa80487decf2e50d532894..4aa3a8ed06120b2ed33b0c9b509737ad04b84f46 100644 --- a/pointerbench-text/data/test/0042.png +++ b/pointerbench-text/data/test/0042.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c16270c226192956b2003cefedb6b2891d434e8072243acdc293066fc6e21eed -size 342209 +oid sha256:07eac43c6bb098cdf810055fb1cfec7cd8d48f2ce0ead6244afd88e581411309 +size 662364 diff --git a/pointerbench-text/data/test/0043.png b/pointerbench-text/data/test/0043.png index 1f4065037e2395d26afb40bf21e74fa08d6c1f2f..46d9f502e634055b70e7543bfe9e674240c62d67 100644 --- a/pointerbench-text/data/test/0043.png +++ b/pointerbench-text/data/test/0043.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cba7fd2e0aec839dfaf6e14b22cc5aaccc44ecdbae5299c8a15fbfc03610981 -size 119279 +oid sha256:68087500c3c6fdceb102bcf3e054c6ab049a07152ad4d3defe1022b0f82d938e +size 103035 diff --git a/pointerbench-text/data/test/0045.png b/pointerbench-text/data/test/0045.png index d76293da8c56cb3306cbd9ff76e5d3d4d1e35a16..714158a477b6d33efe7933e04b41921ed8aa187d 100644 --- a/pointerbench-text/data/test/0045.png +++ b/pointerbench-text/data/test/0045.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff2d5bed7683ac3e55cc0c6fd70c3dbaae1476a2b4fd309f1ddec577ad26779f -size 698470 +oid sha256:04fec1ce456f338a2d797574ad1759bdb9c024e67a60f04e44cfb1d839ef12f9 +size 25371 diff --git a/pointerbench-text/data/test/0046.png b/pointerbench-text/data/test/0046.png index 124150aba64b2d66c586ee0424997d1c33789ef6..1ec5f50402188c0ab32ab4bd32d0db8fb8e25999 100644 --- a/pointerbench-text/data/test/0046.png +++ b/pointerbench-text/data/test/0046.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9c3c8ec40b500e07bbadb10007f1691cafdb10120b873d3d5c2095e86185298 -size 45455 +oid sha256:90eaa4a6f5980602539c3d77cadbcf44d383af0b7589498892d86da44a0295f0 +size 78034 diff --git a/pointerbench-text/data/test/0047.png b/pointerbench-text/data/test/0047.png index 8dd6200b7043d0ef1f640a3fe7ac52e9f21e86e0..90baa9d91c21051ec2fd91272b38240088fe214c 100644 --- a/pointerbench-text/data/test/0047.png +++ b/pointerbench-text/data/test/0047.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:524e2668590171d00ca55ab79e0cc1b9d83d99dd4835abf7e88a2bda7c9b9d4e -size 72969 +oid sha256:0379fa949121b46b387874c8a6bd4e3d1d58c9b88455c755a83077341fc81f2e +size 72839 diff --git a/pointerbench-text/data/test/0048.png b/pointerbench-text/data/test/0048.png index ab08867b54b793279061c50a6f18a2c3639e13bf..d43d3bb5f33f44acc9b723b57c562f25a436675c 100644 --- a/pointerbench-text/data/test/0048.png +++ b/pointerbench-text/data/test/0048.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a9b12fd06963258e3526dcc75542ae393627f34ac8a4b4edd49ca8626f7e0e3 -size 125094 +oid sha256:3b4ab0ae7b3aedd302957157b315d15ca03142282f3a3639c48f856bda8c2c05 +size 45200 diff --git a/pointerbench-text/data/test/0049.png b/pointerbench-text/data/test/0049.png index af89a6566a4305cfc817852af6d5d75ce34dbfd9..2984659ceb438bfdf1a5e485176d3b99e66de568 100644 --- a/pointerbench-text/data/test/0049.png +++ b/pointerbench-text/data/test/0049.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e86a80b33fc83faf4cfe92fec642930e31646356adc3596998b0cd566e40aa68 -size 78178 +oid sha256:5ce22d9c8b149861ad6740a89cf7133d0be08b57a4777f33e587811882b3f5f2 +size 109202 diff --git a/pointerbench-text/data/test/0051.png b/pointerbench-text/data/test/0051.png index 4a18359cf6bab1ba78d9cefd5c50ef5ffef024d0..d293558fd6f969f26b6a8b507f8447e584855633 100644 --- a/pointerbench-text/data/test/0051.png +++ b/pointerbench-text/data/test/0051.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd3dfb31c9e97be4ec1a0ead70a8603e7ea9e58bc5e8d392be8f441eb8405624 -size 40270 +oid sha256:ad2cf5e7badb574a83628e1f79f3ead669f65eafcf3ffcf0b65e0c238ac508c6 +size 40264 diff --git a/pointerbench-text/data/test/0052.png b/pointerbench-text/data/test/0052.png index cb536c33122e103556209ea8c94481dd7611cb2d..b9916bf0ea3777582b576a80d43981d72fedb325 100644 --- a/pointerbench-text/data/test/0052.png +++ b/pointerbench-text/data/test/0052.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6d03c5696482e4da0b2af7a001dd6fa5e2c6ee40f1e66e492fdc3374542d887 -size 53415 +oid sha256:8632cce9f95d8f44588832825098c58b00cff17bd5f2270913ee7d4e0f250dc2 +size 68158 diff --git a/pointerbench-text/data/test/0053.png b/pointerbench-text/data/test/0053.png index 44df65ea1ff24786057948ce67ed26bc41faaac4..e13d2e42045f49cc94be1523343308ce145beea3 100644 --- a/pointerbench-text/data/test/0053.png +++ b/pointerbench-text/data/test/0053.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67d4885af9861536aac0689d0a4cd291b4535bf3d0266a1d94b03ddad199a559 -size 843338 +oid sha256:a82dbb84945dc6fc23c13b864865d6270acb823bd74acf7224b4d8091287813d +size 66675 diff --git a/pointerbench-text/data/test/0054.png b/pointerbench-text/data/test/0054.png index d80f74b7f1f92e73c6604eafa14b0caff0610a58..ddfc26fca13cbb43f22fe547607f572edd67d3fb 100644 --- a/pointerbench-text/data/test/0054.png +++ b/pointerbench-text/data/test/0054.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4659e675a274e923a0d3c625b27375bd0e331bbfae0be435037b8d8191de9438 -size 101184 +oid sha256:6ce8145537444171e831af4f2ff25f7022ff3aacee52bef2522e7fcddcfd7775 +size 40024 diff --git a/pointerbench-text/data/test/0057.png b/pointerbench-text/data/test/0057.png index 033e37f9a454302d1852781966bdbd1a71245996..fc31ae7ff6fd037c22e4731bc7dd207ba5b72538 100644 --- a/pointerbench-text/data/test/0057.png +++ b/pointerbench-text/data/test/0057.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90b4b4ac3135be4231db274075439ae9b76025d9ff61d0e481da3d701d34d03e -size 847060 +oid sha256:e0d54b75cde9bd28ffd5c59b3e1ed59d29b5ce3d4bf9f5299bac0ab969a32c6d +size 72644 diff --git a/pointerbench-text/data/test/0058.png b/pointerbench-text/data/test/0058.png index cd76f52fcb1fb7ed5169d1c4b2f1ce6d3025e0c0..965f76238dfb23650fdad0af850cc45dc7fdf58d 100644 --- a/pointerbench-text/data/test/0058.png +++ b/pointerbench-text/data/test/0058.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e342c780b1776731a8e69100414025758667c7d84bad8aec1df6aa60e2e50fc -size 71247 +oid sha256:0359d52ac97239b30c714e705ffa2d8e237b883d99087b6afde6ba8dc71df1d2 +size 133157 diff --git a/pointerbench-text/data/test/0060.png b/pointerbench-text/data/test/0060.png index 6d7edc9bf61c6423a0ac4979d0d0283b2c3251fc..8ac47b0b568d72f10ccdd16386fecaef2f75e14d 100644 --- a/pointerbench-text/data/test/0060.png +++ b/pointerbench-text/data/test/0060.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0861575ec1b17afe1c620de738b142a48ac1395cdb700835720b6bfc2570583f -size 324149 +oid sha256:86d05d36f1b4a857dc1929584a7bfc8254720a68474753d70432a45ffd69ecc3 +size 913541 diff --git a/pointerbench-text/data/test/0063.png b/pointerbench-text/data/test/0063.png index bab0b517cbec54537a864618d8a1539f33486718..c2f2f46bbf88c7fd25b2c390851ed88605288f52 100644 --- a/pointerbench-text/data/test/0063.png +++ b/pointerbench-text/data/test/0063.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d5ce22271afa2a7e763b92e3f5f4eff3548f7b6e41054f4296198505acf95d3 -size 717285 +oid sha256:a9e83c4488f32f1777193ad7ef09ac62bb45b067c5eb839fcb749d6b97099668 +size 35034 diff --git a/pointerbench-text/data/test/0064.png b/pointerbench-text/data/test/0064.png index e566e6d36c10f692fe52a8c274323ff7e1a8af49..0893cb35840e814f1a009920f83798559ede206f 100644 --- a/pointerbench-text/data/test/0064.png +++ b/pointerbench-text/data/test/0064.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1389e160a8edc3b28c419072b645100ceb6100c6a05bbf5d30a6121ac5474642 -size 70053 +oid sha256:c96c236e23d217632ce894586c57c1631a6419133d21f35943d4cb15246779aa +size 63233 diff --git a/pointerbench-text/data/test/0065.png b/pointerbench-text/data/test/0065.png index 5185318a38dac60de75a197c4ace6c9d584afb04..284d441cd0418060d20a3e0f42df85679110f164 100644 --- a/pointerbench-text/data/test/0065.png +++ b/pointerbench-text/data/test/0065.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e160ae36da3f2fe1b97d06778675239259f9f65674821081920793ab87ee77a -size 49560 +oid sha256:484e620a901bef80b5e6d272890bf844a734bbd2ce6c7130270c13580016c8da +size 49425 diff --git a/pointerbench-text/data/test/0068.png b/pointerbench-text/data/test/0068.png index cd9470d43d423d463c06f4a0a25a14b5b38264eb..68023d36560cc0b6f46d63f648d9be16a6b8d0c6 100644 --- a/pointerbench-text/data/test/0068.png +++ b/pointerbench-text/data/test/0068.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e6719585805483b18efe56e87d02160c2ae12911e2181e39f5c86625c7669ce -size 99195 +oid sha256:96d6f0805ecdcf69049dc5b126347f8303634bb02a352b2442e276b2d8fa08f3 +size 99333 diff --git a/pointerbench-text/data/test/0069.png b/pointerbench-text/data/test/0069.png index a2326d8f6a99de7bafe53aed1db64088ca329c1d..4aba723e81a5df99e00e653d0e4085af6b9e9f68 100644 --- a/pointerbench-text/data/test/0069.png +++ b/pointerbench-text/data/test/0069.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:565b58d20409203ee962b99e06a6b776dbcd3ae7abcc200d60188dc53e072d56 -size 137833 +oid sha256:80ea1e3d9aeb7bfa5304ee45939c6d1e72ec93e03a54c883a0ca063dd1d77c63 +size 53195 diff --git a/pointerbench-text/data/test/0070.png b/pointerbench-text/data/test/0070.png index a804a60bed1b84e7cf4c25d2a948250d41ddb15d..ac155e9f72e8af3fb30126abbcc4242b80f9bdb7 100644 --- a/pointerbench-text/data/test/0070.png +++ b/pointerbench-text/data/test/0070.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acefbf343d8313cbcdea473a9b8961e0b6f8d1847da9fe4d4099e8cb8b9e57f2 -size 116966 +oid sha256:1488dba0593c1f1846c95fdcf8f8d2402528599bbed193553ae129bf79012c5a +size 166082 diff --git a/pointerbench-text/data/test/0071.png b/pointerbench-text/data/test/0071.png index eee670d9c503d0e92b8b55198946e3527dae83bd..e11faf63619114e2d8e186eb19c297fc13c05d0c 100644 --- a/pointerbench-text/data/test/0071.png +++ b/pointerbench-text/data/test/0071.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c7d236dc4e8715b3c84e2dafc0cab684d4402aea7b34cb0f976d89af692ba99 -size 91594 +oid sha256:4c6a7ce1e8f2a797e49c240a8ff64bf321df80715bb6ad29953d83fa7f2328d1 +size 50741 diff --git a/pointerbench-text/data/test/0072.png b/pointerbench-text/data/test/0072.png index 63b19212ccc2ef041d6a0dd265aac710d1554f5d..91126ba616b21673879360e9e8482d4528727514 100644 --- a/pointerbench-text/data/test/0072.png +++ b/pointerbench-text/data/test/0072.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a78138db3b10cbe5124200dcb0286ca08e9d749831f8de76fd6cae68d66de991 -size 944252 +oid sha256:59a0cd4552a6841a35ce7c686768d44b35c7b8d6a23721aaa4d1c6af01edad74 +size 69161 diff --git a/pointerbench-text/data/test/0073.png b/pointerbench-text/data/test/0073.png index c002211c62f8f6c45b146e78e50046ed0188aef2..7b35bdbf626998f94c34f3b6e4b0425fa125bef1 100644 --- a/pointerbench-text/data/test/0073.png +++ b/pointerbench-text/data/test/0073.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17f389f71eee4d6c65daa74ee4f600bc509ab850ecdd5fe4eb80d118b2100ef1 -size 169945 +oid sha256:42a4ddfc6e26091d374a1bbb7615005959aca41fe2d609d3509787eb7c63a794 +size 70351 diff --git a/pointerbench-text/data/test/0074.png b/pointerbench-text/data/test/0074.png index 69448c4de37aaa1fcdf791ecc61a2470491da421..637dfbe64e6759e786ad0a57361cb1db235d7b6d 100644 --- a/pointerbench-text/data/test/0074.png +++ b/pointerbench-text/data/test/0074.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22ef74102cf6d8717abdf6ce144d76573a0add603518fc06fa1556645ddbf7d5 -size 78660 +oid sha256:93f00a3fe3385b70ad187da59fbdc47d8cd7f8f829052366135363fbc81c18f5 +size 78443 diff --git a/pointerbench-text/data/test/0075.png b/pointerbench-text/data/test/0075.png index fa36165b6f2aa2ac49df7dc19e4910950ad3b6f6..57fea430f75b1709f01423d0002cd599a680a797 100644 --- a/pointerbench-text/data/test/0075.png +++ b/pointerbench-text/data/test/0075.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bbb663e2a8f6a517688549f20d8e44c70cd69ed027444b9d7af4af96571341f -size 51906 +oid sha256:8022f8271613eac2f2df868cf9bcff3309959ed37853ef42e2beaffc1f066748 +size 51892 diff --git a/pointerbench-text/data/test/0076.png b/pointerbench-text/data/test/0076.png index 7d344f713efa0736ae7e72d1dc4d04f2c5966d8c..1c9383d55655861ec9b1768b29205986fce868ec 100644 --- a/pointerbench-text/data/test/0076.png +++ b/pointerbench-text/data/test/0076.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:797de84684dcb6086dd2756c9971921e2a2b7ab98bd7f592709518d0bec6157c -size 88615 +oid sha256:cac4a78226619a97094f4d89ed67ae00b5a010e872ffe24478bf9125cce28524 +size 40846 diff --git a/pointerbench-text/data/test/0077.png b/pointerbench-text/data/test/0077.png index 2d853bffd334c449136c39c3cc7f6b16360d03dd..60697e38a6efbf04c6673103f94c3118961fd86a 100644 --- a/pointerbench-text/data/test/0077.png +++ b/pointerbench-text/data/test/0077.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f31eaeba16a216a038c544e9a5d59cde839c2d1a7e4636a3ce5cbdca70540f3d -size 109868 +oid sha256:5e51a99cbb35ee2d96f354eeb5ecd2fa225b234ee26c28bb03890ff6af6bcafd +size 190984 diff --git a/pointerbench-text/data/test/0078.png b/pointerbench-text/data/test/0078.png index fa66dd9f327ec91073c145ae35a29d20defb7e25..becae8bd93f24b70df49f5d9c767f08bebeb6945 100644 --- a/pointerbench-text/data/test/0078.png +++ b/pointerbench-text/data/test/0078.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ceb145d22daef872dc10500ae9e33d249ed5f5f01ec10e17fe628740211046d -size 93866 +oid sha256:23d4b59f9d2a42f21d54baf65b892de7426a52106416f0cb2afa690289f988ab +size 68384 diff --git a/pointerbench-text/data/test/0080.png b/pointerbench-text/data/test/0080.png index 2b9b70e18a641e5a9bec140520c42da2f602c5f0..67a05bc52420d0def881fea1ef8d9abe3bf0825d 100644 --- a/pointerbench-text/data/test/0080.png +++ b/pointerbench-text/data/test/0080.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4a47fa926f2ab52280803a77e74d476f0ddf15d7a479be1298a263a3f89465c -size 284732 +oid sha256:b26dd6cd7c4d5eee6ded24dd010b60e01d165c19108b844de150c0e1970a3d6d +size 41214 diff --git a/pointerbench-text/data/test/0081.png b/pointerbench-text/data/test/0081.png index c7015b0ff9f887f8ef85124fce25a56097620e3a..ee710ec313e835d70746841bb61d247ae6835d81 100644 --- a/pointerbench-text/data/test/0081.png +++ b/pointerbench-text/data/test/0081.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0968c93e56fb47bf99024fded48a61575c0b090df77b6268de3c10e59ccf7cdf -size 91313 +oid sha256:e8ec92e7baac8c584199834b40ce9995c5f6e35fbff15f09d5e49e9b5e9742cd +size 91216 diff --git a/pointerbench-text/data/test/0082.png b/pointerbench-text/data/test/0082.png index 11100da199a641015da17c1cc5980e8ebb7f700d..90672b175554d0eb6518d58724e3ebf9417d0589 100644 --- a/pointerbench-text/data/test/0082.png +++ b/pointerbench-text/data/test/0082.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7080d676bbb34e0e57ce3bc94ff7aaa41643ecaea4a98f52df904b768446ddaa -size 70973 +oid sha256:ce7c0fdc677417bb1159da82fa8503bb5039dd873304da0f44caf7cdf34e7c69 +size 33080 diff --git a/pointerbench-text/data/test/0083.png b/pointerbench-text/data/test/0083.png index 9d2240bba00c4e43fc1e4a5f00c50d02c6b124a3..66c41bc4b6224bb04738f5a19bf81fe7d9b8fe53 100644 --- a/pointerbench-text/data/test/0083.png +++ b/pointerbench-text/data/test/0083.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55f0ae5d981e32dc7eda1d975db5aded8b3c07bbd5130c590a4aaaf0f2aab5c7 -size 51820 +oid sha256:727ced2b1f2678c8883df584e2af7a80c1df2f71d1c1e286b84eeceaad8a6379 +size 67261 diff --git a/pointerbench-text/data/test/0084.png b/pointerbench-text/data/test/0084.png index 4bbfa486575e217e4ee65beaeba026d3d4969295..99b0052206d43b3ded04512fc86af868f96a8e48 100644 --- a/pointerbench-text/data/test/0084.png +++ b/pointerbench-text/data/test/0084.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ff20f7f57a7d99d116ab6d61acdab1ec7a56728efced9de6c418cb20410c2d0 -size 38276 +oid sha256:ae3c4d4370b9c99b9f454d2bb393ecd695d05b08c347de1008ea41b9e2a795d2 +size 38377 diff --git a/pointerbench-text/data/test/0085.png b/pointerbench-text/data/test/0085.png index 8b8f7d1d7fd38e717a5e7c33bfddeee41feda1c2..69a335f83d0f7f2256d7bc945f81b8fee6bc0c74 100644 --- a/pointerbench-text/data/test/0085.png +++ b/pointerbench-text/data/test/0085.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5be7c69e9096d3233a62ab9fe069c56e1a2a5b96d06311de36da02b7a8b2b9d1 -size 58642 +oid sha256:d2ea19be97f1b526e0710905407dfd87ddb3950f03820ed626414f0fed4b0718 +size 76658 diff --git a/pointerbench-text/data/test/0086.png b/pointerbench-text/data/test/0086.png index 8b30fc34f2206fa98262982b5bb3b5dcc5297707..be38102f33dd1c816f7bf8684139f6e5fbe1b4fb 100644 --- a/pointerbench-text/data/test/0086.png +++ b/pointerbench-text/data/test/0086.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f0b94c93c0494d6c169fec0389aa5aa40967fe6656dfef4033eaf47997be0cc -size 46656 +oid sha256:72a1cf3973c503c7b8363666686259fb83ea73d918a8fc48fac6669488e740db +size 46645 diff --git a/pointerbench-text/data/test/0088.png b/pointerbench-text/data/test/0088.png index 2d3676c2abadf91b3af64cfd50f716137de113a7..2f8fd51de00c123079f8ad9854d4744a3d069cbf 100644 --- a/pointerbench-text/data/test/0088.png +++ b/pointerbench-text/data/test/0088.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aa3960c29c415b89bfbe84fe7948a166345f45c17c06996b50caa1eb9adb889 -size 29833 +oid sha256:e528d8e9764bf1d104867e9db7fd3c2421eb661adaac268a1856914cdf08b0a2 +size 52919 diff --git a/pointerbench-text/data/test/0089.png b/pointerbench-text/data/test/0089.png index cdcc7f4bf3fae892ef0f4ebddd5fbb4e6c3a9579..8d04b920a4cc980d18332de05e035841d6cda88b 100644 --- a/pointerbench-text/data/test/0089.png +++ b/pointerbench-text/data/test/0089.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47742625ed40280d3e9c8892d2171dfded74487edd0930d8044a80230ac9709d -size 98711 +oid sha256:4abf9d374a5c0c0fbae7bf64c5d049f61be5a7f3818fbc6f890b4adca96a5548 +size 92728 diff --git a/pointerbench-text/data/test/0090.png b/pointerbench-text/data/test/0090.png index 7a9281494b56aef2e35de95c478ce1bc6a08024d..10e33fbe02a5427b2bbdc192c13ccbb42c066909 100644 --- a/pointerbench-text/data/test/0090.png +++ b/pointerbench-text/data/test/0090.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f457a176b5ccfa754f30b838f3568c1d339f20b8cfd22efa8f722ac866845255 -size 775006 +oid sha256:fa2f3eff32f3854ae432171bcd756bb69c6096b33a4f3f45bb84ae28b544e7d4 +size 141912 diff --git a/pointerbench-text/data/test/0091.png b/pointerbench-text/data/test/0091.png index 308187216715d52c6b90563254bdece6ee0a7e4e..e0b0102463439d12e8744f840e4c26f441a464c4 100644 --- a/pointerbench-text/data/test/0091.png +++ b/pointerbench-text/data/test/0091.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93d5a763cff1f414c7c4490b7c5d5b6e949ace4f026b251f52c6e1a57e53f8e7 -size 28186 +oid sha256:a8b8c6d8127fa3d22cdbd93343499effd9ba0a05039eb215f09c2eb263518ff9 +size 930071 diff --git a/pointerbench-text/data/test/0092.png b/pointerbench-text/data/test/0092.png index f4bc38d1fb80ff760e305b974b8a9700e6f7f231..09266050a7eebdca5fa10e71aa03ee062e53e33d 100644 --- a/pointerbench-text/data/test/0092.png +++ b/pointerbench-text/data/test/0092.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60472d6a38ba4a93e5c63065013b48673021cd264b0f279e7b4c3aac78d047e0 -size 73392 +oid sha256:f9b4dec192b19b36d87b7cc9bdfe6d154e295b8d1d9be029beb19ebbe2f7f508 +size 47149 diff --git a/pointerbench-text/data/test/0093.png b/pointerbench-text/data/test/0093.png index 3637acb6e3743968db4224e9e70bc7198f1eaa3d..3185c30557652fc91eb482066303b8b004c8f35f 100644 --- a/pointerbench-text/data/test/0093.png +++ b/pointerbench-text/data/test/0093.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b7b4a0c34db71b0446e878901579700df11439e6af4c7c80b7b143aadfae3a2 -size 82221 +oid sha256:0cb4557851f8e7b93fb4deb07088dda78f8172247c88b07ae1460584573f2941 +size 50764 diff --git a/pointerbench-text/data/test/0094.png b/pointerbench-text/data/test/0094.png index 6ba6ca21920cf587d0651488c6c1a4898e8a4200..3902b9180c0c99a459a1657d889ecacdd180f850 100644 --- a/pointerbench-text/data/test/0094.png +++ b/pointerbench-text/data/test/0094.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adfe7163cd6a76616e86be01ed7bc5e1fcc2fcd10767a237a7a2d1b28f076210 -size 79324 +oid sha256:c495d96b786a148d8dfe64e547e2b1f039452c3a1d2e61e044e1fab0e8ab51ed +size 84254 diff --git a/pointerbench-text/data/test/0096.png b/pointerbench-text/data/test/0096.png index 3347664ce526799702d4d149c299ed900b43c031..6429bd511e9ff63d11d4f59071f0c5bf4a99c0d2 100644 --- a/pointerbench-text/data/test/0096.png +++ b/pointerbench-text/data/test/0096.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e32f6fc3d8dbc31d015182c3ad1a5877a2214a9c70cd0a370ac0facbeba8db21 -size 887931 +oid sha256:d9a17fd052380e04aaa9e0b1517ae59910d621ca732a06fe73726c2cfbf22528 +size 140630 diff --git a/pointerbench-text/data/test/0097.png b/pointerbench-text/data/test/0097.png index 9d32c417f9df737a49f2b45781114c9d4c063809..57e40c3bf6895b6e8eaaef01d76ff45fa5dc89e0 100644 --- a/pointerbench-text/data/test/0097.png +++ b/pointerbench-text/data/test/0097.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85f70c5962e06a0a7e055b24aa98140cc671c2df2fb658c0add5f69d956b5586 -size 832510 +oid sha256:9f5736845c813e9c41c01a8b97054c77348506f40a22a9704e1b01033ea685c6 +size 112532 diff --git a/pointerbench-text/data/test/0098.png b/pointerbench-text/data/test/0098.png index 59b99a71ebd5328c75d146155d807bb98e150248..226f0b331c69ffd09f2fbfd2351595b56af59e15 100644 --- a/pointerbench-text/data/test/0098.png +++ b/pointerbench-text/data/test/0098.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef9f05ccd0be2896706cb51d8f111b2f40308c6e53cc4260da333f846e4cd0f1 -size 1003251 +oid sha256:bb9e3876529e9f3b42a6c5c3e16e69e8b58c35e12640cb14d71eedee9bb25502 +size 29916 diff --git a/pointerbench-text/data/test/0099.png b/pointerbench-text/data/test/0099.png index 83fc4a533a56b9b0885b48edcaa55029052a6f8d..a7b85b7c23ac7d7cabb4da889c39ceb932ee3726 100644 --- a/pointerbench-text/data/test/0099.png +++ b/pointerbench-text/data/test/0099.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06d68047921d479ea2878d1d1fe7e1de0cd553e3b10be17bc97f4991f50b559c -size 44114 +oid sha256:cd30d925604c2987765fa8dc2fffbb9c04cf807befc7185a01ab21751d7a8dc9 +size 34690 diff --git a/pointerbench-text/data/test/0100.png b/pointerbench-text/data/test/0100.png index c9e880263573228776e6902fccaa76d471b8dc15..878daa711ee85998f88478a6077d7b0203ce0467 100644 --- a/pointerbench-text/data/test/0100.png +++ b/pointerbench-text/data/test/0100.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93821e89d6cd1b1feb15e8bd21d171415e050a7c1d879e52dbe4c7eb105cd7e3 -size 868482 +oid sha256:5f243fd3d7cd99d081abfe77a903d76b2ff1260986f70761a6605246bfbc163a +size 43641 diff --git a/pointerbench-text/data/test/0102.png b/pointerbench-text/data/test/0102.png index 87735fd6d0d4935411689f4a84aea7fe5d78e470..5dc5ad3f2f122339d65aebe878af3f724843c07f 100644 --- a/pointerbench-text/data/test/0102.png +++ b/pointerbench-text/data/test/0102.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14a42681d773bcd903bfcfdfcb0347b644d4a958ebcdafedc04d0063f71eb995 -size 677234 +oid sha256:0d37484a9dc386a83826846015f825a835bb7db75f21217842d53686fede2c4b +size 36474 diff --git a/pointerbench-text/data/test/0103.png b/pointerbench-text/data/test/0103.png index 9713a6e7547776ebfffce88e6af33483cc5ce43a..906c5207c73bc58c0489a8e543c5f308565fd622 100644 --- a/pointerbench-text/data/test/0103.png +++ b/pointerbench-text/data/test/0103.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a18ee442696f9ebf60e0baa3ce177f82357cfd5c922b58d40a30d36077794cf -size 945207 +oid sha256:d86eb4a2ccd22cb75fab8a3820ff918d84ff087b4ebe4fc04b4012c21f5d9374 +size 64284 diff --git a/pointerbench-text/data/test/0104.png b/pointerbench-text/data/test/0104.png index 562a62e43866976ceacc2362dd041003378c696e..27ae1b3f8106a6edfaac01b9951474661e39235e 100644 --- a/pointerbench-text/data/test/0104.png +++ b/pointerbench-text/data/test/0104.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b80237578e9c110e48bca266205a73a9e595bc0077ce1d1cb3c89637ea90abd -size 113100 +oid sha256:95758f80f7617f06caf210e456eef4d1dcfbdae47bbc76ac42dc5f6a946a25d6 +size 34924 diff --git a/pointerbench-text/data/test/0106.png b/pointerbench-text/data/test/0106.png index 68757db136b66bb44ab660489f04108c9acd9f2f..e460ea4dba8b129bd51f138d5842d5dffa68d461 100644 --- a/pointerbench-text/data/test/0106.png +++ b/pointerbench-text/data/test/0106.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a487bd24c7e285c8f2256ead522cd6b536bb2181a0b87ad7218fe2aa26e96bb -size 105495 +oid sha256:afe13786610d36981dbc6197b134bf8f504855560ba80c2bdff539aac138bd84 +size 1002889 diff --git a/pointerbench-text/data/test/0107.png b/pointerbench-text/data/test/0107.png index 5b61a6cf15a2bcac18a0aee7153d75183c860740..81b96efb9f5b078ad3051113cb9859ba864e9905 100644 --- a/pointerbench-text/data/test/0107.png +++ b/pointerbench-text/data/test/0107.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a64a52cedb3c3b8e6d264ebab66126eaa9e69c7204fd65ec1579028bb3acb0c3 -size 39202 +oid sha256:bd9ebfcae67e3c1b333d2b87616b0a0b476ebb7d201a08187e65bcaee843d123 +size 35198 diff --git a/pointerbench-text/data/test/0108.png b/pointerbench-text/data/test/0108.png index 1d8fb60af2d1f47321e8b1fe77fd248aecfd7822..9dd574dcb0ec771185dad2146aaaa15c71d21687 100644 --- a/pointerbench-text/data/test/0108.png +++ b/pointerbench-text/data/test/0108.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a878100e487fe431328b96628f7e1a951e63e3e81dbf7e2cae3ca504697e492 -size 81067 +oid sha256:2cab2680a18a9c36d15cf5658b4af1e3bf84c844e01ab9e0b1d0809e6a890a96 +size 40419 diff --git a/pointerbench-text/data/test/0109.png b/pointerbench-text/data/test/0109.png index dec632ec4142966e7a7f893671d14836357c73c1..5acaded934ddde01abc4fb63530d138b34bab6ec 100644 --- a/pointerbench-text/data/test/0109.png +++ b/pointerbench-text/data/test/0109.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5704876193cba858ca8304af1c8ad2f5e16c99d873db194ccb2c64d6280e9b6f -size 119498 +oid sha256:21454bee62ce41fc2c1916ea9a625bcaf14f97cdb9d03bf1dd0167fa5d24457b +size 121973 diff --git a/pointerbench-text/data/test/0110.png b/pointerbench-text/data/test/0110.png index 2682a300cbb25955792796c7608b5d0a49e171c4..e36024808267006ca76555e2c46f271e19fd5163 100644 --- a/pointerbench-text/data/test/0110.png +++ b/pointerbench-text/data/test/0110.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1086c8ff25c9ed47cc1604a873e37a428b3afd4ecbc6e97e274fe14d09f3468 -size 64251 +oid sha256:593271aab399256f698836a5c9b6eff01b91445b77e6af677cf37fbbcba45dfd +size 59105 diff --git a/pointerbench-text/data/test/0112.png b/pointerbench-text/data/test/0112.png index 166994af1de16f7ea388b547cce5bfe0d384b3db..67abf24ed677e451ffe4415d9d72b04cb95f484b 100644 --- a/pointerbench-text/data/test/0112.png +++ b/pointerbench-text/data/test/0112.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4ead909ab386d9e08ee7d4c9a6ea764ab1b74e204bc2cf392d4b2e1847fb7f0 -size 295044 +oid sha256:e994abbbe527b4447baf61c97a42b2d4304492df9f82244c881fbc4e6f7b2faa +size 96140 diff --git a/pointerbench-text/data/test/0113.png b/pointerbench-text/data/test/0113.png index e5c2f9e86499ef700a478595e6cba720fcdb3aae..02a59a69600389fe424f6c0caae8ce1365343b0b 100644 --- a/pointerbench-text/data/test/0113.png +++ b/pointerbench-text/data/test/0113.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:322c55264869b78772b4f2fe0a142aff9a642dcd098c7fa217ffc5a36ecae658 -size 35152 +oid sha256:4690b247b350c2e4033cfcee9aa378debee517caba589d148cfa6ff62394f37a +size 764382 diff --git a/pointerbench-text/data/test/0114.png b/pointerbench-text/data/test/0114.png index ceb0dfa1542e8eb0cece6495a54d7140271f2815..205b58999f33733f75e101ba573c55cc04bd5230 100644 --- a/pointerbench-text/data/test/0114.png +++ b/pointerbench-text/data/test/0114.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71e009498fa6f87d0887dd7a0ad61dd74657fc391d3be00057ebe93f51c0761a -size 242955 +oid sha256:4e75943b66fc3475887d60a5807d37167dc6b1c96472fdf0a085050e27ad7d5f +size 137625 diff --git a/pointerbench-text/data/test/0115.png b/pointerbench-text/data/test/0115.png index 914f8c9b7ad6d8cfe666c5f3e5459048232f3491..6de9b82e450328c0af4bc7afd62bf9e5f0617411 100644 --- a/pointerbench-text/data/test/0115.png +++ b/pointerbench-text/data/test/0115.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dd9160cb84ed19695777fc87bf751daba2c7521575ed41cd087de31e8788315 -size 49169 +oid sha256:1b892f4a92f40f5b0c1484dedef9813080f856e0ea02d4215a126bdb8f3d6340 +size 73535 diff --git a/pointerbench-text/data/test/0116.png b/pointerbench-text/data/test/0116.png index ef7ecc1e9e857dc2e953bf43f74f67570e2683cb..f8c6bc9a556ae180da471832be289003f249f98c 100644 --- a/pointerbench-text/data/test/0116.png +++ b/pointerbench-text/data/test/0116.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc40e3ddb769a49a36e2511ae833732ac693d846d68fabf45f323c2b9e624b0f -size 228937 +oid sha256:1caa3083ec9bcd92beba8f10154c4c13415af37d6162878271a019c3a4d947df +size 47588 diff --git a/pointerbench-text/data/test/0117.png b/pointerbench-text/data/test/0117.png index 0bba71ae1b7731ca76e07190fe24b5795ad71c53..16f5cab92e3f6f898bdf80e8bee3172565ab237b 100644 --- a/pointerbench-text/data/test/0117.png +++ b/pointerbench-text/data/test/0117.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84bc7d0d80ed0a1123411be1cb4624fc346db9e1d8ee9bf3348fab4cf3ad7140 -size 78658 +oid sha256:bfde412ccebf496ea4db9842a84f7653d209ab82ed6e10989e95e7e252094e1f +size 58776 diff --git a/pointerbench-text/data/test/0119.png b/pointerbench-text/data/test/0119.png index 77f596e39fe5bdaf2f24f79b41cd8c116133441f..f754478f270580fb888499459004841647cd543c 100644 --- a/pointerbench-text/data/test/0119.png +++ b/pointerbench-text/data/test/0119.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b9c9ff99a05c73cdeeff2428b333ebeed739029576764568ffb9ae02c56ee81 -size 137775 +oid sha256:97274572447eabcfc38f9934cc3bf395bf47151f1487e0e6baabdd485f54ba65 +size 65218 diff --git a/pointerbench-text/data/test/0120.png b/pointerbench-text/data/test/0120.png index 8e3aed38d3dd7017319df181b3dc95ce876b402c..e8ca1522a28a3d6ec60c829a3e3bf2f84976d805 100644 --- a/pointerbench-text/data/test/0120.png +++ b/pointerbench-text/data/test/0120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b9d450e07fc28ce72b91f39409d463666349b24957967c87dca9e6fcee0b97d -size 74194 +oid sha256:9e593d00c437ab392126a06591c97314d92de1cec1a04511a8ef8c1f8e1af858 +size 74190 diff --git a/pointerbench-text/data/test/0121.png b/pointerbench-text/data/test/0121.png index da90b488ef2de3584a7643b7076aabd054777125..a1fef378d25bb24971851c0f55ddc63b45d53fa1 100644 --- a/pointerbench-text/data/test/0121.png +++ b/pointerbench-text/data/test/0121.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df6556bd53f6fee61aa3445c55d9d97f700a8c9a15ea35e9fa25070179b029b5 -size 443873 +oid sha256:ccc6d41418c179c51fc35b32274af8f01b91c8bca9be79c0d15381223fb7059f +size 454174 diff --git a/pointerbench-text/data/test/0122.png b/pointerbench-text/data/test/0122.png index f94968b890731132db7d24011d3eb99e690efe2f..42b9d8e4d463c6a9374c88a0000b027f4deb6073 100644 --- a/pointerbench-text/data/test/0122.png +++ b/pointerbench-text/data/test/0122.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3cc3fd92912febe2aea24cf6363ef4c35fb3e6ece6efad59792c597db4c7d32 -size 531904 +oid sha256:b8239f5bc57697201da31cd55a12fa23461c327ed67617a64303bbf46a4f6ed0 +size 62620 diff --git a/pointerbench-text/data/test/0123.png b/pointerbench-text/data/test/0123.png index 30e571b094106f0bbe2fdaeff455beb4d9fcf41d..510a073aebf30fb19cb10340d70472712dd59de8 100644 --- a/pointerbench-text/data/test/0123.png +++ b/pointerbench-text/data/test/0123.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e374881a9fccfcc62558b114f6d47edb64bbb04e25d494e479f3c8d16ebc5fd6 -size 105368 +oid sha256:2fe87df10d1cbc6ce5c411a678de57238c0bbb13939bafb408bb20fbb7ee9e65 +size 143497 diff --git a/pointerbench-text/data/test/0124.png b/pointerbench-text/data/test/0124.png index ca1a24965e1fe5053822f46ea421036d11ec3328..4456db5b12ed9330df372b49ff011c91577b62d4 100644 --- a/pointerbench-text/data/test/0124.png +++ b/pointerbench-text/data/test/0124.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed41da6fa97b2a2a2468f3c33f6ba2479acdc007212bf2ee807f515551bae7cc -size 41338 +oid sha256:727bc9c091eede2aa3bc74ea0a6de6eae5bbbb2ae0aac7f8eaadf35134c82c98 +size 104875 diff --git a/pointerbench-text/data/test/0125.png b/pointerbench-text/data/test/0125.png index bf78f9593c3483e868267cffb02b5b33e99be622..7a47a33feb6e332231cc62d6924fe3e8f2f8e36c 100644 --- a/pointerbench-text/data/test/0125.png +++ b/pointerbench-text/data/test/0125.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d562a0a9873df8d6f77b18492ae8090bf3b398dc6c660b3853390d9c283457a2 -size 74716 +oid sha256:b052472e8c99b35216a3d34c56960206818a55731adbf3f542bbe7dc5ed13c28 +size 64269 diff --git a/pointerbench-text/data/test/0126.png b/pointerbench-text/data/test/0126.png index 764aa2729f90976ec65d0aa2f3c541a7834ecb67..23aae8d11623ebcd2a0fad7b5564757ef936f268 100644 --- a/pointerbench-text/data/test/0126.png +++ b/pointerbench-text/data/test/0126.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b1321220165e4e46678ae6d48e48ec5d3548c8e804d8063b9ef06805606ba4d -size 919754 +oid sha256:68d1150df9789a2a6c514d5f748e81ea86be50a022b34cacf8dee76daf2c5257 +size 71185 diff --git a/pointerbench-text/data/test/0127.png b/pointerbench-text/data/test/0127.png index 8cb18648acc0f4a009fd79d756e1f75e3cbcace4..fd57b5b7db84bd7caaf369d1fd58589b1dcd5547 100644 --- a/pointerbench-text/data/test/0127.png +++ b/pointerbench-text/data/test/0127.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e030ee57099fe0f435b46c9eece8c0d62a69e3a4ca21b406171bafde40599fb3 -size 42431 +oid sha256:497b72c12052ee18b1e3fd448c611b27351b01b30faad7e11cc6a0dc52499e38 +size 43168 diff --git a/pointerbench-text/data/test/0128.png b/pointerbench-text/data/test/0128.png index 82b5d0dadef01a9c32593de75f9232427a08e65e..8ee6a5c5a1b1615404ead3b82a760aa64cd6c118 100644 --- a/pointerbench-text/data/test/0128.png +++ b/pointerbench-text/data/test/0128.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44b4f96523583b19c482e3efa4ecfb1cac5be965842c6b539e36dfd9fe9d0cd7 -size 113941 +oid sha256:5911eef2155c34011d662c9199656b9c6fab9abd104099b606c375c9198f6f72 +size 503104 diff --git a/pointerbench-text/data/test/0130.png b/pointerbench-text/data/test/0130.png index 6b23b294deabe6368007205c5427607e89870632..d3918c3f655c9567689f0cce3630f5b9db9cb789 100644 --- a/pointerbench-text/data/test/0130.png +++ b/pointerbench-text/data/test/0130.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4625182d9efb3cf7d7563f5ca6da47f855eeb87b0da8ec888bbf797b85f5e1e4 -size 155837 +oid sha256:a0a59db72f4893a336d325151a43d6f702344b2099a7ce6e617636d86eab67ab +size 60340 diff --git a/pointerbench-text/data/test/0131.png b/pointerbench-text/data/test/0131.png index 9f3244c79278881c60bc4afcce3f8cfac8551a5a..20633743f67c7f1331f71ccdf2424390e05c531a 100644 --- a/pointerbench-text/data/test/0131.png +++ b/pointerbench-text/data/test/0131.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe6d9d92605c0f92c4e8e4461b5ad68901a0e8f4a8527d19a60580a162a7257c -size 57104 +oid sha256:13cf9217ddf89bdde05f96e10332489631d512b95c94c9230a661a2c1c38e6b8 +size 125331 diff --git a/pointerbench-text/data/test/0132.png b/pointerbench-text/data/test/0132.png index 15b85826b748058b3d76cbd3f5bbfd0dfb607c89..d2059e3dbb9bfdb53429260cc2e1acded3dabf0d 100644 --- a/pointerbench-text/data/test/0132.png +++ b/pointerbench-text/data/test/0132.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20fe0f4d8bf2cf22e0d45c3ea648f40b2937d0af7c740842c8b589432a47a4d6 -size 864073 +oid sha256:f6d5c8739ed17e8b5252f32aada75db144e6d8dcd8ffa6822e50d3a089ae2563 +size 67932 diff --git a/pointerbench-text/data/test/0133.png b/pointerbench-text/data/test/0133.png index 605c099453a496628a268a05ad9b96559c85f747..e5c445b4fdd575700f7fe468dfe962666e47e5f1 100644 --- a/pointerbench-text/data/test/0133.png +++ b/pointerbench-text/data/test/0133.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc8687a4ab93bac0eee04eb0a3bc496ad632d2327da0ecbe9bbda8bbaa19ec8e -size 111347 +oid sha256:c3821781f94fe6861338dbbff80812a2660daac3b9fe487e6d75b2fb98d9a806 +size 59406 diff --git a/pointerbench-text/data/test/0134.png b/pointerbench-text/data/test/0134.png index 37c497a7e0d0d0b979f6fe0afc34d464bbd37d4f..991bc863259049aca05fd26d67c76de8a9419c91 100644 --- a/pointerbench-text/data/test/0134.png +++ b/pointerbench-text/data/test/0134.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c96be781af0901f06061b66a593b53ea02f5f11f175cdcc9d7021853a3d1dd63 -size 107402 +oid sha256:c4bb97074259b88dbad7dac786281dceea56acadc3e9ac00121a30fb82edb02e +size 1040182 diff --git a/pointerbench-text/data/test/0135.png b/pointerbench-text/data/test/0135.png index 5c9dfb3cfd90674e6b92522d96583067c40f7c76..67545dba685d7a376af5977db94d13821196e64e 100644 --- a/pointerbench-text/data/test/0135.png +++ b/pointerbench-text/data/test/0135.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3381d9dc30ccea1ec99a7e1d94490715887150bf15840eacfade80625ca2aa9 -size 982223 +oid sha256:e4309b65623ae333fb6a944f4773e404ceede0732fc0061c5424b3cb4e0e31fe +size 982148 diff --git a/pointerbench-text/data/test/0136.png b/pointerbench-text/data/test/0136.png index bd6ba6380c19def86698c822091316205ffc7199..77d087980fe1ec89cf6a247d7fb12bfe3060aa5a 100644 --- a/pointerbench-text/data/test/0136.png +++ b/pointerbench-text/data/test/0136.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6de645bf80939b0a138ae3a0aec9d9dc851b73c1a3159d2f738bed5cc5a65eb6 -size 348338 +oid sha256:7d2b09ae7e4cd90ce5daada9dfa2c0e65692108252d0a2ead38d618215cee14b +size 110688 diff --git a/pointerbench-text/data/test/0137.png b/pointerbench-text/data/test/0137.png index 0595ef1c66c2a00a7ea5730f178df3a493638c8d..31a501eaa36a93915289e9a14dcb5c431180a5d0 100644 --- a/pointerbench-text/data/test/0137.png +++ b/pointerbench-text/data/test/0137.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f945500ad07085ce05cf980d71bcc152e4a9a7f7f198a8961eb4ff4af11f904 -size 51553 +oid sha256:2378bdb4b085f025a4b80b52ea69fad4121f8ceb5266006164c88229307314c7 +size 71160 diff --git a/pointerbench-text/data/test/0138.png b/pointerbench-text/data/test/0138.png index c69bbf55e91827574cd2466477777676e1bd80b9..128517d4856b35163c9b8bc965db9d732c715208 100644 --- a/pointerbench-text/data/test/0138.png +++ b/pointerbench-text/data/test/0138.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4892f0cb9a35aa07d310c3c1461932e73705e4ad357dc65f58da3da79b8707e8 -size 103091 +oid sha256:c026cfb2a5bff116f1da0d376e192daacb1d1154c17d55f85c43590d7bfb28dd +size 39762 diff --git a/pointerbench-text/data/test/0139.png b/pointerbench-text/data/test/0139.png index e43cfc37814008b844b62e5e6d3e529d6f547d76..cb615e5a683d751349c5dec532d8b77e4162719d 100644 --- a/pointerbench-text/data/test/0139.png +++ b/pointerbench-text/data/test/0139.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58f1a4bedc47bd5ab47914de389f931e74f2ee7e93d23654e3834a26ae1b7496 -size 176258 +oid sha256:7aaf368a3cf41c368e7fce984b2971b8081e0daafb117fa806d1d72d67579bd8 +size 173543 diff --git a/pointerbench-text/data/test/0140.png b/pointerbench-text/data/test/0140.png index 913d738e11ae96f21a3692154e69ba8c7643059a..3cba2639672f72b985b720d86a2d83302c4f80c6 100644 --- a/pointerbench-text/data/test/0140.png +++ b/pointerbench-text/data/test/0140.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5715bdbb2d07f3aabbf8d8cc857972fd482c25ef70f1f8f253f114d7ecc21016 -size 59100 +oid sha256:0896c17298ced257dcb96d7cb71ad5b48284346c6a51c0ba89a0da3e8f14f309 +size 67857 diff --git a/pointerbench-text/data/test/0141.png b/pointerbench-text/data/test/0141.png index b741acd111b3f5d3e3dbd0f1c972d7963f0e1f7f..1b51ff001135000eb1f4e0d3bb0a631461ac3a2a 100644 --- a/pointerbench-text/data/test/0141.png +++ b/pointerbench-text/data/test/0141.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c77039dccbbce9a98793818dc3e4edef8bbc582d5f67ed1c968df6a101ac091 -size 88522 +oid sha256:3a6213bc1831f2eb42d43a87219d2605701343854569fa5439d3933aae829115 +size 38834 diff --git a/pointerbench-text/data/test/0143.png b/pointerbench-text/data/test/0143.png index 9a1d234c050f48608d835acbee26d8bbb682ee4a..4abe2f2c9fdc850ae6f66ab29aa5880f6a2e52fc 100644 --- a/pointerbench-text/data/test/0143.png +++ b/pointerbench-text/data/test/0143.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5b0fb56ba12a909cff0489a76adcbabaee34287408de06a79bc8ff2edb81b1e -size 92142 +oid sha256:470f1c882cf6e0707001b12408c3ff55947f3b5c906315fc6f6fe923928feb11 +size 694507 diff --git a/pointerbench-text/data/test/0144.png b/pointerbench-text/data/test/0144.png index b7d5169a40d50048c71d3ce9153be49665cc2c8f..1c056b2cdc48502d945fd5f1b7ac080b79db311e 100644 --- a/pointerbench-text/data/test/0144.png +++ b/pointerbench-text/data/test/0144.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b6ce97f37f73671b6293cebcfc4d78ec5def30134ee8a97f93cacc1c7e2f4ea -size 99463 +oid sha256:bbda73a15b9d827641ec7da0f7277e377f494147be310b9827308cd4d5211fa9 +size 79257 diff --git a/pointerbench-text/data/test/0145.png b/pointerbench-text/data/test/0145.png index eaeced5f5d3077d17caa39114bad887ddcd88c49..eabddf92082c4e090bc5d8814e46e746816f5edc 100644 --- a/pointerbench-text/data/test/0145.png +++ b/pointerbench-text/data/test/0145.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ecf35fc78866e09ae700b7f3dcc759e130769cc8e0089325d397c0d633ea0dd -size 118384 +oid sha256:3b305c39b3744b133632d459ff4cf2612376804b5e6666b39563708d15de2617 +size 125097 diff --git a/pointerbench-text/data/test/0146.png b/pointerbench-text/data/test/0146.png index 6bb1adfe7e29f567867f2f14f5d981f5c08df258..c4e0a86a6085ee952785d08cd69d413ae2f2c11c 100644 --- a/pointerbench-text/data/test/0146.png +++ b/pointerbench-text/data/test/0146.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d8e7d7a94d39f0335b0042068f0c5ba148467ee904d3c5a2c3f702da9e00bc2 -size 78754 +oid sha256:66193611acfa55455242d2e99dfee5d7ed70e3d01b04e18676ca16cff580fa8e +size 588867 diff --git a/pointerbench-text/data/test/0147.png b/pointerbench-text/data/test/0147.png index f70806f53e145289f6c8d1a5b2f62848d0103e9e..a3ada1a7f5410becf922c64558a4ec4fe525c44f 100644 --- a/pointerbench-text/data/test/0147.png +++ b/pointerbench-text/data/test/0147.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:265462debe94dee53d146d56d42ba9c8f958a7015bda6466caa4a9cb6cdeeac8 -size 85628 +oid sha256:10895380652afd264c1b21970cc4b71aaa59d65715d51f39d35ac9a032464fce +size 240758 diff --git a/pointerbench-text/data/test/0148.png b/pointerbench-text/data/test/0148.png index b520cbfc6e314393481dc8a903a6fc0c2f2c33dc..73d2e07ebabad0adbf9b0d34b17eb550ff54fbc6 100644 --- a/pointerbench-text/data/test/0148.png +++ b/pointerbench-text/data/test/0148.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3d32cc92f79c30d9ceb30ab58c63493119e2e8e15b2424c3c36f295bd776d75 -size 37574 +oid sha256:612cfdcff8f2342feebbc3c6258559636af7f7b02d92d67e9098c49793634cbf +size 61708 diff --git a/pointerbench-text/data/test/0149.png b/pointerbench-text/data/test/0149.png index cc3dcfe14bdd57a08bcd9bd2383094f913d06aee..78f59e0e42b1ac2f6f8d0053a6b0acaf1e32cbd6 100644 --- a/pointerbench-text/data/test/0149.png +++ b/pointerbench-text/data/test/0149.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7404e10f67efb5b8fafd15ab223e0062216f2532e4454cfdd03a31774853839 -size 70491 +oid sha256:2a8dee11b353117184fc6335948cb643c26e661f4c075e264ca0c7b546928d18 +size 53744 diff --git a/pointerbench-text/data/test/0150.png b/pointerbench-text/data/test/0150.png index 4298d12906e5c5b3c9dcdceb2a7bb7be80b19fa2..fa752c5a211ea69e0851615626bd168458cd8a61 100644 --- a/pointerbench-text/data/test/0150.png +++ b/pointerbench-text/data/test/0150.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee3629f97d47027979b12144038ff31ad4a4fe43b648bc3e08a4d642fc2b5aa4 -size 41229 +oid sha256:5d25f8042f2c3b6738dc336faf527aba32de5e47e7d1382349d9deb98206ef96 +size 41250 diff --git a/pointerbench-text/data/test/0152.png b/pointerbench-text/data/test/0152.png index 3564f992313c35f3924a1efd558278901e922668..a5be0d5070375926e2798e57123edb2d62770b9d 100644 --- a/pointerbench-text/data/test/0152.png +++ b/pointerbench-text/data/test/0152.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:333a4efcd789ed28404b88308ac8b230ea2643afd6cd5cc11ace654291a67a24 -size 89161 +oid sha256:5cb7afcf6825f082b56b4d70ae1f4cf668ec26c355d557b29b187060d03730e6 +size 57438 diff --git a/pointerbench-text/data/test/0153.png b/pointerbench-text/data/test/0153.png index e95f4f9d14f84b183ffdfa048d0f9fd3ebf2180b..73e42ffe2249aabd80e9f7a5694eca969d2395fa 100644 --- a/pointerbench-text/data/test/0153.png +++ b/pointerbench-text/data/test/0153.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d177c47250f2c595069c6ce0dc749425ae745621302c9867016a4e88706427aa -size 62663 +oid sha256:4c4831c2ba19714806d2e8bd5f787d8cdec437f353d6a5a97d74a08531774653 +size 68267 diff --git a/pointerbench-text/data/test/0154.png b/pointerbench-text/data/test/0154.png index ccb7930fa8a612a0322941a04f95460c1bcd622c..8de6ab7eb25bf88f474b64cbb6949ff97cc97a57 100644 --- a/pointerbench-text/data/test/0154.png +++ b/pointerbench-text/data/test/0154.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4144bfa07947f747910035df90a0a97a19a5239da123f4d66127006fd91c1458 -size 39240 +oid sha256:32ab9f62d99cc2432b5829eb08ac86d789132bae6a7a523a89e01344b92a065a +size 39239 diff --git a/pointerbench-text/data/test/0155.png b/pointerbench-text/data/test/0155.png index 2fffa1b2c1f42904b47aeb3fea1e6178361b2351..073f5bce5b6e95d2caa44000100ac65a50c3a781 100644 --- a/pointerbench-text/data/test/0155.png +++ b/pointerbench-text/data/test/0155.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d8edbe7a3bcc45348e2e406bd6c19dbe464509e44bdf8abf9f133c9e44d06ad -size 79471 +oid sha256:507616a7dc209d642c37fedef71df4c829e5e05a7ae261e7ffd912cc513a0f87 +size 653383 diff --git a/pointerbench-text/data/test/0157.png b/pointerbench-text/data/test/0157.png index b36c2784ed3d02c89c3e6506677474578ee2965d..6e0c1a1ee3cc2ad519065febc47bf8e22b9d3cd2 100644 --- a/pointerbench-text/data/test/0157.png +++ b/pointerbench-text/data/test/0157.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1b470e9c34f2f11f3c1b894d15f7860595ab8901fad2b82f1b211fadb9824c5 -size 118647 +oid sha256:6080f4d951855c4fbbb85e1be62838c725e54ce3d28ac640317651dc569b95ea +size 422517 diff --git a/pointerbench-text/data/test/0158.png b/pointerbench-text/data/test/0158.png index a87829eb5f049f93f0c876bade60b5483e97f77f..5f562ba73ed54a338a5c9bd35f804336f2cc9606 100644 --- a/pointerbench-text/data/test/0158.png +++ b/pointerbench-text/data/test/0158.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f49fb5cd773e8d13ce03e3a68c9a7b64d70708d5683dd737a4bc95e0faaf2d24 -size 122650 +oid sha256:63027533753e5be9cad55b623520c3180da6e94c39ce435ea16ef1468dbd4b63 +size 110806 diff --git a/pointerbench-text/data/test/0159.png b/pointerbench-text/data/test/0159.png index b56a5b8f13d84a2c6f2b7115aa0a405a902690df..152e50301b843f46d390910940a7bfae5a1e8895 100644 --- a/pointerbench-text/data/test/0159.png +++ b/pointerbench-text/data/test/0159.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:175626cf295128057b879c2037a71f27fbc086d7d8bb175906f4f72f140b94c1 -size 108150 +oid sha256:d9dad96a321bc71d1b46ed06514973ba5e863b9d8c9527c71d64ea86eee7d390 +size 58310 diff --git a/pointerbench-text/data/test/0162.png b/pointerbench-text/data/test/0162.png index 9710e3cbbda3456acee0517f566a68a275f93008..811441f85bcaa5927a3063aa4c0aac758b5b478d 100644 --- a/pointerbench-text/data/test/0162.png +++ b/pointerbench-text/data/test/0162.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cad88adc6d0b616cbd23f3248358a476e40e50680e12ea053ec7d95db9cdf1b1 -size 72121 +oid sha256:c078048e6cbe1b4bcfaa22509a2a2562fcbf08d2bcdd702c38fc05458654ef06 +size 521929 diff --git a/pointerbench-text/data/test/0163.png b/pointerbench-text/data/test/0163.png index 19c0c3ae1598aba8726717000c46eeda1e384b2c..1124e3f647896000e65c1e216c59b9ae7d6e1d4d 100644 --- a/pointerbench-text/data/test/0163.png +++ b/pointerbench-text/data/test/0163.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82429a78d16dd73764b6041352fdae4ccc34896e3dd7604861bfc144d12f39b5 -size 72488 +oid sha256:45fd2219feca6bdc9037b8adcc2f35beccb02122f8a9127a9555f031f95eae2e +size 37603 diff --git a/pointerbench-text/data/test/0164.png b/pointerbench-text/data/test/0164.png index a8b8e255a9b79d3f51b239b2522908388ef0008c..f4190736e47587b6dd685e37e14fd15f149cf59e 100644 --- a/pointerbench-text/data/test/0164.png +++ b/pointerbench-text/data/test/0164.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d4014273f1e88bd01a1fe15ea76a6ab468c787718cb4549af2182af0bad0484 -size 123469 +oid sha256:7ba77de5a831cada69a0f64505eab1248c6df263a6157fdf8605e9c99169ff56 +size 46044 diff --git a/pointerbench-text/data/test/0165.png b/pointerbench-text/data/test/0165.png index 4f4cf719ce7c911d10837b4694d24f29dc5dfe66..50c1517381d57c66c039f159e9b7ba2503fd6f47 100644 --- a/pointerbench-text/data/test/0165.png +++ b/pointerbench-text/data/test/0165.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b42dda5be67cb6a55185f4f5b6bdd3372e390634ce737e21a2020211fc07b3b1 -size 849495 +oid sha256:615cfac5807793f7283084850c755a62672cea525243f3d13b70768bd4159717 +size 127220 diff --git a/pointerbench-text/data/test/0166.png b/pointerbench-text/data/test/0166.png index 574c6d90244daaa39d2c32f35976251204ceb3ce..c2be288b0f7bba38b029c016000ef48918810cb4 100644 --- a/pointerbench-text/data/test/0166.png +++ b/pointerbench-text/data/test/0166.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59cbddaac0a5e929dc5b5d3d23518aad7ed25425b3b8f15b130b8dbb398ba787 -size 263108 +oid sha256:634393047c7cc8eae142579ff1cfa3a2b27f9a086213cf654d6462b3cbaeec69 +size 90565 diff --git a/pointerbench-text/data/test/0167.png b/pointerbench-text/data/test/0167.png index dc01b9ef67267e7fb1756e3543140aa1de3826c4..409c6f6920e04d04dcb12028166ab9ff1bcb6e81 100644 --- a/pointerbench-text/data/test/0167.png +++ b/pointerbench-text/data/test/0167.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c505bdec57cc14d2ffc74b2b8c73b960d142396eb9848387d918cec7078b7329 -size 999067 +oid sha256:0ed51cc5e5481dbada51bebe96240f82b981d7d82aff0b601d3077fcdffcc1c5 +size 36349 diff --git a/pointerbench-text/data/test/0168.png b/pointerbench-text/data/test/0168.png index 11ccca38eb62dab72c504fdcb5c58cfc2b80a0f3..d521e236eefd812b3f82ef485a912f39d5eef72a 100644 --- a/pointerbench-text/data/test/0168.png +++ b/pointerbench-text/data/test/0168.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:097668ad029feb30ac8bb12a9a142f00ea536b8f1c6836edc23bfadb2588c920 -size 97464 +oid sha256:0e44319d933e1263da949773174847c2130cb9d60606992f3988fa6c4ca251c1 +size 38753 diff --git a/pointerbench-text/data/test/0169.png b/pointerbench-text/data/test/0169.png index 6ff33752a73b0275e475e34c8586e4eb6bb673ec..398a9d43a8dfd305ed56c434c99b92739a612625 100644 --- a/pointerbench-text/data/test/0169.png +++ b/pointerbench-text/data/test/0169.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b2162d423d0900939eeb3249c777f5d55cd58f0794e5f9a2e636c488c0aa09c -size 933912 +oid sha256:843a31ba9415079e11eec01b09c6300723e8caca17c9e484059d922d91732db9 +size 143765 diff --git a/pointerbench-text/data/test/0170.png b/pointerbench-text/data/test/0170.png index 80ea924183b41f292d0674705de577dab3e2840a..64615910b57aca41ecbc7f54a2bea9ca8f9da927 100644 --- a/pointerbench-text/data/test/0170.png +++ b/pointerbench-text/data/test/0170.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf6de9da08778cb9e5e17ecce020b64f4c461ea7643bbd3c7e747992a2f0104a -size 27346 +oid sha256:af931dd0c217a9fbc8d1414dab686c775de6b98a5a7586055e270fe409889cc7 +size 41795 diff --git a/pointerbench-text/data/test/0171.png b/pointerbench-text/data/test/0171.png index a222005533d04f04df551ee2fe4ca628807e04a5..0cca22d81e94f8fc6b93a3366a401012222dc52a 100644 --- a/pointerbench-text/data/test/0171.png +++ b/pointerbench-text/data/test/0171.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1945834b8c38e4544b0663ce12965f8d303787b473aeaae6e0e79bbb8c511745 -size 323990 +oid sha256:695309619d2524df5ae6e0aef0dbef0cc338759399cd9b809334f39d0408f7d3 +size 71260 diff --git a/pointerbench-text/data/test/0172.png b/pointerbench-text/data/test/0172.png index 2a17ba99435075daddff7045ccd34046a5654dbd..d784c6a8a62d560d5c82ad55cbce9e6b904063d4 100644 --- a/pointerbench-text/data/test/0172.png +++ b/pointerbench-text/data/test/0172.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75555d50d95710f3fa78525a7418ca9c6c1c6cf09fab7fa415d0f090ab77aeb7 -size 255692 +oid sha256:991de17f20f9c4a387cf6a0cbb5420a1f637c7d9c009fbe9dba6c995fc06b63c +size 819682 diff --git a/pointerbench-text/data/test/0173.png b/pointerbench-text/data/test/0173.png index b182ac739bc98b1d15825091fe4f10b57d74179e..b15d738908750d1aaab1d2fb38d7e2204e26bdd5 100644 --- a/pointerbench-text/data/test/0173.png +++ b/pointerbench-text/data/test/0173.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:361462be324ae745600aad04872ba97a51ab526f80b269cb5098553657a7e94e -size 77128 +oid sha256:2593b30bade3b175cd99aaf533ac6c1a7d4873d4cca4c445eaf254621a4060d2 +size 43316 diff --git a/pointerbench-text/data/test/0174.png b/pointerbench-text/data/test/0174.png index fa0fb515e2bd656d1aedb836d935256cdbe8a11f..0f5c593eb21655ecfbd602e6acf913f7679c4ef5 100644 --- a/pointerbench-text/data/test/0174.png +++ b/pointerbench-text/data/test/0174.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a6fbea314fcceee3d9b3eb0d06f0743fb1cf5884d92de983b6e89fb82e76582 -size 72007 +oid sha256:0bb10312847577db6e0b4f3f1b00223231547edbe2f7942e57fe0c0c631b963d +size 58737 diff --git a/pointerbench-text/data/test/0175.png b/pointerbench-text/data/test/0175.png index a6ba8ff014605f8fe139bbb2aee49355751ed78b..b88c7ee352e21dd59f0725c0ff7d03955d2c19a1 100644 --- a/pointerbench-text/data/test/0175.png +++ b/pointerbench-text/data/test/0175.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c3106143ae1a8ca92ae9bd21f16360e72b8d2eaa168ed3e842efce5183d24c4 -size 86266 +oid sha256:c4aebc03c27e85cb7d8d24f095e202fc4fc2db3e3020c89531a746df7c67469e +size 94163 diff --git a/pointerbench-text/data/test/0177.png b/pointerbench-text/data/test/0177.png index b1f650191915eecd62a1e0d622f271fbb1bdd590..5c34bde8c33d9698f6ee881db649cc976551294e 100644 --- a/pointerbench-text/data/test/0177.png +++ b/pointerbench-text/data/test/0177.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e2bbb9ea3f42c432d9165c44a4f6f9b9397aecf8ae5c25588a20cde27a51e85 -size 107228 +oid sha256:d4b6d6114a6a3c506bfe44f1de809a2ea5919994dfdc22e7600b5bdc5cc1d530 +size 73919 diff --git a/pointerbench-text/data/test/0178.png b/pointerbench-text/data/test/0178.png index 15d802fb409034839a90c780dc6e5eb30118be94..c4c9043d45146e2e232c263ff7bc6af0aca18afe 100644 --- a/pointerbench-text/data/test/0178.png +++ b/pointerbench-text/data/test/0178.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:677b1feba9deee2341af64e63a1570d4e25e8716101d3f10ecb901bcd0a22ac7 -size 77612 +oid sha256:27af6ea0023c9b2b062b42b9bda6f4fecc7486dc082e621212d76a75a58363d2 +size 69771 diff --git a/pointerbench-text/data/test/0179.png b/pointerbench-text/data/test/0179.png index 29945a16aa7842d4ce9e190db1f763f6ccd981e6..370f914624a626fbdb48fddfa9251cb547050251 100644 --- a/pointerbench-text/data/test/0179.png +++ b/pointerbench-text/data/test/0179.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4694d0e2e49fb698458b3e549b98a5a685541615527e7be414c77b886ee7bfde -size 69579 +oid sha256:73a600ad495abe405608e999adb2bf49716b493142e4801d53c202bc2a347c7e +size 151566 diff --git a/pointerbench-text/data/test/0180.png b/pointerbench-text/data/test/0180.png index 4af01a6cefa16b8a4103403863e885124d84090c..2d17cf3f8bbb385ce1aba4d9d57ac252fee0da5c 100644 --- a/pointerbench-text/data/test/0180.png +++ b/pointerbench-text/data/test/0180.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bda962994ffe52c8090041151a248bbe4f9dc14a87106fe18d786584dd113153 -size 240736 +oid sha256:2140c45f714e6a711943b70a7c2bdf9c27cab386d773cbc43b453033232350f2 +size 43869 diff --git a/pointerbench-text/data/test/0181.png b/pointerbench-text/data/test/0181.png index 651ec73e4ea8c7079bdcb4c56d0acdcc069513a8..9cd35ee0b16f1972d04f9235159cbf53f3c36d4e 100644 --- a/pointerbench-text/data/test/0181.png +++ b/pointerbench-text/data/test/0181.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cea53867e2b9ba73fa7c6d5ff4d5e58c2122fd4285dde5edd11956b2f61b6b6 -size 159720 +oid sha256:e27f52fd571362fc4e5c8f4c9fd0a69d46d0e9994117ed44045f1c94ec45156c +size 448600 diff --git a/pointerbench-text/data/test/0182.png b/pointerbench-text/data/test/0182.png index 671c153e298b9a2ef6b8308efcba94399e45a2b6..8dadd2da770aefac0864dba09a3c46524664c232 100644 --- a/pointerbench-text/data/test/0182.png +++ b/pointerbench-text/data/test/0182.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:235f342b76bdfd63113ea7b96a0ecb92cc4cef2c4179e56b2a0d86d8f55f844f -size 74248 +oid sha256:1447af992aaaaec88fe22a752e048e23b33c1504c0f1bdfab7b80584b0ffa9da +size 919033 diff --git a/pointerbench-text/data/test/0184.png b/pointerbench-text/data/test/0184.png index ae765182c48353fbe22cc4198a9d61cf1a5c7602..4cd63674c7e28bd6774dfd0c49f5afa03f318a6c 100644 --- a/pointerbench-text/data/test/0184.png +++ b/pointerbench-text/data/test/0184.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8c454c522af2e8a1ac564a013f9676fa827382f8ebe46194a64d1a1b8b4fdf9 -size 65802 +oid sha256:36cb3f16c1a3481702a27c43a6c5f9c7370ef6ea106f44fae9fe76289f3c3555 +size 771266 diff --git a/pointerbench-text/data/test/0186.png b/pointerbench-text/data/test/0186.png index df356725ee431b678182195212dafd03448374f8..1feb30a44f9690632100538c360bbf338cd5118a 100644 --- a/pointerbench-text/data/test/0186.png +++ b/pointerbench-text/data/test/0186.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb80ab8528dcf75a21ee4b12cdda92565398019d06bbe1912a9c2851e0df44c1 -size 93877 +oid sha256:2b9e8ee1f45c70d4da8a05cda0bc40171d9ae9eb6a7e34d8b8b2641069640242 +size 45043 diff --git a/pointerbench-text/data/test/0187.png b/pointerbench-text/data/test/0187.png index bdd5672d7e8c09a355e2fbcbc24706bedca7d406..04f0964bbfcc960f8e14993853e2bf3e3be22c12 100644 --- a/pointerbench-text/data/test/0187.png +++ b/pointerbench-text/data/test/0187.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0a1e48bfd6f9ea4e332d7a2d1b3095308d010f6bf8bba7fcde15875661786ec -size 136505 +oid sha256:f8de09b5a6c4795b44ea764e13567496bae5e5d9f8688303af3d7e46afc6950f +size 73421 diff --git a/pointerbench-text/data/test/0188.png b/pointerbench-text/data/test/0188.png index 53b862ba10136f87d56002c84a658ad47a5d90b3..42da8e458b1eff6e83f9a4d9a60ab8a1d2279cee 100644 --- a/pointerbench-text/data/test/0188.png +++ b/pointerbench-text/data/test/0188.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b89eb55147204829a2747b65faa18c4e8229b00a1ce64a6263efec389149267f -size 42676 +oid sha256:909f6fac93f04128ddca910bf7629149c940954cd7a8fa0df414d57272f89ef5 +size 48733 diff --git a/pointerbench-text/data/test/0189.png b/pointerbench-text/data/test/0189.png index 028bf9875f8daf69a803026081b51bd27cb0da89..78e186dccace4af76c9db755b7f333e810b35c90 100644 --- a/pointerbench-text/data/test/0189.png +++ b/pointerbench-text/data/test/0189.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d11601bd537a284e54875c9bd6d22a3b1ed75e415513bbccb3da063177eee2a0 -size 903076 +oid sha256:7145b6c5520d79baa90d52f2c9974963c145608b1fdc71edf817c5efda5a15f9 +size 903175 diff --git a/pointerbench-text/data/test/0190.png b/pointerbench-text/data/test/0190.png index 8eba90f024cc6ba128b0ce4aefa0a05cdd539ae5..c93813d3b1cc4183144e2689f6ca3cd1754ae7f5 100644 --- a/pointerbench-text/data/test/0190.png +++ b/pointerbench-text/data/test/0190.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c5c53104504a8115b6d4650df05b63c0bd6a98efc50c870267ea993f32e378f -size 55826 +oid sha256:cd4a4648548507528ce7acaa8be70bb41eeb643375b4be5b90098207c248815a +size 769695 diff --git a/pointerbench-text/data/test/0191.png b/pointerbench-text/data/test/0191.png index 3e8c0620df2c8ef0f47f561c6453161470bd4778..3668b291fa92df08ded3984ddbb392ffbeb57e70 100644 --- a/pointerbench-text/data/test/0191.png +++ b/pointerbench-text/data/test/0191.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a99c2b98a4d02296ed0435ee0b727b76e37f2512c1f3dce65ad18478d783f75 -size 41093 +oid sha256:338ed0afbdaad9b360adee70592ea731e14cadc968ed18de92507215d02059dd +size 60512 diff --git a/pointerbench-text/data/test/0192.png b/pointerbench-text/data/test/0192.png index 28559d7810c4c37dc2801fff131be67ad94a9f44..a580080ff885f96ea6ac21b1ea9e93e6fedd6c75 100644 --- a/pointerbench-text/data/test/0192.png +++ b/pointerbench-text/data/test/0192.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82ef4528ce1c5967b412f2ef23fb6e162ded3dc348a0ceb7f8e6d1c364f7bab4 -size 272397 +oid sha256:bdb64ac2b99177f0da24e87d01da2873aee5ed685e463f20b83c4b909afdd04f +size 143038 diff --git a/pointerbench-text/data/test/0194.png b/pointerbench-text/data/test/0194.png index 5ba2475abbb90b5f62f8299de3dcd3e240b796d0..b5e4aa8658538e3b38f794c020fa3f75ec7be23b 100644 --- a/pointerbench-text/data/test/0194.png +++ b/pointerbench-text/data/test/0194.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55280f825ec7880847bcacd7418db6b0d6f7785eba223569d1a087ca9951e93 -size 272956 +oid sha256:63cbf24711ede16761bcf76ef23b2a60232537cdbb19cbcc9f5526ed5e65e7f8 +size 104381 diff --git a/pointerbench-text/data/test/0195.png b/pointerbench-text/data/test/0195.png index 819e2bcf889800ed799ba6055725e585d983f037..70580173e51e67b2580585be74aa80ef158b266c 100644 --- a/pointerbench-text/data/test/0195.png +++ b/pointerbench-text/data/test/0195.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13c14127d2f691f6e6efe46a72189b0ece9f70a05bb9ff4e5928516bbbdd061f -size 46100 +oid sha256:e7ac59f2f34a493af36bf65080d22c670551828535fa2159b283ad8f79cb14f1 +size 40739 diff --git a/pointerbench-text/data/test/0196.png b/pointerbench-text/data/test/0196.png index 46302718239da06999cb749da1808d0ee8f1a116..3a37c91228f88b6335229e2190b9645061b4ae9f 100644 --- a/pointerbench-text/data/test/0196.png +++ b/pointerbench-text/data/test/0196.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:366c6995d28655a5dae1065595a1f475fb28ae0f098c692245484b66fd46eda3 -size 224317 +oid sha256:2e0e5745b070a26b1157cfebca9e09634abd815d781484922743c6d632171d9e +size 980793 diff --git a/pointerbench-text/data/test/0197.png b/pointerbench-text/data/test/0197.png index 6d2366ea924664df25bd8aa1009e436455e19c33..69d1cecb8f2d96a50c39531abbe5ebaf73c516e5 100644 --- a/pointerbench-text/data/test/0197.png +++ b/pointerbench-text/data/test/0197.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:612db2ecaacc5ca10e9796709eeb2a9a8a0a8a3fb46b5250a5c14b03e3b0a855 -size 87223 +oid sha256:a622ce48e3663b5aea33e57b3f40c95f6681d2badd486482f582b4e3965d3b0a +size 43290 diff --git a/pointerbench-text/data/test/0198.png b/pointerbench-text/data/test/0198.png index 1d1037be0dc14dec2bb149a64be8a10bcce98d76..faefad981b8c8feae86242fc046c89a8f5411c78 100644 --- a/pointerbench-text/data/test/0198.png +++ b/pointerbench-text/data/test/0198.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74c6a35c3b3c05e9d3655547f35fe1ee6d08d883ab72e8e90c47101ed4132d83 -size 72809 +oid sha256:3e27da0df0e4083915786247ce390d67e97fc7093506e0159b0642008c51b719 +size 97781 diff --git a/pointerbench-text/data/test/0199.png b/pointerbench-text/data/test/0199.png index bbe6a710fd29d0452a8353c23a23857eef54cd9b..afca40b7a9af778a5724c57809cdbe04190f77cb 100644 --- a/pointerbench-text/data/test/0199.png +++ b/pointerbench-text/data/test/0199.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d6e2e3ce07286545135d048e3a0a8991fbaa441dda45641aa52a83b24050822 -size 105509 +oid sha256:c337e62752671ae53e06ae2753900287c7c1eb141cd7a5053ba42ea588791142 +size 80937 diff --git a/pointerbench-text/data/test/0200.png b/pointerbench-text/data/test/0200.png index e47da8305c233e0d2059304cd3f4d16f41de2b48..3e5795af2affebad3d488d13976a565b6a91c9ee 100644 --- a/pointerbench-text/data/test/0200.png +++ b/pointerbench-text/data/test/0200.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bb472452255465f99964703214798f52d02aa4b72acaa360b2165ec905cdbb4 -size 308685 +oid sha256:0d6328b3944f46db4bfed317a43d6260f2a579f2644e3a750e28ed15365f1c76 +size 188433 diff --git a/pointerbench-text/data/test/0201.png b/pointerbench-text/data/test/0201.png index 350a97cf58b860787018fd83770792ee4648348a..edb908a5a3109a84ae9db38c0caf68b262270c36 100644 --- a/pointerbench-text/data/test/0201.png +++ b/pointerbench-text/data/test/0201.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5400489763e3efaf88d496ad5a072c2c4dfcb0fab1f00800e2d7651af29402c9 -size 495183 +oid sha256:8762afb48a8f6a29177779a49930ca77325226416f995e3888cf0748bbe2e44c +size 57847 diff --git a/pointerbench-text/data/test/0202.png b/pointerbench-text/data/test/0202.png index ca88b6475aba50aeb92cc7e7459318e8cc8ee490..f540784a8f661e282e584a5d5d5678964c85b7d7 100644 --- a/pointerbench-text/data/test/0202.png +++ b/pointerbench-text/data/test/0202.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe17cf077dd295464438249076d429f5c27c35271753cf0e16725b5f185d3d20 -size 60348 +oid sha256:86c5ce7d3e45dfbbce04ecc9fb89cae2af089bd054ad3a00e36f0804ad7e77ac +size 60204 diff --git a/pointerbench-text/data/test/0203.png b/pointerbench-text/data/test/0203.png index ae3eb088a35516004d8a4c5610f4d12ad08bb6ca..faab023018e3c89873ac0932b5f7c83b75fdc612 100644 --- a/pointerbench-text/data/test/0203.png +++ b/pointerbench-text/data/test/0203.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca68c6998fcca10cd0ff379943b83879bd0f5d3083feeda41ef2daababf05f5f -size 104103 +oid sha256:8ea4da6bd77ddeedf08cc3af7eb229d6655fbc52ee19f7d45463c7b57d27b57c +size 54239 diff --git a/pointerbench-text/data/test/0204.png b/pointerbench-text/data/test/0204.png index 2e92990ab9a901bb7f4a26850c6b81a50cb95cd9..77f1e745816dba2d741467e5eca6e156555b28f2 100644 --- a/pointerbench-text/data/test/0204.png +++ b/pointerbench-text/data/test/0204.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00419174abd9ed54c3aa0804f15c97d882bcd26020205cb230793e6d2e3fb44f -size 111151 +oid sha256:2a0b325bb6afd1ad721085174a39537d8c12cd3a58fb6a95bad9e0bfd75b2dc4 +size 111152 diff --git a/pointerbench-text/data/test/0205.png b/pointerbench-text/data/test/0205.png index 13322698d6de342d051010a4793be0e127f1899c..0d9afff279d0e3db0314011c13104f600b5fd7f6 100644 --- a/pointerbench-text/data/test/0205.png +++ b/pointerbench-text/data/test/0205.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf04a91c9de9f0845e3f3adad8ba56853e8ceee130970bc67887261ed83abb1c -size 70149 +oid sha256:b2417ae7a75fc89e11c19efeb2b724751508c3fcc0376c6a2a202330806e9d8c +size 21816 diff --git a/pointerbench-text/data/test/0207.png b/pointerbench-text/data/test/0207.png index 8a95c83ea5e5cdc52da4a42081ebdbf4564eb508..816a00bec6f51f3f7382706068ffc8f9514db711 100644 --- a/pointerbench-text/data/test/0207.png +++ b/pointerbench-text/data/test/0207.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:010fbcbdb70f8d163c48f6196ea9d93c8269ad552405162d83116536b0b300c9 -size 77631 +oid sha256:cd5674a086bf123da0a9d51fb7b1723e6993788f579b29d3b8ac726d8734e842 +size 34133 diff --git a/pointerbench-text/data/test/0208.png b/pointerbench-text/data/test/0208.png index 198400d70e4f38a0758d80b68aec207aa45e65a1..40c3bc80c65fc5465e940a651543e359f03ac79f 100644 --- a/pointerbench-text/data/test/0208.png +++ b/pointerbench-text/data/test/0208.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b182766db1f815c11801c3adef987d04740c39a161d38b0cb549748a279e0a75 -size 120860 +oid sha256:426347048b8b6b0e147967f3a63c00458f73c05232cf93da1adff1afca0c2fdc +size 148212 diff --git a/pointerbench-text/data/test/0209.png b/pointerbench-text/data/test/0209.png index f7f7a3854b51c0cc28a59d50197aa80c720755f3..1ea3a90e37a8cdbf44b6a7238279828f50f09817 100644 --- a/pointerbench-text/data/test/0209.png +++ b/pointerbench-text/data/test/0209.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81cfbe6918a1576c251ee903ebbce449cb8583be2af3cc2cc91b5c77e0b761ce -size 56323 +oid sha256:fac7e321a9617fbdf54ac715feb3ce4df5aa52e30b916dd6d2550af217f28382 +size 56456 diff --git a/pointerbench-text/data/test/0210.png b/pointerbench-text/data/test/0210.png index 4a13ee6d83ae8aba560b417c00862e7bd3f80ab4..bb05eab1a32d3603f75773f206b61221ca75a813 100644 --- a/pointerbench-text/data/test/0210.png +++ b/pointerbench-text/data/test/0210.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2bf9f537d0e04646ce3906ec6d370beb50551f758bb63d3b8e63fcbb1da3234 -size 629191 +oid sha256:8cd5739fe05be074b7036738e3313892404d7a71a03bd31af8c4fbf18d50effe +size 57366 diff --git a/pointerbench-text/data/test/0211.png b/pointerbench-text/data/test/0211.png index c9dceb38c41903f05f9763dd8f67d725b45736e4..46c5bdccf33a29ecb7f38d02eb57da711c47e6b1 100644 --- a/pointerbench-text/data/test/0211.png +++ b/pointerbench-text/data/test/0211.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1697fe5bc9add9e18064855d63c7fffb3bbf1a84d39808c5397cff28d2223280 -size 747218 +oid sha256:33baf6bd565cbb873c1f341cdd8888a7eb8aa76ca352d4b597f27c4e982470b7 +size 42656 diff --git a/pointerbench-text/data/test/0212.png b/pointerbench-text/data/test/0212.png index c14788587794ee005224da8981e90f551e88e3ba..c8d9ac500a95438331308ed91860c8e4b25ddf37 100644 --- a/pointerbench-text/data/test/0212.png +++ b/pointerbench-text/data/test/0212.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59c12eb0dfec23394b48728224f0b0d80bdb0677d2e90df3c266b502d52cbe69 -size 96950 +oid sha256:1bf08a67fd5f56bae10d6faa9ccd0dbf4a6b39e953c3d35cf85505a30df81b72 +size 43511 diff --git a/pointerbench-text/data/test/0213.png b/pointerbench-text/data/test/0213.png index 66c30e02c7efe2ba5f18acbf417e66ba0d3c1d02..c2fdeee2943141edc391525532d89ec31e89b591 100644 --- a/pointerbench-text/data/test/0213.png +++ b/pointerbench-text/data/test/0213.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c87a80ee47c89b7fbaabd2b9e295d3a704ad3397c40b1983227c60daf23a0fb -size 43797 +oid sha256:e76f20e78b1d76d97e2db71d686e0b508042213ae377b39c5f2d3f4a47612635 +size 318364 diff --git a/pointerbench-text/data/test/0214.png b/pointerbench-text/data/test/0214.png index 565d521f9a3059a172ba5c22943c1f89595733bc..e8a5ac8d31c9d78630e18401804194f9491f0d7b 100644 --- a/pointerbench-text/data/test/0214.png +++ b/pointerbench-text/data/test/0214.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:802006f6e8320ba1b4a5e86e0f3a34c2d60d31fd87ce30e5b9100803dd0276a0 -size 85520 +oid sha256:1ef5b40f978fd19df8f626f8b84145c96423b49624ba76037a321f9008422206 +size 112380 diff --git a/pointerbench-text/data/test/0215.png b/pointerbench-text/data/test/0215.png index 967e46b89dd97f8d0cf4cfc8d2eeba81ecba23a3..82ab70d9667d02651cb7bace01dcef9e7f3110c1 100644 --- a/pointerbench-text/data/test/0215.png +++ b/pointerbench-text/data/test/0215.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6011696b5df24fa021bdea36a46985b03db7dfc25fb1cebf7748891f76588c3e -size 72880 +oid sha256:e4968e666543182605e846d734351ec611c6fc911fda81983bd43cb13eeb7d5e +size 73017 diff --git a/pointerbench-text/data/test/0216.png b/pointerbench-text/data/test/0216.png index cbf1f4b8bfcbe7a5813d46cf25c9799b0edbaf47..eead4fceddbf05e30035d031b74dda6d029ecb07 100644 --- a/pointerbench-text/data/test/0216.png +++ b/pointerbench-text/data/test/0216.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:916e83520d3522587341cef0ae52a2be4dac5f0c7c2afb2fa3ed0c58fd7821f9 -size 176349 +oid sha256:e54a891ee62f30fc8afd84232f8590f3fe952fe931a63bee8ad5902e73e537f6 +size 163126 diff --git a/pointerbench-text/data/test/0218.png b/pointerbench-text/data/test/0218.png index 1d0845f37245ce4b3a7646f0c936bb6726a50e17..fd6d46c1cd1376585de0c51d871914d5443618f9 100644 --- a/pointerbench-text/data/test/0218.png +++ b/pointerbench-text/data/test/0218.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cde43b6c836288e95034edb6421209c3d4e534f532826d17a93d79ca242a819 -size 52116 +oid sha256:f7a121dd0fc772f3fade24deb9b9441af206936a632cafccbc73f2feb6f6a76b +size 62230 diff --git a/pointerbench-text/data/test/0219.png b/pointerbench-text/data/test/0219.png index 6df1bf4818cf1669147088ee21f5ecd9dcc16cfc..fd7d26d680c4b37ae0c43e641767eb44cb94408d 100644 --- a/pointerbench-text/data/test/0219.png +++ b/pointerbench-text/data/test/0219.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91ba4740408db3de1244db3a5ce7b758dae4daf180be2aaf7cd7ce2c09e5583e -size 260055 +oid sha256:e88f066e854a9b23dbf9902972b1e35d65d687a6d7b9e19ccb09d9ca12adc2b3 +size 85737 diff --git a/pointerbench-text/data/test/0220.png b/pointerbench-text/data/test/0220.png index bd7f49e1c1d0a18e41fab4ede40512da33be804d..f944deea935ac9eff84777f91dcf652319326d69 100644 --- a/pointerbench-text/data/test/0220.png +++ b/pointerbench-text/data/test/0220.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a7d407712469911117860e93c4a086875e9626304cf30b769b31f4b1f3c23c0 -size 85483 +oid sha256:25a062ea5a4516f60427f02a79a0ece87fef0b19d5d293ecd034cc164767680b +size 70532 diff --git a/pointerbench-text/data/test/0222.png b/pointerbench-text/data/test/0222.png index ddf0b47cc28b0d3e5159ab32989c3f6b23bb43e3..e7ecbe8927e16b0737dcdc08d7e54e2b62223518 100644 --- a/pointerbench-text/data/test/0222.png +++ b/pointerbench-text/data/test/0222.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ced2d41c552f8ca27f274bf05421eaa141178c2018b22efa8e6cb7eb1f7085d -size 91973 +oid sha256:6be56a2dbed6d04ccbabfd5ae4a8493a5a9419e577e5dc750ed466f52c21a2b4 +size 132542 diff --git a/pointerbench-text/data/test/0223.png b/pointerbench-text/data/test/0223.png index 922119b91752775c623e2c9a3734e343072c836f..65438bb90471eb4965d584efd466359639ef9f72 100644 --- a/pointerbench-text/data/test/0223.png +++ b/pointerbench-text/data/test/0223.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d06a43877896fe8ae6bc15b6dff48f02fe60160907443b1d6b50f4a0d06ab6a1 -size 90601 +oid sha256:ad3679305829ca61caa1f651ca8196d27d41812e82969fcc7f96aff5e7b993b3 +size 99511 diff --git a/pointerbench-text/data/test/0224.png b/pointerbench-text/data/test/0224.png index d8ce3d95512944d63f137e696fb011032b066828..6c66262f7000eaccc49440b52b8407537bb296da 100644 --- a/pointerbench-text/data/test/0224.png +++ b/pointerbench-text/data/test/0224.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76daf330bf86ff33a6a8a491dce940059895d669e069f637e6f2897b2c3591d2 -size 106330 +oid sha256:109475b18ce57479b6d9e18df30fbbfa815f7913216b07068aa3b786b354bb96 +size 117334 diff --git a/pointerbench-text/data/test/0225.png b/pointerbench-text/data/test/0225.png index ca5f29e13ebbde61b9d1bab8cd56ae65caa0bbad..e9f7c155762eebe5bec5ab603688188803064b56 100644 --- a/pointerbench-text/data/test/0225.png +++ b/pointerbench-text/data/test/0225.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a1a796aec2425ebae26e364f499d12e21031c29a7c5a3a3898299c747bc7ec0 -size 67474 +oid sha256:aa2eac05ff83e61c3422014fb227fb51f1dc055c8f8d40879373356eb120f129 +size 58066 diff --git a/pointerbench-text/data/test/0226.png b/pointerbench-text/data/test/0226.png index 0f0b172fdffe47468499e204c8b53819d80ebaf0..44478e6a646e5da4d9f45b2c7471a60de443ad5e 100644 --- a/pointerbench-text/data/test/0226.png +++ b/pointerbench-text/data/test/0226.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46e223d1dde33ed894d86be42830cd51baa512466c90654c31c42674450e207a -size 45330 +oid sha256:6c39938c46a0179110eb32496d895325b0640c8ef8bb697f5c7fe829971c1885 +size 45331 diff --git a/pointerbench-text/data/test/0227.png b/pointerbench-text/data/test/0227.png index 50d5aa363ccac8147a409509a068a8652cd76689..147acb0eb485bb97a4e2bb6d7b95d2fef2ce8fe7 100644 --- a/pointerbench-text/data/test/0227.png +++ b/pointerbench-text/data/test/0227.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5ec735128d777e950249f08d8248da0b7837bf96360b525b2a827a8be2dbde2 -size 98630 +oid sha256:e7024418170f23756299e583fa9b2b3bbfa2e63003a418d7312c9d0720308cb0 +size 78793 diff --git a/pointerbench-text/data/test/0228.png b/pointerbench-text/data/test/0228.png index 70e4e6355af203274567f2fbac3fd716ae7e2f7e..5b8818df8a613824de01ec332beef9cf1b4fcd19 100644 --- a/pointerbench-text/data/test/0228.png +++ b/pointerbench-text/data/test/0228.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:988e864310957ef70a5b772ca1a073b838e0127bc127d5958d5b8d2a4cb0a69e -size 78352 +oid sha256:9937842e86b2de495c99e05afc0966054719cf1b539f76750a896a5a87a3ec9e +size 38063 diff --git a/pointerbench-text/data/test/0229.png b/pointerbench-text/data/test/0229.png index b595bcab6567e34ee2003bf0587c3fe0beb8628d..8f10c58df4a2eb2948a88b7d5cd77e7682ad608e 100644 --- a/pointerbench-text/data/test/0229.png +++ b/pointerbench-text/data/test/0229.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e004027e963b9a32a517f451752a1d55852681d15be28496700f2d2ef1d82e6 -size 81140 +oid sha256:30563f38fa2dfdeed9ab219a8d8b3ad6d24078f51530b6c33c5f28617fd72792 +size 133638 diff --git a/pointerbench-text/data/test/0231.png b/pointerbench-text/data/test/0231.png index 125ce14c6b2b12d96b3187c4ae99bae3b8adf68b..7fd3d97f696b8ced48bd1b1e160b698da7bbd477 100644 --- a/pointerbench-text/data/test/0231.png +++ b/pointerbench-text/data/test/0231.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b3f31e8dadae885996689cab5e9075224e1cfebedbc6996e6c2219cfb80c758 -size 818941 +oid sha256:e6228789a41f4c4d4bb2c69351d977b32c40f5f5bcb40d7ac92ee972a41a6960 +size 106318 diff --git a/pointerbench-text/data/test/0232.png b/pointerbench-text/data/test/0232.png index 8f9ffe38f259f3344b02b0f4eb1337b6bf2c8c7c..7059bdd2ab77a39a9170b88d463ebb02c277d70b 100644 --- a/pointerbench-text/data/test/0232.png +++ b/pointerbench-text/data/test/0232.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d2a3801eca390be4320d5911e127af723ac26df2a8acca2b3d8b6abdf84cef1 -size 92614 +oid sha256:d4c7f0626d2a0abc668d6fd221c913358bfaaf2a18b4af290c6d737402d3c628 +size 92630 diff --git a/pointerbench-text/data/test/0233.png b/pointerbench-text/data/test/0233.png index 04dac2ef590cb0add8bddbc588a5026f5fcfa93f..afe7486665d2bcd21b2bb28712817d0e3dc2ff78 100644 --- a/pointerbench-text/data/test/0233.png +++ b/pointerbench-text/data/test/0233.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18eea4b4c5cdbbe4224105b8a147b319c8eab7aca3de106df3af06fa98193723 -size 59544 +oid sha256:cea83f8e2a65592f1e32b45cb3c188081e135f1121ea01366e825e32b4ea2a9e +size 65502 diff --git a/pointerbench-text/data/test/0234.png b/pointerbench-text/data/test/0234.png index fb10fd44587c74a9bd61a47d06d4e3a7090135d2..6d835ca9de5cde379f7933c76c89e0020293d70d 100644 --- a/pointerbench-text/data/test/0234.png +++ b/pointerbench-text/data/test/0234.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12fa7899c67103ec1fb40f2ace32aff669d17ca7a676f6af9588bbd1edbb32e3 -size 102477 +oid sha256:b986a394ead096f8d6adfed6d996eede8bf2ee4e019f57bc64f530d827fb7511 +size 708768 diff --git a/pointerbench-text/data/test/0235.png b/pointerbench-text/data/test/0235.png index 7a44d40a06df32110d6e03c29680b2279d7da16d..3f3aa113282d3febbcc054091969949aa17aeaa0 100644 --- a/pointerbench-text/data/test/0235.png +++ b/pointerbench-text/data/test/0235.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1cf41b50c57eaada80738ddbb7948d49b67ceb7a0a6a7c17629d4af6236787 -size 97817 +oid sha256:2995686ca0d1281f6113ef28f20c7deacd4b7589c95bd32b156e85fffb443c60 +size 42657 diff --git a/pointerbench-text/data/test/0236.png b/pointerbench-text/data/test/0236.png index 20e8342ff17281acc0941e7c81ed3771e3e54fc5..fda2c549f38f3d6c2da498f5e42c2c64498c9134 100644 --- a/pointerbench-text/data/test/0236.png +++ b/pointerbench-text/data/test/0236.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4d909429523ffbd106b4d1e67965194f240a8c6030a4f130e1e78142e78122e -size 83123 +oid sha256:f44156de20a0d4d744fce699a6359d236246423a2fd217aa307c277ddde2fc1d +size 615940 diff --git a/pointerbench-text/data/test/0237.png b/pointerbench-text/data/test/0237.png index 42f4b5ceece8476f7a6756c5dee07f99580a5b07..cf7ca3f083f0d91fc83e47945b92f5cd445257d3 100644 --- a/pointerbench-text/data/test/0237.png +++ b/pointerbench-text/data/test/0237.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57ddce81f143839fd4a716f8ca35381274eebab9876c10870cc3b1fb35f99a04 -size 77566 +oid sha256:3c66674fbaea2beb1dfeda554999d447798b62439e69e3e7e1d73c6133d44858 +size 124130 diff --git a/pointerbench-text/data/test/0239.png b/pointerbench-text/data/test/0239.png index 3978230ac8303ad208f6a0f2156510a75657f254..4ecd0b29b9af40a44cca2a339c2be067aa720971 100644 --- a/pointerbench-text/data/test/0239.png +++ b/pointerbench-text/data/test/0239.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39bfe72d737e4b261fc2cb37b7a813ba9055dcb8e9d070c6f0926bcb66376360 -size 879990 +oid sha256:670c01d4e1d7dc9a20d55b8df69017021fcd6d3a5de93ae123826de1572a9d7b +size 33882 diff --git a/pointerbench-text/data/test/0240.png b/pointerbench-text/data/test/0240.png index c1882da798190a778c7013d833dbd9ceff21d9fa..a66b11a59ca55bc780669a7399113a1b90c9f3ce 100644 --- a/pointerbench-text/data/test/0240.png +++ b/pointerbench-text/data/test/0240.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f868e9fd93b6c1d95d9dbb75f6b73b620a91ed73fabaf019da5b70ac879e340e -size 91617 +oid sha256:09af30b38d575a1bd595a422773ec518856a079558d4f0003ebda5b0b76d1ada +size 39072 diff --git a/pointerbench-text/data/test/0242.png b/pointerbench-text/data/test/0242.png index e7a0cad1af89a5db17fabca4817fb0c630348468..4ff6f4c365c9871d5faa94d28aba725dffc041fe 100644 --- a/pointerbench-text/data/test/0242.png +++ b/pointerbench-text/data/test/0242.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44e42925dbcbe5eb78b01065abca1c1ff8cb425d0988638dcfc13117bc2ac360 -size 50530 +oid sha256:c8ef8edbffdf9bc4c34a3e6a97281164b1318fb52af783f53ad029bbec641154 +size 48597 diff --git a/pointerbench-text/data/test/0244.png b/pointerbench-text/data/test/0244.png index a7b1acbcc38082107f7c87ae39838878670fbfd0..b5148be533dff86117c5dc9f3f83e33f8bd0a1c6 100644 --- a/pointerbench-text/data/test/0244.png +++ b/pointerbench-text/data/test/0244.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af003fbda52b1c40800eaa3304da68c7287789ddce2e6ad3d188e0ab07b50307 -size 202049 +oid sha256:93aa0e93198a6ccdd8c182fc5389d43e1d41946ff179bbe7fcd2485c38860118 +size 83051 diff --git a/pointerbench-text/data/test/0245.png b/pointerbench-text/data/test/0245.png index d606e80e286d02ab695365111457720ff59dfe5b..1dcbfef10c246b0141f58ec9be603cb3724b30dc 100644 --- a/pointerbench-text/data/test/0245.png +++ b/pointerbench-text/data/test/0245.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2d9eb3c85400966c619a33e241db66d71f2888f464f8602625e1fb91614250 -size 103018 +oid sha256:ba52808040830c1db3bd9a47c61f6d95092bc87a8e339a2e4c4619df19fbc283 +size 79150 diff --git a/pointerbench-text/data/test/0246.png b/pointerbench-text/data/test/0246.png index 0efd80c0cda5ccfa9f3cd444dfbd99cbc5340f64..ce401183f35f173996e617277e406c098d91534a 100644 --- a/pointerbench-text/data/test/0246.png +++ b/pointerbench-text/data/test/0246.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd01ada26798c47e239148e8bef85187b9ea7908e0aeec146797a2183e04c3f0 -size 1023018 +oid sha256:be09d84a9b8d035fc03b0e499003138ae62f32898f2c71d8551f4c3e3c486a33 +size 57358 diff --git a/pointerbench-text/data/test/0248.png b/pointerbench-text/data/test/0248.png index 8d964758d0de6ecbec28fa5cd945d016cf3605bb..4b1165ce624669de1bc54114a0219aedf2681593 100644 --- a/pointerbench-text/data/test/0248.png +++ b/pointerbench-text/data/test/0248.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:088260098bb903d3c4f011406d48d066c4cdb85d049d399fe100814d2ad6348c -size 435743 +oid sha256:f4751a8ba3f57e3194e580c9af20318712c7d0d525a29c76bd6df7c612b665b4 +size 159035 diff --git a/pointerbench-text/data/test/0249.png b/pointerbench-text/data/test/0249.png index aeaa777d3a0eb37d704ff80b0477f9666ae718ea..050225251238861926ec4a6396d7ce017aa52857 100644 --- a/pointerbench-text/data/test/0249.png +++ b/pointerbench-text/data/test/0249.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1db54dbd5dc07baee76c3c463a1aa9febb79df8bd5021ad5322c1c2e1cc495f -size 115606 +oid sha256:d444a220f4e3fa2d71f6124a296dae7f27c07c4d759f5e53610cd0049e79e976 +size 115608 diff --git a/pointerbench-text/data/test/0250.png b/pointerbench-text/data/test/0250.png index b5ebbf00fb83a5e3c516a355f8eaa9c21de31541..cf16843c4fbdd08165cd88d92fde6d1620be0720 100644 --- a/pointerbench-text/data/test/0250.png +++ b/pointerbench-text/data/test/0250.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d28d38674ccf8c86c4b5d1fa062d42b06a3fb8bbeccccbeaa1fb60767458250 -size 53861 +oid sha256:94b83d10a33cdb486eef7d0373bc64f014a6112277348d072809c278d84285b4 +size 68151 diff --git a/pointerbench-text/data/test/0251.png b/pointerbench-text/data/test/0251.png index 2db2b85578627d790297b26e1b9634b0e97f1c23..4eeada42b88e0531c2a6900148ec2879e11473ce 100644 --- a/pointerbench-text/data/test/0251.png +++ b/pointerbench-text/data/test/0251.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96ee5f5df8aa0e8728afc38fb350ce4745f0d9b002f8bbceb22554d6d132d606 -size 57445 +oid sha256:f3c68bd7f01a621da0d01069aaad6212fd938f5c3128bd6934f1db16eecf0db7 +size 244086 diff --git a/pointerbench-text/data/test/0252.png b/pointerbench-text/data/test/0252.png index 5875965debbd76167ac0e449f2506300f9705dae..0474a2dcbc0e49c4523648ad1b9c99f9d9a216f0 100644 --- a/pointerbench-text/data/test/0252.png +++ b/pointerbench-text/data/test/0252.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28aacc6e4d2dc509101b7a6655dba028679e70ad06f27f0ec46251bb6ced5651 -size 93649 +oid sha256:5d84cf84517d7bd08826a2a5f6d5339a899275a5113c780150745f398095bf0b +size 106257 diff --git a/pointerbench-text/data/test/0253.png b/pointerbench-text/data/test/0253.png index c6e39d3908ca3dd2958cc0b76d659b622b412c78..802f1d45974514f7e4a3758ce10f453246521bde 100644 --- a/pointerbench-text/data/test/0253.png +++ b/pointerbench-text/data/test/0253.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9141a63c67c56e7af7aa29cca3e48f39d0eb104eb02a715fbb22d9ec31e39d69 -size 50705 +oid sha256:c1f7aad829dcf0a587ec467f414f96c650a7232dcecf1fd589d6592f554f0a95 +size 85932 diff --git a/pointerbench-text/data/test/0254.png b/pointerbench-text/data/test/0254.png index c8fc55ae798405ad604c6b0a0c2f3ba7a56d8303..c392d58a8fa700c4de0ff11b708c97747ee0e323 100644 --- a/pointerbench-text/data/test/0254.png +++ b/pointerbench-text/data/test/0254.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:719ab75acf3941ba7100c392b9c0bc9959111b7278bdecab6e36384e716f7a19 -size 1042613 +oid sha256:300782f8d40a13067a3e53eec7001b36c53dcf04d51458b61a49ffcc66bed7a0 +size 53225 diff --git a/pointerbench-text/data/test/0255.png b/pointerbench-text/data/test/0255.png index 4c64372e7a8ddef38cf959b961a25a72cc3ed389..867c24c723cab3cf6b0de9fa6f781968608e3748 100644 --- a/pointerbench-text/data/test/0255.png +++ b/pointerbench-text/data/test/0255.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:710500f08a2fdde6e0714103f2237555aa1e4bea95a15266980faf84d696c7e8 -size 50833 +oid sha256:ad676ae4a4c1bd374adaa2f5d5614fa2ed9b3d95e8b60652b52cd3962660baea +size 50719 diff --git a/pointerbench-text/data/test/0256.png b/pointerbench-text/data/test/0256.png index 377797347a5586593a2e79d07a67571b2693dea8..8d41bdd6c7af2fb13f00562ed08c9b6be7b1ef7d 100644 --- a/pointerbench-text/data/test/0256.png +++ b/pointerbench-text/data/test/0256.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee7510ed1d8252712f70c95de0c29404a6c8ae88a89575e7a7d49bd015a0f9cc -size 162901 +oid sha256:107856052bfbbb6fed7c97b3ed984f4627f56f1408ab09ce0b5cc738554ec058 +size 57188 diff --git a/pointerbench-text/data/test/0257.png b/pointerbench-text/data/test/0257.png index 9ef9b40a24c0e76d9f4e9da6971334a7c4ac4de3..9f64b50120227a2fb15384253c9c11fa269ead67 100644 --- a/pointerbench-text/data/test/0257.png +++ b/pointerbench-text/data/test/0257.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e276dec913d75c14cae82a14b74de81904d62ec89738f3b68c24530c4def82da -size 46529 +oid sha256:b8cede8bd60c5e0b0e58252844392edb612c1e78c71cdb98c6f5d45c0022171a +size 47507 diff --git a/pointerbench-text/data/test/0258.png b/pointerbench-text/data/test/0258.png index a039bed6c7c159a7189cfc02b928b12d205b4249..6f3e1061038bd90e8846d4dc7a5798d5559bfcc6 100644 --- a/pointerbench-text/data/test/0258.png +++ b/pointerbench-text/data/test/0258.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:111eb1ecaa8fdd9d729aa0bdb475391fb4cbfbbba132b5b65351a78344ded9b1 -size 74652 +oid sha256:0ed3f1bb247d101a2319318297c1065d93afa4139b23f139c731fc7e8aa226a9 +size 75116 diff --git a/pointerbench-text/data/test/0259.png b/pointerbench-text/data/test/0259.png index 1ec52053ef954f299e2bf961335d442fc9d15437..d5357d9b4fcfe666640941d7d1c35ac1ff45f97d 100644 --- a/pointerbench-text/data/test/0259.png +++ b/pointerbench-text/data/test/0259.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:826c0a1efe170945dbed1e4253f886a824b03a82719e9b1bebe88dce0a59c11b -size 311015 +oid sha256:b1e5fec08a339eca97730a8d65c8d41e63f726fc6daa1d16c867df8aa257b6bf +size 82564 diff --git a/pointerbench-text/data/test/0260.png b/pointerbench-text/data/test/0260.png index 945c932f96689e9ccb084ab882f372f26ba13944..9a1e06649dc1a3e172aaeac89d3069e710dab2e4 100644 --- a/pointerbench-text/data/test/0260.png +++ b/pointerbench-text/data/test/0260.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dccbe415e7d6cce193cc0ff734dceeee9c3a66a62c61f1d2cadb640040952fe -size 74447 +oid sha256:8cd0aad0f844c71482dfb4bbe93e53e3ccb12d02d7e2c9e03b67369c3fdd7133 +size 975228 diff --git a/pointerbench-text/data/test/0263.png b/pointerbench-text/data/test/0263.png index 2dc990c11e69c6a6780594152cb1803669590322..475f21da61eb02ac0f998bed382513ec03d9ed9f 100644 --- a/pointerbench-text/data/test/0263.png +++ b/pointerbench-text/data/test/0263.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6c03d6fb76bd1efc55063a4bb48ff7d73bf83f90eda50edaef01f5565a6e3c0 -size 86769 +oid sha256:1032a1cf44d59b765a07d919ba1ad4ac81931889a377139ee4ac396b5ec8433e +size 274813 diff --git a/pointerbench-text/data/test/0264.png b/pointerbench-text/data/test/0264.png index d05339bb6b10b54ec79ee7ab84457da99173fdac..4a9dae747eacbf261306c99aab09ea67b95ae7d7 100644 --- a/pointerbench-text/data/test/0264.png +++ b/pointerbench-text/data/test/0264.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa8d3b2e2a8af2218ab61d51bce41c5bc9b50ebf9958d6e7b3d0d819081daaf5 -size 234213 +oid sha256:ce5f428bae177fdb1e245656bbbcebb7fe03e53dfadc9c1a0362b8f48a9d7155 +size 54078 diff --git a/pointerbench-text/data/test/0265.png b/pointerbench-text/data/test/0265.png index 962cb3aa59dc21b9a5955ead6d38d833d524a475..628f655276279f38cc9da6e69d9e1120a6f6fb59 100644 --- a/pointerbench-text/data/test/0265.png +++ b/pointerbench-text/data/test/0265.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce12874a80006088e5b3d8c57f3e7d8aad39909d63551185368d15eea2629e9e -size 93887 +oid sha256:d428ccb14ca9813001b6efd70cb8e4929c576375f0eec39bc49989ef5dc2c3c1 +size 52826 diff --git a/pointerbench-text/data/test/0266.png b/pointerbench-text/data/test/0266.png index e925708ee8715bb87e9f3f0aea02a14e0b45f6ac..d0a6015d2afd9cc0e0773846908a0f9cc300474e 100644 --- a/pointerbench-text/data/test/0266.png +++ b/pointerbench-text/data/test/0266.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caf846706d97979408f0ce8927abe381ecc373c75e2a44ff46dbcb496f20acfb -size 154811 +oid sha256:1f2d7f6a7ab3864916f76fe105584802a690bdf6aa802fe3c44feee948ca89f8 +size 97070 diff --git a/pointerbench-text/data/test/0268.png b/pointerbench-text/data/test/0268.png index 9f4a822f0edf420bdda4c0b93a863ca7bd792359..a08672bae5ceb2a103526ce1d371b7884ca4f4a3 100644 --- a/pointerbench-text/data/test/0268.png +++ b/pointerbench-text/data/test/0268.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b04ee6f2ab1a20edc134e8780686b972ce38c2584d19d31f3642b581387dcf7a -size 119856 +oid sha256:0c5853919f53d0a236e02f631d002c5b260fa9cf91af889835a2bcd233a1006c +size 114094 diff --git a/pointerbench-text/data/test/0269.png b/pointerbench-text/data/test/0269.png index 44ca2c580307ba0ddc24f2dc95db26cf818e62f0..33b22b1da22854a4267d0abd526dcf3427f8b4fa 100644 --- a/pointerbench-text/data/test/0269.png +++ b/pointerbench-text/data/test/0269.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23b798dc036b83412e3077ee6c5fcd5e66bf9148c424f1f67c4a254191e2370d -size 636462 +oid sha256:42177a1d71e3422f3ba689de84db78cc7e63c0329627385068fe6493373b1208 +size 12472 diff --git a/pointerbench-text/data/test/0270.png b/pointerbench-text/data/test/0270.png index 3199fc6c1ddb168230b96eba8665304246d5e6c0..18c4adef770d16ecaa3397ca36f1fc49d8dd64dc 100644 --- a/pointerbench-text/data/test/0270.png +++ b/pointerbench-text/data/test/0270.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd68a0554681d206fb1191d0c489630cc5a4fc7b324d0411511e5eec15684cb5 -size 323735 +oid sha256:411206413130e3323ff3ef3aca03492fd50169dca514d569525f903fc9fe6737 +size 243996 diff --git a/pointerbench-text/data/test/0271.png b/pointerbench-text/data/test/0271.png index 8a8b36c299f15b9980d752d513941de874ce0f20..dac553b17a585ad6ecef3901343e5bbdf5ef6d6b 100644 --- a/pointerbench-text/data/test/0271.png +++ b/pointerbench-text/data/test/0271.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8bc9b2097843493d687dc64d73127c123ec259c717de19b67c306ec36a2f061 -size 803368 +oid sha256:56b9ba49c01d8889e30c956337ae8621be6d6c5439f174432cefb2b47335245e +size 115822 diff --git a/pointerbench-text/data/test/0272.png b/pointerbench-text/data/test/0272.png index 7060cc446f0661e4874b68d4b64509a681de6c5f..b97cdc4e345a96a4abec6f58a99a2c4ff71bb7fc 100644 --- a/pointerbench-text/data/test/0272.png +++ b/pointerbench-text/data/test/0272.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:750ebd314a8be9e8ea0cd014bdcaeb02a83b17ec0211f7b1b8360257f1c30acb -size 411530 +oid sha256:084dbf280e9893d6c4aa68a4f2cadfe8b1b375d7b0e06850402195a7aeb94aa9 +size 120669 diff --git a/pointerbench-text/data/test/0275.png b/pointerbench-text/data/test/0275.png index f6d95a62d7ff76f583c7628e174165caa5feb1c5..3acd283ccdb5d8a5546c329ad619dd4e4ba6eefe 100644 --- a/pointerbench-text/data/test/0275.png +++ b/pointerbench-text/data/test/0275.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eff5f95b4e8692157baf2ad423299eec09f212e1f7d2b44352826883510285bd -size 58794 +oid sha256:5626f019b43880fcbc3c0cccba9ab673b5927adb8c3fa4ca4fb7ea3132481dc3 +size 93890 diff --git a/pointerbench-text/data/test/0276.png b/pointerbench-text/data/test/0276.png index 286a7d7488a33cfb106d62ab8908530f3710e7ec..1ac3c1dc815af81511695409060cb54d2f4edc00 100644 --- a/pointerbench-text/data/test/0276.png +++ b/pointerbench-text/data/test/0276.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dc2c162a9eba8082f39301acd6aa40db6813d24a14a9f298d456d7377aa8753 -size 83147 +oid sha256:1d41e5369349e7e82307365108ec7fc43cd17c33b04050144ea6a78467598c76 +size 74619 diff --git a/pointerbench-text/data/test/0277.png b/pointerbench-text/data/test/0277.png index 3e35bcd6551d02f9764390bec7898eb2ac9f2c9f..a1b350fa30b2df8fc4788f326f4d8bf91cdc09fe 100644 --- a/pointerbench-text/data/test/0277.png +++ b/pointerbench-text/data/test/0277.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41959596042fa118e6b28dc8d9ec187a495e0b449f220d218d6dc5b66cc9d7bc -size 59114 +oid sha256:3a691ac45dda45f2b386237d603b1c81534b46ff7068f5b093f1c559d6ec02e8 +size 59102 diff --git a/pointerbench-text/data/test/0278.png b/pointerbench-text/data/test/0278.png index 215bdf26814c2865641078c95ef1fdfdc4c02eb7..5aef31abffc2474ca66c1728ee0e7e8f1d827352 100644 --- a/pointerbench-text/data/test/0278.png +++ b/pointerbench-text/data/test/0278.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65425c8b447e758a7516b3ad4273a9ae2576c810f506749aeeb088b9ca32e37c -size 58990 +oid sha256:d76a8370649eb2f71547550832e8ab1fe5f0f7008d628261d67bc9d34dccdb0d +size 73492 diff --git a/pointerbench-text/data/test/0279.png b/pointerbench-text/data/test/0279.png index 8fa931427be7b7d1beef3fd12b385600a91e130b..fbe1cbb18f37d821ccf5dd0c9c69f97de2527661 100644 --- a/pointerbench-text/data/test/0279.png +++ b/pointerbench-text/data/test/0279.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21c8ffa7857cec0327d0e37d4b0c2a15277a8dbebb0a2311ee9bcbd410637577 -size 213525 +oid sha256:54abc603b78a160b88305630077ac911b5ed9d19d72d6d1024bdfd925303efa9 +size 69195 diff --git a/pointerbench-text/data/test/0280.png b/pointerbench-text/data/test/0280.png index 0aa02b1890d5e87857b3d0a41b352d0204005a10..db1cc5682c342febc22133b536a9252b5ca0f14d 100644 --- a/pointerbench-text/data/test/0280.png +++ b/pointerbench-text/data/test/0280.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04cfed23e137f49eb1484821342614bdd6e3644002843ebe79e0b8f017eae53e -size 367785 +oid sha256:a57593c3b148ad5413f895eb25cab9f851683b64b6daa52b3936ef011a72d3a4 +size 120504 diff --git a/pointerbench-text/data/test/0281.png b/pointerbench-text/data/test/0281.png index 931bd7af600d36b079056a49f9cc3c8b4ee61ab1..ae4bf7f65587844e47b54ace2432e40589313e14 100644 --- a/pointerbench-text/data/test/0281.png +++ b/pointerbench-text/data/test/0281.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77b4fe898392e806a072c966d0bda757a7b3d0376a7d0eea8caf1e2eb435b18e -size 102391 +oid sha256:091b7d7e8fd93c2b986fab0c76bd0fa90aa331f66611f3df2e0e63bd77c1710c +size 102375 diff --git a/pointerbench-text/data/test/0282.png b/pointerbench-text/data/test/0282.png index 1fd99ff1fbd832cf530548f6c0f78843768cb3ba..d638665055ca0f42052a89c8fb34330f84ceb6db 100644 --- a/pointerbench-text/data/test/0282.png +++ b/pointerbench-text/data/test/0282.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6f2876eca2b2e5e032967cc477cb92cc2405cd631c41b7d37ee694dc341d66e -size 702178 +oid sha256:d5eb1484f5e2e08eb12e5c76476823be104cdfea5f1f221441fd24c9da17c10f +size 37827 diff --git a/pointerbench-text/data/test/0283.png b/pointerbench-text/data/test/0283.png index 7c97d311e10fd4aa7cc1ba0e9f85d69ff20a401d..50ee8fb1df61fb083fac6294f4808439794e86ac 100644 --- a/pointerbench-text/data/test/0283.png +++ b/pointerbench-text/data/test/0283.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f1b8a6f05f7af0dcf5c5bef27025fc02a5567129985171ac103453cac5aeedf -size 104385 +oid sha256:127671c28e67830785ee3344b965def247c956e7de2143c6f316ed9d3a7d7bdc +size 60927 diff --git a/pointerbench-text/data/test/0284.png b/pointerbench-text/data/test/0284.png index de8eabf56fb884b5007f52133252ffdd64da5fbe..015a8d43aababedd77f0f4f67cd51b896b36ce6f 100644 --- a/pointerbench-text/data/test/0284.png +++ b/pointerbench-text/data/test/0284.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5beb7da76fae95467952d4b337bf3351665b540d73d2788d60effa45055f36d -size 137834 +oid sha256:b5a7647d55506b23b3f8a927d4a2c08b50d52e12074fde90be0b18ced1b3865c +size 537097 diff --git a/pointerbench-text/data/test/0285.png b/pointerbench-text/data/test/0285.png index 0a60e4d55bfa7902470b7910147930f4da2402e0..edae23d8f6cbdc0e731a1b609f1f51382b681e66 100644 --- a/pointerbench-text/data/test/0285.png +++ b/pointerbench-text/data/test/0285.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e37f2c37481e057e4228df0a6ee9e0eb0ac60e2e3fa6efbc580bb6518b3ef7a -size 839097 +oid sha256:4e1ab7a139a60da059f957792ecbea225a853eb1e257d4267c789e5cb3542cbd +size 103366 diff --git a/pointerbench-text/data/test/0286.png b/pointerbench-text/data/test/0286.png index 7a66cb0856c333d7a08ecc29fca4e2c0eebc16d7..c523eb27f39b02e5cd3376b71177e3e4482eceff 100644 --- a/pointerbench-text/data/test/0286.png +++ b/pointerbench-text/data/test/0286.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35fe9303d61769eaf13e253feae2b1d4aa822145a353ee7c2b8df58a0be71f43 -size 846132 +oid sha256:e4cf6cedaec267492aa6e86c12f0cfbd8558f17b02e8565186db054873278865 +size 82993 diff --git a/pointerbench-text/data/test/0287.png b/pointerbench-text/data/test/0287.png index 4f37a2f56378186a6e3d78d0a4e776ecf37565f2..4c18e2ca893804b511f863e22ed0e39fef151684 100644 --- a/pointerbench-text/data/test/0287.png +++ b/pointerbench-text/data/test/0287.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c908bf3c29fcb4bd751c241543c6ec6c5035ebae91f44e2a3a17365caaa188c6 -size 55556 +oid sha256:d862a173e11d7bde749332444cc9f36fb495160848d35d2f4056d66fb2851e76 +size 688394 diff --git a/pointerbench-text/data/test/0288.png b/pointerbench-text/data/test/0288.png index 4796eb79d1674c3123fc351634ad493c9abe26d7..baf9f735fb8e19e81e2a6bb299e8285a041f3651 100644 --- a/pointerbench-text/data/test/0288.png +++ b/pointerbench-text/data/test/0288.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bf3768ad47408c770a720524509a10b5c0dfea949145d32d860dc2725fb8a01 -size 74314 +oid sha256:994040164c2cabf011464b785c7da8a3e3fa627d688a1d07230bfc3387297709 +size 47073 diff --git a/pointerbench-text/data/test/0289.png b/pointerbench-text/data/test/0289.png index b13949c9ea70366252f57f2bb40296b4a40ccce8..19203f8d631d00b9f335fe6af2a8044f933e695a 100644 --- a/pointerbench-text/data/test/0289.png +++ b/pointerbench-text/data/test/0289.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8628462a647cbff626b2f3b9ad8bdd7c494e66816b0a8e9c49a20b222d010977 -size 899308 +oid sha256:bf0c50a1ecd9bd19cba56299481b0b05f2dcad14843b21d412e233d8be820d0a +size 323198 diff --git a/pointerbench-text/data/test/0290.png b/pointerbench-text/data/test/0290.png index 7a6b9c3615aac8dcf1c414191669fc886e717d8c..0ecd52ff3922e00052d0d4be1eadcd0a3d90cbd8 100644 --- a/pointerbench-text/data/test/0290.png +++ b/pointerbench-text/data/test/0290.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15ea7039665f4cd37072ed1d025884381e712f0e7a6fea72b42826c56f737326 -size 99046 +oid sha256:587e09ca805a0298fedc5f69cbfa84b2c772d25f33e1839c7bff5c4184285656 +size 99048 diff --git a/pointerbench-text/data/test/0291.png b/pointerbench-text/data/test/0291.png index 561311ca42906c3f69b84901024ebb017aa039e3..ce6f78553a34da541bee3c93089351b683acce37 100644 --- a/pointerbench-text/data/test/0291.png +++ b/pointerbench-text/data/test/0291.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:664a1cad974ee759586abb20f7f8b3f444e91fd08aead1ed9a59ba923e22357a -size 228612 +oid sha256:1e71b9545296f99144f03dfd06fb77f974d8bb94c2e15bc12b6d07784772f925 +size 46646 diff --git a/pointerbench-text/data/test/0292.png b/pointerbench-text/data/test/0292.png index 0c4b9e9441362960bee3fe4522ed2dcd4750ffc9..24cc6e1890ec6be67913786c10fd788a5c485568 100644 --- a/pointerbench-text/data/test/0292.png +++ b/pointerbench-text/data/test/0292.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:302da03f7ba564be5ce57801e936f159e6c0fa6a9795243440731592d67d944c -size 44020 +oid sha256:a835273ba92a0cae6000941744989ef84991b4dd6cd3f78d6210644e2f0250c0 +size 504762 diff --git a/pointerbench-text/data/test/0293.png b/pointerbench-text/data/test/0293.png index ba935e2434af9169b439ba8cc92b00a0e482d3a0..9d87663b01df6e4919c97303d9334ff029ee4a30 100644 --- a/pointerbench-text/data/test/0293.png +++ b/pointerbench-text/data/test/0293.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c5b599e5da17d8859d5769aa3ddc38e1bb2fba0138b77bfd1cccec1f646eabe -size 87054 +oid sha256:2db9c15e745581536fbf35b1036636cda81406872e979556045ffbd7046d671b +size 270759 diff --git a/pointerbench-text/data/test/0294.png b/pointerbench-text/data/test/0294.png index d2a99b31515be824aae3346847034a3e76e8b125..80321ac7cfe583cc9a4a04afdcdf51e7b312cdab 100644 --- a/pointerbench-text/data/test/0294.png +++ b/pointerbench-text/data/test/0294.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bb27dbc8fc3017ff452363d40c9e403c13ab546687ebd434a738eaec5ee03a9 -size 719414 +oid sha256:df342c8dc73b0ebafa61de3394c4da13060342421a7fa2df8d6deae8b46f810f +size 86732 diff --git a/pointerbench-text/data/test/0296.png b/pointerbench-text/data/test/0296.png index 96a9eba45f7158b60db4ef2aef4c18777d41640d..bec557f2d284e0c7153d7f66f782de87ed8176af 100644 --- a/pointerbench-text/data/test/0296.png +++ b/pointerbench-text/data/test/0296.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4777e1d3182da465db751527b7d9afca8d8c769a0a956809a51f4cca58cb94c9 -size 90324 +oid sha256:8327fb6134d95fcbfe7a6be27442e9330a9bb755698b315d11a2ee7702033b1c +size 90273 diff --git a/pointerbench-text/data/test/0297.png b/pointerbench-text/data/test/0297.png index e1adcd66c887afd3bb2f7786dd15dab7827c7559..11f97f9e95d795d00ededc284b8ca3f26ba83b57 100644 --- a/pointerbench-text/data/test/0297.png +++ b/pointerbench-text/data/test/0297.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e083a89b2a78041266681d37f5ddc2c6db8fcd3d8538055d7f8fcb8fc1cf2eb -size 53312 +oid sha256:7a5174c87e6f7edd2e08987a6101c5cd38c501976b3f0865e8c0837355b7b5a4 +size 53293 diff --git a/pointerbench-text/data/test/0298.png b/pointerbench-text/data/test/0298.png index 6d67a54f644a14747340c2e4cb9f800f9488a224..8bed54af534b3ea2f99c4fd613f58b368ec64a55 100644 --- a/pointerbench-text/data/test/0298.png +++ b/pointerbench-text/data/test/0298.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e4bdfc037e566759371e335d99e409c510b41b65b2fdfe8cf072c7a1f2f79a0 -size 93298 +oid sha256:4208eb89ab1536080c746dcb62bbe83e385f3ffbd4dee71c54fd1e387d1c34ff +size 93301 diff --git a/pointerbench-text/data/test/0300.png b/pointerbench-text/data/test/0300.png index 7081641a5c6f58be1e93f40f73f3773574ff2324..6a680fe27821fca0c1b214415928d4b91f4eea7d 100644 --- a/pointerbench-text/data/test/0300.png +++ b/pointerbench-text/data/test/0300.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2273e7aee6b646936432d29b8ba4a30d5d56758b50a860454b09aeee713690cf -size 68502 +oid sha256:6a4f630f1e2f7e07847efe0595f2dbe1a51d9d7920f2977cae600d82a4bafa8e +size 56790 diff --git a/pointerbench-text/data/test/0301.png b/pointerbench-text/data/test/0301.png index 532c12ba943e74ad54ced95ff4ebeb0dfc0ae10e..1a0515003b2d06414c108569a9ebc33fe77163a8 100644 --- a/pointerbench-text/data/test/0301.png +++ b/pointerbench-text/data/test/0301.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:781d470af7c36fc088492d38609bbe329e3292fb511b8e6cc1ce168dbef3052f -size 45482 +oid sha256:275f421902debc7cfbf22b53a159e3ae87eb0c08e35c72589f8f852cd3b0b7d1 +size 45354 diff --git a/pointerbench-text/data/test/0302.png b/pointerbench-text/data/test/0302.png index ef255e5bb961e85a6e957332d3d80b07236563f3..83f747e1d42da7833a2059b1864b7c7c3047b728 100644 --- a/pointerbench-text/data/test/0302.png +++ b/pointerbench-text/data/test/0302.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2debb4ca9889f64caa41b8d2f17f6495915a77c528fbc3609d9db7a34de2bc8a -size 109240 +oid sha256:a85dcc25f7882bd2027ed31ba03ebf194e9936025a50bcde17ca56b1cf50f80e +size 71318 diff --git a/pointerbench-text/data/test/0303.png b/pointerbench-text/data/test/0303.png index ec5d3a998b6d6c1c97311b31d65404815c1cabbe..3518ffa696eaf4037908bf195f24f954075a2186 100644 --- a/pointerbench-text/data/test/0303.png +++ b/pointerbench-text/data/test/0303.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79dee43e41a044c1b1ea0de7b3a6cb8b78f5a7e16c2a51a5540beb8d76077ef6 -size 102421 +oid sha256:97e773f34c6654f9ae194ec11822169693e710f862c15469d4ce0219ec61b904 +size 88126 diff --git a/pointerbench-text/data/test/0304.png b/pointerbench-text/data/test/0304.png index fa7b6b0f8dfa71cd225bb6e767a02cb6081695f4..4b535ec359f3cde0b7dfa854d048e111bb68b962 100644 --- a/pointerbench-text/data/test/0304.png +++ b/pointerbench-text/data/test/0304.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b61aa1d72431ae1dfe142ab2c3ee14cab05675bcfac946fe780e52a29bd8ed7a -size 758193 +oid sha256:c8d18d04fcce1baaaf84556d627f92d8d12642c2d8b0af0eb12009b0fbaa5961 +size 193764 diff --git a/pointerbench-text/data/test/0305.png b/pointerbench-text/data/test/0305.png index cdee916479b0402bb5db4f8a8ffa60565eb958ec..be16809169f5e7212ffc79fd583310c8846e2023 100644 --- a/pointerbench-text/data/test/0305.png +++ b/pointerbench-text/data/test/0305.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1115fd4261f1ce8ba2179034ba656b975d8c367c694caf2249a4e509cf976f3b -size 523529 +oid sha256:df01ffaaaf666a887119844985c1992b279dfbf3d43fd22b3f6ac5eb932283fd +size 38822 diff --git a/pointerbench-text/data/test/0306.png b/pointerbench-text/data/test/0306.png index db66848dee0b93fe7c2edccbbc5716f91e99efb4..51407d9e9c0c84d46b5b62829c9e3e312e1c6af7 100644 --- a/pointerbench-text/data/test/0306.png +++ b/pointerbench-text/data/test/0306.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a4fb496f7c30e389bbf6d223006f27283fbdc8dc9a38f74a93bcc426e3baed4 -size 75237 +oid sha256:db2322395aada11f686fb539d7b491dd6cd1dfc40de276b1b361795d80c9f303 +size 42311 diff --git a/pointerbench-text/data/test/0307.png b/pointerbench-text/data/test/0307.png index 3fa30a650b33a6d98c7c2decd6c86e6a7ab92f1a..a8a9b39f45beffe34aa64ee02f6db16251e51b62 100644 --- a/pointerbench-text/data/test/0307.png +++ b/pointerbench-text/data/test/0307.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d556b1893cd62bfd01e7cda1547683c76920a8cad9510f478705b3da7739f3b0 -size 119733 +oid sha256:4c225e6428965873cdb20f0174067b15ce638b6f4b7a77b39cdb65e9e6e1c811 +size 104049 diff --git a/pointerbench-text/data/test/0308.png b/pointerbench-text/data/test/0308.png index 0c48dd7375bb8406caf2e6b9b6cf9eed42469ed3..94fb84365a5321273f085dd544149dfe837d6b0b 100644 --- a/pointerbench-text/data/test/0308.png +++ b/pointerbench-text/data/test/0308.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e0b3b5a52f14ef58cbf5c8f8937dd8b99a704c09b305a43c506482b0c161bbb -size 29345 +oid sha256:6e243b718adf7e12197e004473077aca81fab98b2e7082876fe1a7bca2101e01 +size 118962 diff --git a/pointerbench-text/data/test/0309.png b/pointerbench-text/data/test/0309.png index 13642c81319fbac6b1794bc355f747194823e1cf..d6c4ecf400e2e8af8006634c791075eeba4e6902 100644 --- a/pointerbench-text/data/test/0309.png +++ b/pointerbench-text/data/test/0309.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1cd5048623cca0ffb3ab7349e8ef9d19732619306476fcb56189ed39d2fe9f6 -size 105539 +oid sha256:3ce264f13ebc1ea7ede8cea425e39804148db44df9c1a46722a3bea3fea41326 +size 83177 diff --git a/pointerbench-text/data/test/0310.png b/pointerbench-text/data/test/0310.png index 5e766e7b7a17d5585fc0322fc848214840cc4163..a2554d3afe725c08ee14b3d3b3bf8ca9f05955d9 100644 --- a/pointerbench-text/data/test/0310.png +++ b/pointerbench-text/data/test/0310.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f413473e9aba1eec0382f72a33eb75ecad2ccea3b7be78bfb0080f1b5431001 -size 688012 +oid sha256:9d2db96b16c6359f6a4727f78e0454dc17595d9a5827fd9b2142b1e11caec824 +size 698494 diff --git a/pointerbench-text/data/test/0311.png b/pointerbench-text/data/test/0311.png index 76deead52816739db8dc036062a8e8f26da91253..609adcf19e9f55c9d9cb38583f3ecf06695e5f06 100644 --- a/pointerbench-text/data/test/0311.png +++ b/pointerbench-text/data/test/0311.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5c8b6edb850dc0db64e7c9013696abfd238c68865863a5a6a7b1bbdd32cfe2b -size 65496 +oid sha256:8c4c8c86ea5a4998228a7702823cb003437c6229e412b0922931c545d47b662e +size 262870 diff --git a/pointerbench-text/data/test/0312.png b/pointerbench-text/data/test/0312.png index c7e0813e1d42c3241136654cf7931f59cc3ed356..feafd7bfcce09de4f1b4304b50e9d85371745c0c 100644 --- a/pointerbench-text/data/test/0312.png +++ b/pointerbench-text/data/test/0312.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d99eabde1bd9fd3915e7954a086120a4f0e8ea267722038aa2b9eeb285921317 -size 41700 +oid sha256:c9d3b400bf91e2c7194b124c6f8af000c0f2eac8bda778a3d8b4ad6ec3610815 +size 558675 diff --git a/pointerbench-text/data/test/0314.png b/pointerbench-text/data/test/0314.png index 35aa9ab81233bd41ee27f513feed9473f6479bbf..106193ace0d1f7bd641e5c9ce0a35e289d8eddbc 100644 --- a/pointerbench-text/data/test/0314.png +++ b/pointerbench-text/data/test/0314.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55917ab7a40325d5397b7de0947ffe085559409e00d66552f2a7570c54a715ba -size 57610 +oid sha256:cb1be4520c85f5d27475dbd9467199e88f17592cc2b484b7f12fd35e1bedc47d +size 57475 diff --git a/pointerbench-text/data/test/0315.png b/pointerbench-text/data/test/0315.png index c937d9f917956dabb3a0cc4764a95131d4d952b2..718522fec6bc9b89000e0e42834d87ec1757d590 100644 --- a/pointerbench-text/data/test/0315.png +++ b/pointerbench-text/data/test/0315.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2f5a0bddfd37c4e1caeebf44ac122a6df3940237c0687ad1aa2a87ed034abae -size 59133 +oid sha256:d090fbcb500ac5f617f7fdf9c97b37abfb45b6a534d3bda0d9f8f8b9efc4389d +size 59144 diff --git a/pointerbench-text/data/test/0316.png b/pointerbench-text/data/test/0316.png index db5c88115bec0d346253a163bbe7c97ab4108b5d..e738c717e7b804b2a94cbf1ac6e68554ec1a98ab 100644 --- a/pointerbench-text/data/test/0316.png +++ b/pointerbench-text/data/test/0316.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7733ca4b65250806bf8237da6a6e7fe863a7b7ad920b82570599550fd90ed25 -size 518859 +oid sha256:9524ba21d3448ca8c5f440fb0b5757dd6c86a98a0c0b95ba61b2c6c1398fedf2 +size 44417 diff --git a/pointerbench-text/data/test/0317.png b/pointerbench-text/data/test/0317.png index 8c8f1ae246c585635dd62cdadf16a2a2097924b1..75555df182b850314094dc29654697f851211dee 100644 --- a/pointerbench-text/data/test/0317.png +++ b/pointerbench-text/data/test/0317.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a067ac0189723d0ab0c6bffd72dc64a1fe8b11d7763b86a509dcd054d989d4c -size 132932 +oid sha256:776190d07a19e749640788ff26a9566fc6946fe591587c374fa40f9c1901d627 +size 73154 diff --git a/pointerbench-text/data/test/0318.png b/pointerbench-text/data/test/0318.png index 4fdcf7f370a0e84c181dee22cd3cdaa375acd494..0f0b6c53647b5b451fb1d3da4aab3f4dc7d18bf5 100644 --- a/pointerbench-text/data/test/0318.png +++ b/pointerbench-text/data/test/0318.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:192121aa097e7663e2e8e048d969c08c3a441b6fbb86409c4ea649dc64ec632c -size 35694 +oid sha256:021d554a6c8c10895a4df78bbefdd4cf06957d58946e6c3a7fa72210c1e72b56 +size 655894 diff --git a/pointerbench-text/data/test/0319.png b/pointerbench-text/data/test/0319.png index 8ddc99a04b719cd27379087617155ae28f54006c..1068a120bcd08d70043ca400ffe4ac4c2c9d5a0f 100644 --- a/pointerbench-text/data/test/0319.png +++ b/pointerbench-text/data/test/0319.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42f6bad5f1d32cf24b91403cf9dc468db7d8bc85ac071af4e8544078afe609c9 -size 42105 +oid sha256:d050b720c11d79f690bcac35061603aeac12bc305124c4592bb0474d8ea43b2a +size 29760 diff --git a/pointerbench-text/data/test/0320.png b/pointerbench-text/data/test/0320.png index a872406d412665a56a118c588df74313fe8d2c15..103aa91768d960f92b91c672d106c69bec904fb5 100644 --- a/pointerbench-text/data/test/0320.png +++ b/pointerbench-text/data/test/0320.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3603cfe1a45b822af4e77c8266ebf1cb0c6840edbfab368468bac43a52c7aa9b -size 946647 +oid sha256:8711259522f8b1ea66a607e506792aeb32d7d48495a1664a9f3c00037d38e6eb +size 90773 diff --git a/pointerbench-text/data/test/0322.png b/pointerbench-text/data/test/0322.png index 62891ee3f85abbd1da65ee63c88c99e9ebb980e2..850397996addfe83f234641c1d0f5ed2c667c5b4 100644 --- a/pointerbench-text/data/test/0322.png +++ b/pointerbench-text/data/test/0322.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdb9a20bf1b93d843fc5b208720fe72d72505bc23935f11e428a88367092030d -size 252416 +oid sha256:e538baafbb6afa30e1f2f5f0669dac9f594a747bf0ecfdacd1ddfead73b6304a +size 951674 diff --git a/pointerbench-text/data/test/0323.png b/pointerbench-text/data/test/0323.png index 7761f1b06deb8c5b2cdf157c034a961b14debe67..28c24f34275a2d9537ff5b4928aab419187422a9 100644 --- a/pointerbench-text/data/test/0323.png +++ b/pointerbench-text/data/test/0323.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc0a0cf746edb54309ab195d243116a16d269e7637ebd15e0163d691aab7408b -size 15584 +oid sha256:b25bf0f29a92be63b6681386e14de8ef220115a3165f6008cc7912ebcc9178a0 +size 597239 diff --git a/pointerbench-text/data/test/0324.png b/pointerbench-text/data/test/0324.png index 77e2168921f502401d219f2b96771853b767aca5..0e98546a478e439f5330aad6bb77504cf780ae40 100644 --- a/pointerbench-text/data/test/0324.png +++ b/pointerbench-text/data/test/0324.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9a78544441f06312ae9e05e8f1b00fb2fb443910dce5ae349a43451654a535a -size 87382 +oid sha256:d4b903356953c73935e83c2222a852fff8b5469c605dd1ba8556146b17ab84ad +size 91504 diff --git a/pointerbench-text/data/test/0325.png b/pointerbench-text/data/test/0325.png index 090bb1c5e8595b8a8e2033de4121082211c506a4..895983b958f1156f53163335fd7091657f4b5368 100644 --- a/pointerbench-text/data/test/0325.png +++ b/pointerbench-text/data/test/0325.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99b3ee0e1ca1d15130be532c7ca5fa23b88dff76a6ffcf5d42ebe1bef78fbe78 -size 254267 +oid sha256:76faf27a856e5679517d53a92e13ba046d5ff284f59b91ae874f9f943cade131 +size 302099 diff --git a/pointerbench-text/data/test/0326.png b/pointerbench-text/data/test/0326.png index c300fa05ecc0822d84a3ea93e81d5b4b4b811ad4..24531d8c7bfd8a24af22e56da6c9e873ed88cb72 100644 --- a/pointerbench-text/data/test/0326.png +++ b/pointerbench-text/data/test/0326.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbd13f6613d5dcb9297365364c087f96fa6d6bac4fdc918154ac311c7482feb5 -size 215384 +oid sha256:bd4be6e49ca73e998221f14ab9262dc26dfbda2b75e2523256461ed0ca7dac91 +size 50988 diff --git a/pointerbench-text/data/test/0327.png b/pointerbench-text/data/test/0327.png index 67ae4b9c9653509f30aa92b90fd1398fbe56c614..58adef82394cec89aea676632a0d65f78d79202b 100644 --- a/pointerbench-text/data/test/0327.png +++ b/pointerbench-text/data/test/0327.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abf683681d089166a4ee04bbf356b02e5e8681cfda9a8c6a806d11c07491716d -size 43301 +oid sha256:7d0d0eefe0c8dd8b9cd75bdd5971f727aeaae741d4f5b574d5980492de2aa710 +size 870637 diff --git a/pointerbench-text/data/test/0328.png b/pointerbench-text/data/test/0328.png index 2644c780b6e20b6a8b08d34e3b85c08960f58ef1..20dbab7ef580df85e37be6e77bd73ea3b70ff8af 100644 --- a/pointerbench-text/data/test/0328.png +++ b/pointerbench-text/data/test/0328.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fe3aecefc133fde69d4840e27c823a621b37186208820552df091c161596c1d -size 35083 +oid sha256:007b70d0643f310ea4329585ac705b5c8f18aceadaee115a372981ece4b21a96 +size 120695 diff --git a/pointerbench-text/data/test/0330.png b/pointerbench-text/data/test/0330.png index 89c39675e62483c6096f4ee6c5472c93410ac0fc..cdd7bcf4ceeadd671b8af3550096b741ae1b4f17 100644 --- a/pointerbench-text/data/test/0330.png +++ b/pointerbench-text/data/test/0330.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58e60208b8c24aeeb4db66a64018db268efcdcdac8dee6c7aee1d88b3cfc8e21 -size 70592 +oid sha256:284a2daccc447b432f1d2e83fdbd47e9a6c71b96628d9ac7212705bd11d95aa6 +size 782294 diff --git a/pointerbench-text/data/test/0331.png b/pointerbench-text/data/test/0331.png index e4c6cba88b014ab65115902cc80f811d27924fc7..af566998f56ba2895a8b79b4aeb0c9d89cf81b92 100644 --- a/pointerbench-text/data/test/0331.png +++ b/pointerbench-text/data/test/0331.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a5c59a97bed649ca3584ce14a0c635036d959842ca4001c89f717b7ec0b21a6 -size 65733 +oid sha256:906bab1920d9b30402fa03006027815068de9a7202e34430264a4050424fc3c4 +size 69882 diff --git a/pointerbench-text/data/test/0332.png b/pointerbench-text/data/test/0332.png index 76c03dbe5f35ee5c327c805ddfe0085edbf31e68..eef1b729e95d054d26f269799fe4f56c03e1421d 100644 --- a/pointerbench-text/data/test/0332.png +++ b/pointerbench-text/data/test/0332.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00fb1a007952172969cce8187cce8ebaa5054bd85595d7cf626a1b802229034f -size 203851 +oid sha256:187a115ef3e5c4ed8b3777631ee403313d601c6b3b5ca6a5a93882453b701874 +size 78034 diff --git a/pointerbench-text/data/test/0333.png b/pointerbench-text/data/test/0333.png index f095fef5c91d34eaa42e95bd9b09f9ace28954e1..9f64d4a7d2b8b681e90107a6d65d58375ad005b7 100644 --- a/pointerbench-text/data/test/0333.png +++ b/pointerbench-text/data/test/0333.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d322d16935293d24173df01eb662de1aeaf04ce075dd472e0b943d88bb712f0d -size 124880 +oid sha256:c10cb5c903d978bcc213221bbebc348646163c8f005707d3f1efd00a9925eb18 +size 75151 diff --git a/pointerbench-text/data/test/0334.png b/pointerbench-text/data/test/0334.png index 93f40ed42be6b28eaa5e757fda9048918f7d8a7c..2e3ce59ad22cdae54f192089206c05098d93bd03 100644 --- a/pointerbench-text/data/test/0334.png +++ b/pointerbench-text/data/test/0334.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3519de49d2a74286216d7c3f025dd1695faab0fbabbf0c27fc4830a2c470c8a7 -size 56600 +oid sha256:d0c39ec47293a85a892b1069824c741d7fd1d8b84d3f8913c5b125c707e00993 +size 215756 diff --git a/pointerbench-text/data/test/0336.png b/pointerbench-text/data/test/0336.png index 3cee2b9db27938f56ff786e0d1043620e3a2a1bb..fdc08d7d3c3a2cff1ef64939ddc8b2e25959ddd2 100644 --- a/pointerbench-text/data/test/0336.png +++ b/pointerbench-text/data/test/0336.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bac35a20b12d40b6a115b6cbe8d9ef30e665ad0745186473356b66d12c2bab77 -size 51731 +oid sha256:93787caa1acbb7a14bdf3a9c33a15056642940a0b925104ec2947c0ae0fa3ac0 +size 96960 diff --git a/pointerbench-text/data/test/0337.png b/pointerbench-text/data/test/0337.png index caf2aeb911e51045d89a99099b98792396275948..8426e23add021c4de2031495287d69a1dcd77baa 100644 --- a/pointerbench-text/data/test/0337.png +++ b/pointerbench-text/data/test/0337.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67a56cd438986ff66e7e695a81e12ae86d7eefa7c0a2d6ecf37e4296d4048f83 -size 1005013 +oid sha256:a8c396fca45ec7923d5f7bc2bd36ba45c5fa93f469373b4db42953d88167fae7 +size 1003912 diff --git a/pointerbench-text/data/test/0338.png b/pointerbench-text/data/test/0338.png index bb77ab77b569773772f8d111aa21510b58b72fc9..38d3fc40775150ffccff6397095ff5dc426a4449 100644 --- a/pointerbench-text/data/test/0338.png +++ b/pointerbench-text/data/test/0338.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dd94b7d7d499897cf0c2a6881c3f73e585337a8276a37695195f93ce51a9d3c -size 86927 +oid sha256:efe6e27205b44e94aea007c651b069c989903f851b2cc75d8838021640c8c470 +size 84837 diff --git a/pointerbench-text/data/test/0339.png b/pointerbench-text/data/test/0339.png index 47080db78e38ab3e3d79ea065ffc10a67a366a4b..517a5cb6e4c02877a40096b3fe5a4151c69464fd 100644 --- a/pointerbench-text/data/test/0339.png +++ b/pointerbench-text/data/test/0339.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0e055db0db0d05018dc1bd95450f8dfe1c52e66fe5a12df5ae4595b09a097e8 -size 885491 +oid sha256:4b5c13e2e4c8157ba75e4c89ff69d96c3f523f5e400041373bcda7db1a3b6f48 +size 45063 diff --git a/pointerbench-text/data/test/0340.png b/pointerbench-text/data/test/0340.png index 3c79caea3395dbcc684a82e0475fd529a2c77dba..356762d0ceda4ce34d4d8f966767348326bcf54f 100644 --- a/pointerbench-text/data/test/0340.png +++ b/pointerbench-text/data/test/0340.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5da9c530a0ca4270b5ab0da414cf2dabee99764a08ec550fe99ada5a959956a -size 65496 +oid sha256:72ce910e7461f80575bcc8730ad95b9ced90824acf75fec10d0fdbfa04e512df +size 127387 diff --git a/pointerbench-text/data/test/0342.png b/pointerbench-text/data/test/0342.png index 57a3b5a6f2f04d0b66a666f2dcb8a6fd2528a3b0..d2c7645060fc6767243ea992dd3c7700fa3e8a52 100644 --- a/pointerbench-text/data/test/0342.png +++ b/pointerbench-text/data/test/0342.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad309a3db75b79d01e26103b0649d00e6a0140f3c4271c90a2af902b6daed894 -size 97177 +oid sha256:59020e0ef5abc6648febb524c4bfbe8ca98251cd3ea9fba27a36e023a4c6f19d +size 80681 diff --git a/pointerbench-text/data/test/0344.png b/pointerbench-text/data/test/0344.png index 25c1908b6558dd26104ee81e8c583da9f7f785d2..7121e9987875a18e0254874cce4b972526875d0b 100644 --- a/pointerbench-text/data/test/0344.png +++ b/pointerbench-text/data/test/0344.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3be81572caeb45b6ba214916c795376ead0394671037db832cf975efcbe3ea81 -size 51223 +oid sha256:cbf32bf474ecd0e69bee2e1040f78d10afd2f6ee929581587ffeab2daf2a1d97 +size 41793 diff --git a/pointerbench-text/data/test/0346.png b/pointerbench-text/data/test/0346.png index 18df38b1f4e6a213dbbb305dc3afc8f3c97d7092..b23845a7df4ea68e5ce91f1a8e85ff7313fe7c47 100644 --- a/pointerbench-text/data/test/0346.png +++ b/pointerbench-text/data/test/0346.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33a8a94f70c8e2f16dfb74ab3bcc84b74ccc06aa67b21afee1b4d016e7e54c92 -size 126773 +oid sha256:934d311e6f035066d077408a661b0fb0c2652bebe046ae5f3d9405a004b5b740 +size 544829 diff --git a/pointerbench-text/data/test/0347.png b/pointerbench-text/data/test/0347.png index 1192edc50d74e6ab11bbfa79a06d3a1accebc663..0014b2390250cf752fe802a8a161526eaed883e7 100644 --- a/pointerbench-text/data/test/0347.png +++ b/pointerbench-text/data/test/0347.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92aecce7eadb4d036cab4a1e930b575d515184b5991a7c1fcf1ad69481c001a2 -size 880439 +oid sha256:c5ce9343c99e11618dadc639f12fc1b83fac62613321747308268cb013e5c10f +size 71650 diff --git a/pointerbench-text/data/test/0348.png b/pointerbench-text/data/test/0348.png index 856ad32d5bdf45cef8c6c80d93bde16a71af3034..d83c42267dff76eb0d2e1c647cdbe588f668fe02 100644 --- a/pointerbench-text/data/test/0348.png +++ b/pointerbench-text/data/test/0348.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e22fb9f5cf51596df15bf3d1554b9c684280fa4777d45eb2686e709347c5da5a -size 579825 +oid sha256:8f7b945cfb53ce5e04e05b1829679b06f20e202269fe98a6e38431800d62c3c1 +size 155422 diff --git a/pointerbench-text/data/test/0349.png b/pointerbench-text/data/test/0349.png index 01aebf0e00b6bc969b729718e8887f053887a919..9decf1686350a60fb045c2883e23bf0df996e94a 100644 --- a/pointerbench-text/data/test/0349.png +++ b/pointerbench-text/data/test/0349.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2621fc006411f4ca81c936d026879edca6c2561354bbb602b64965bc8d69992f -size 79115 +oid sha256:bb49833c7374d5d58da16f0f5b5bbd4876d66d725e7b200d47f7acc344782f60 +size 79103 diff --git a/pointerbench-text/data/test/0350.png b/pointerbench-text/data/test/0350.png index b5ce5d2fbb40006f896274181b64793dd24d4b29..2cf031b86013a8730ab18df5a775c4625e66cf39 100644 --- a/pointerbench-text/data/test/0350.png +++ b/pointerbench-text/data/test/0350.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8ee50219bf99ecf187e76b9d45d3f5760068906837981221b09f26d04360815 -size 57825 +oid sha256:0e3b2b251c96d4037d2fab5f482caf39ca0926e59abd90d9fd554ed7b8ee093d +size 112787 diff --git a/pointerbench-text/data/test/0351.png b/pointerbench-text/data/test/0351.png index 4cb65ecbe73dde2f2a53fe46436c918e1746dbf9..5fa0c36726ea9c8c63428c1b2c44ad05cffce646 100644 --- a/pointerbench-text/data/test/0351.png +++ b/pointerbench-text/data/test/0351.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78fffb3145a20fb641256f076d8e10e448dddb25a31da9762bdf6a7eb2a78fe9 -size 134159 +oid sha256:b0de780796cde26c53698dae612ed5840906532edf866980a8f7129f0f165927 +size 92369 diff --git a/pointerbench-text/data/test/0352.png b/pointerbench-text/data/test/0352.png index 766c83f6770c2352114f68d1ee7cc4f60d5823eb..0051fa0c27862b5a838db2eca9db46bfe4ac555a 100644 --- a/pointerbench-text/data/test/0352.png +++ b/pointerbench-text/data/test/0352.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afe637828b7ccc0c8b2d066481f65c108664f087b7c73b0d7d695425d14d5f80 -size 53936 +oid sha256:1c6cf78310a8dd0ea225850a3239931f95a71b8559bd9ca525cdb62bd3d7db3e +size 53916 diff --git a/pointerbench-text/data/test/0353.png b/pointerbench-text/data/test/0353.png index 8affe3102374909c920e55564a15f8ec002cf090..148ab57234f9b01d198d06fa22c5c915f6339a7a 100644 --- a/pointerbench-text/data/test/0353.png +++ b/pointerbench-text/data/test/0353.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:813ab0ca4c59abef5ab0ef2817524ddb8083f24136be1ae763afc14930e0ae09 -size 34537 +oid sha256:80c7528d9cc4d561c0341416ae647a5138b764ca0f5cef1a72fe8292256a9997 +size 738090 diff --git a/pointerbench-text/data/test/0354.png b/pointerbench-text/data/test/0354.png index b8f9045c95e110bff99d132fd7bb62818b785e9d..426dd9a3abc5442f90804e5f94fe1289207dc445 100644 --- a/pointerbench-text/data/test/0354.png +++ b/pointerbench-text/data/test/0354.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:857748759093f70154792d8d81901d4da5626dd7c7b026855555a5204c2c184c -size 47539 +oid sha256:627e8f90e41f34ff446a0fea806d9dd21541f99f52a18fcf4942b20034c6c098 +size 91524 diff --git a/pointerbench-text/data/test/0356.png b/pointerbench-text/data/test/0356.png index fc1bc3a058fd0810bf0c75741cdaeb6db4f87164..bca6ecfe1f6c8f59f1f5de6217bd0e6888e40bbf 100644 --- a/pointerbench-text/data/test/0356.png +++ b/pointerbench-text/data/test/0356.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fae3f26547171df6321a0dc0751732d94b661425224c8044d2e064e7f0b6166d -size 49877 +oid sha256:17b06158f93b673b12459eba3a6bff90156043951391e2fdb8c1d2f134f7a803 +size 55255 diff --git a/pointerbench-text/data/test/0357.png b/pointerbench-text/data/test/0357.png index 2c136f2a468dd1df5c336aec8122dbfe91151709..4cbff6b4015c91ed882938bcaf24f3bece84eec5 100644 --- a/pointerbench-text/data/test/0357.png +++ b/pointerbench-text/data/test/0357.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3459c00ffa99bcd159d2fe0fcfb38d1ab9e1acc0fc70abaf5b5de3682732d26c -size 74797 +oid sha256:6999875994e96aaee293a9c1638ca1d063cff77d6d28487db80ba71a23b338cc +size 236918 diff --git a/pointerbench-text/data/test/0358.png b/pointerbench-text/data/test/0358.png index d4adb8378d0e86d828fd2d735cd6000972f7f046..bdbdbc45eb7f27a90bee9745f48656ff0f3d3a2c 100644 --- a/pointerbench-text/data/test/0358.png +++ b/pointerbench-text/data/test/0358.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f63bf244ece40b75789d28d789ab17bd9e39135010b12353ae1143d42039d5c -size 95098 +oid sha256:7d6ee0dce868bd8babcf96494dc0980b744260c738c5f18d34032f5c0f78fedb +size 803192 diff --git a/pointerbench-text/data/test/0361.png b/pointerbench-text/data/test/0361.png index 9d0d81bc6c5329623bbd1e83200c9fad22f82490..91baaa912e4a58e8e54a91dee90dcfadac20ba3d 100644 --- a/pointerbench-text/data/test/0361.png +++ b/pointerbench-text/data/test/0361.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5785c4672733ff826992d82dc12fc1d13341c8c593f49dbf4c1beaeebdffaa2 -size 98822 +oid sha256:929be5f2af414ec407ac087db7867b34eac6833088f63703f8bc32a557e3f21d +size 98834 diff --git a/pointerbench-text/data/test/0362.png b/pointerbench-text/data/test/0362.png index 0f3b83a84667f66f846f7b8942aac9293a7faa3b..24498980530ab513facb75cd289f33b85b77cce7 100644 --- a/pointerbench-text/data/test/0362.png +++ b/pointerbench-text/data/test/0362.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:395e9513e1fed4c253dd0c9dd8613500a0c5caca9919f08f4212c918d29d1618 -size 151778 +oid sha256:0bab48148fe020998439496a5fa877f8255687a2b8ef5d9fc9803910a07b795c +size 126983 diff --git a/pointerbench-text/data/test/0363.png b/pointerbench-text/data/test/0363.png index 39cef6c238ca4adcbefe71f8b5d5edc593d7ca4f..d6909af9aea4557a700d38bd63d3159ecd57830f 100644 --- a/pointerbench-text/data/test/0363.png +++ b/pointerbench-text/data/test/0363.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bad0bb90857f194df04d3a92572097472c403728be39ecb49d91e7b188ae039d -size 82974 +oid sha256:e7d4753d7b386d78b2a6754a049e5a433d8bc2511235cc731bfb222d6d64d5d6 +size 650745 diff --git a/pointerbench-text/data/test/0364.png b/pointerbench-text/data/test/0364.png index 886d3d16c8298b3b782d6918d69c938dfb4f8697..3543ec0e0099645f01d553f3beb27ca22f97367d 100644 --- a/pointerbench-text/data/test/0364.png +++ b/pointerbench-text/data/test/0364.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a4c547d1033c3afd33837e9b781a3aeeaf58bbeec021b57fd33daa8e161fefd -size 99650 +oid sha256:7a94f81901970da21a3e39207553b7f37d0878e287bcb39c1ea4b9348fc1d599 +size 88167 diff --git a/pointerbench-text/data/test/0365.png b/pointerbench-text/data/test/0365.png index 2cf3d587f13125e46cd956cb5f019d1c0adf5987..91b9966814ac43755ab1e48b714465e48e506fa4 100644 --- a/pointerbench-text/data/test/0365.png +++ b/pointerbench-text/data/test/0365.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5074db37efbfb02f7eb1a7c43d255e94f50dc83a00db9d7fd037180be37ace59 -size 56005 +oid sha256:760e642e2d2ff621de6e64fe0dfcbaa0f638ec23eb336772dbf0918dba7b1b0e +size 54583 diff --git a/pointerbench-text/data/test/0366.png b/pointerbench-text/data/test/0366.png index 5af8b997d13ba8c89fb3e2c5fec9c902a23e3faf..b204f0821b4bc4cea797b2ef12b37fdaaff7fe13 100644 --- a/pointerbench-text/data/test/0366.png +++ b/pointerbench-text/data/test/0366.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35811af7310985035d1a2bc4a229cf98924ae8ff3c03f795faad6eff9fa2049a -size 79147 +oid sha256:67f9e93bdefad265fb3078fb188649113ac849fe8015aa3c57915c6a1d4acf30 +size 137580 diff --git a/pointerbench-text/data/test/0367.png b/pointerbench-text/data/test/0367.png index 35969a65aa41bbd2c6d19ff14c2291cac50ecdfe..20d68088828f89ea46337cf57c2709a73f06ab94 100644 --- a/pointerbench-text/data/test/0367.png +++ b/pointerbench-text/data/test/0367.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5126a08e26c38758b86ea2f67491c2c112d4df9b81b14a15eefa8cd2452442c4 -size 49354 +oid sha256:7abf219565ca70766ce56a198164e6de9c1e4a538f6ce76e33c9bcaa6608efa9 +size 205281 diff --git a/pointerbench-text/data/test/0368.png b/pointerbench-text/data/test/0368.png index 416b3474450bf237411951a0920f09dd017d52d0..18bbc81e50a7dfeb792e86a12ce62c4f27f57ab4 100644 --- a/pointerbench-text/data/test/0368.png +++ b/pointerbench-text/data/test/0368.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28ddb511cd404c139c96aa3d709c22cbec690a315c62dbc736826156a7857ce4 -size 84463 +oid sha256:1f6d01422621485f79ebab270ef0c31beb60f0ef8dacad04fa926a4f8a865cea +size 59999 diff --git a/pointerbench-text/data/test/0369.png b/pointerbench-text/data/test/0369.png index bff543f879b5fd7a92362e6fb1b721412c8e065a..19a3e1956be054b476f6eae70162b0531aad55f1 100644 --- a/pointerbench-text/data/test/0369.png +++ b/pointerbench-text/data/test/0369.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c999bfc73d692bb14e5579e041697b1683062abebc52a1cc081aef4e940bd329 -size 31000 +oid sha256:0662e3298f8f39b5b42a112552e946a6a30394b9aa4f32dd45c4e285052bd34d +size 31024 diff --git a/pointerbench-text/data/test/0370.png b/pointerbench-text/data/test/0370.png index b2f125e8de5de7acbc384b32b1a8337433cdbb93..51297790ff6aa8d14bc3736197fe1a8df9a76a18 100644 --- a/pointerbench-text/data/test/0370.png +++ b/pointerbench-text/data/test/0370.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86f7502e5bf117c14c0e7e480104e08c974dd64d294eac74cd512465bd382615 -size 368798 +oid sha256:8fa05a9feaade1d8899005c1429a2e83a5050139a7b43a8bddafd55198bc6777 +size 125185 diff --git a/pointerbench-text/data/test/0371.png b/pointerbench-text/data/test/0371.png index 999d981357567a6529bfa73e7e3cdb64097a5abd..3552192e9ea81c4333a98b91210291293f025fd9 100644 --- a/pointerbench-text/data/test/0371.png +++ b/pointerbench-text/data/test/0371.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f0299f1c87645ec3a2f7cf9e9e30d34fd3c510fae9a1bf65c79aadf5705f74c -size 29800 +oid sha256:27fe900c19d31dc4384c36bfd47dbd1295b59b58c75130ac69448ba5e95376be +size 12162 diff --git a/pointerbench-text/data/test/0372.png b/pointerbench-text/data/test/0372.png index b009c6d65785f2ae88f4fbe738d8178ebe05cd41..9d3a755da99950f766255f3a03ae7ecaf3f216c9 100644 --- a/pointerbench-text/data/test/0372.png +++ b/pointerbench-text/data/test/0372.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ccf0f06144884dc84ef2b4843aad8068cb2e0a92c44ed75c12f1d46a479a20a -size 1097062 +oid sha256:afa0fe5c93be80f6b5cf814ce3a580b52e991c1629b1991d1c23aae70a78d708 +size 918930 diff --git a/pointerbench-text/data/test/0373.png b/pointerbench-text/data/test/0373.png index 62cb1c9daf610ad7e11ee253b71b03be38a8ba1e..70861259a47d2368a02f43747987def801b4dff6 100644 --- a/pointerbench-text/data/test/0373.png +++ b/pointerbench-text/data/test/0373.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06270381b6c8b8de68e75438dad2d4b350abbe6ea07901fa69b22223319751a3 -size 65847 +oid sha256:86b60fee9c1b6f2f7f9dc641e30b4e88825905b8f9d6656bb16161a78947a5f9 +size 83693 diff --git a/pointerbench-text/data/test/0374.png b/pointerbench-text/data/test/0374.png index 64c64f17279b5ccd52031a2d914acc9f0e9427b1..58c398d32fd146fe999f4c8dfa025bd194c69919 100644 --- a/pointerbench-text/data/test/0374.png +++ b/pointerbench-text/data/test/0374.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:511c1c725452acf1c8830f7155783e88437dd7c17a956287d724a46d7042e261 -size 702586 +oid sha256:e17ca5371e7bebc58d49591e440eb1f6605510d13bad5a4f73c13af54acaaf02 +size 47468 diff --git a/pointerbench-text/data/test/0375.png b/pointerbench-text/data/test/0375.png index 0fab49d2728109425c4c1d84ad255f6c1714b954..47b462e802b0ab6639111af490b699cc59b85d71 100644 --- a/pointerbench-text/data/test/0375.png +++ b/pointerbench-text/data/test/0375.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bce5d94a05b0bf51f03e7e9dec9a0e612067f8fc98403f3287fe2041fba7d5ad -size 101886 +oid sha256:49074ca2c4a0840db364b7286d848621ee0a0c8b9eced4228611d5e8a3362f93 +size 74296 diff --git a/pointerbench-text/data/test/0376.png b/pointerbench-text/data/test/0376.png index b38deda7491ab23c2cb509db3947b20fddb022e8..e19cff2976ccc8a0b377f44077718b48164b6519 100644 --- a/pointerbench-text/data/test/0376.png +++ b/pointerbench-text/data/test/0376.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afe05ab29ad6b0428119349306102bcf1a318fe23433468a5ad689d8baada2dc -size 738276 +oid sha256:ce4ba063d9084344e5bf14571592e1e8a8036cac75fbb23ef2b77e9723a49902 +size 398052 diff --git a/pointerbench-text/data/test/0377.png b/pointerbench-text/data/test/0377.png index 1c79aceb16d54625d9915b7f34b95e5100ba29cf..763cad76e045bc5b38b29394d15d1677091d3810 100644 --- a/pointerbench-text/data/test/0377.png +++ b/pointerbench-text/data/test/0377.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d9aef233146a43a469d469d338f8ef241c67ee70b183040c06b6d85e85a36b8 -size 86951 +oid sha256:6785a626f7e040840f3ab46136fe746ccd1955896b25826e7f301d4cb5801c79 +size 90794 diff --git a/pointerbench-text/data/test/0378.png b/pointerbench-text/data/test/0378.png index 4edf4f9f615752b09b5747af571301fb15d6d6b1..2a087ca8241fc3e1731c0fdebaccafce9b44fc6b 100644 --- a/pointerbench-text/data/test/0378.png +++ b/pointerbench-text/data/test/0378.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf7de29d16447737f9814914fe01542e4b1fc288cb18b57facf6b7ed4764381d -size 69718 +oid sha256:6592137883f673445fc971cb4f4529ef341ca945c2e8596e8dbc53cfd77a51fb +size 80021 diff --git a/pointerbench-text/data/test/0379.png b/pointerbench-text/data/test/0379.png index bd32b9b8fec792cc9844b1b3b4fc1498b202dc54..89989490a881abd4ffb1d78142048d6d0b49bd24 100644 --- a/pointerbench-text/data/test/0379.png +++ b/pointerbench-text/data/test/0379.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14913f68e9d8e5151633adc16827384eca06faa259eb36ab9230e3464befbe01 -size 135287 +oid sha256:c9c429ca9f5954291b524d49ecd64e51c49b29e5f36619b8c2fff7dcc33def7d +size 45490 diff --git a/pointerbench-text/data/test/0380.png b/pointerbench-text/data/test/0380.png index f91772d413ad8d6a53a480086e6d46c87404446b..1abb0f541afb25a940a2cb879c629370b75ddca9 100644 --- a/pointerbench-text/data/test/0380.png +++ b/pointerbench-text/data/test/0380.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d8b9d706689251e0b9aeeba3e5e5b194b504eb47eae0d2acb4a7bd7dc3469e2 -size 47311 +oid sha256:77e745ead3eabb2439b4671a9d79c3dcfd78e52d2103b020f53cf27c1ce450b5 +size 86991 diff --git a/pointerbench-text/data/test/0381.png b/pointerbench-text/data/test/0381.png index fb889a99e409ffbfd6da259d3cca1ef3c40ebdc7..2b2afbb6eaca741e6fed4e8176ddaa892e07535e 100644 --- a/pointerbench-text/data/test/0381.png +++ b/pointerbench-text/data/test/0381.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5db00eb4b000575ad067c63ddf2d9a4bb6e4540a8469bb6d8c5a9746b0e42a20 -size 51086 +oid sha256:b98539efb9e1714f199a84ed168a7798b06dcbce6358865098aadbf70ef6f833 +size 65896 diff --git a/pointerbench-text/data/test/0382.png b/pointerbench-text/data/test/0382.png index 2bf7c8f10cf4cc346679300890c1ca07306d3269..4742024ff64baec1630da26812e44ffda56b6353 100644 --- a/pointerbench-text/data/test/0382.png +++ b/pointerbench-text/data/test/0382.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2862dd80ea28a50fb200a5514400a25d4be773f7041b0e9aef359558b9d3ad4 -size 46483 +oid sha256:c12800a0aa30eca9c960e210a54042029afc03b3ae3e0a7f230b1282c4c8e87c +size 607294 diff --git a/pointerbench-text/data/test/0384.png b/pointerbench-text/data/test/0384.png index b108d4d32d3830d6b357458186212b08c288f49f..5f7422032bd07e188a1678e14cff93c4a5fea08e 100644 --- a/pointerbench-text/data/test/0384.png +++ b/pointerbench-text/data/test/0384.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20c336df1e7f98f1d33a830d28d11c3cf2da81c761f91848aa9c75a9bdb4b9e5 -size 105993 +oid sha256:00c7da54535f4889e1bdf4d69d31b45efad3d3f3a76445352020c84f4646edc3 +size 882031 diff --git a/pointerbench-text/data/test/0385.png b/pointerbench-text/data/test/0385.png index a47efcea9e493f902041001b1c5af4e5be873573..5eb504ca0afb95bd802009a3ce634b397c6cf01d 100644 --- a/pointerbench-text/data/test/0385.png +++ b/pointerbench-text/data/test/0385.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49531fbfddb6f35916e9b9a967bf94ec383b7182e3da3a8655d8040596fbec69 -size 973985 +oid sha256:e75601665b8ba5af3ab703ee595edc0e67901c5148da20bd886f942509f8ba05 +size 973159 diff --git a/pointerbench-text/data/test/0386.png b/pointerbench-text/data/test/0386.png index 14feca47c20d739bb5ea9d2713c9e145c80d19bc..8120549cf9d973673b136b55d891e78bfb2b4db1 100644 --- a/pointerbench-text/data/test/0386.png +++ b/pointerbench-text/data/test/0386.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e296aa57b5f72cf0188f1dc41029af94e3318171f6c5c0fc349959d2e856ec5 -size 110485 +oid sha256:647e6929a0a06c4f52e17c6ca1a86fb46a7e14c89fa90cec4984d9c3f8393785 +size 75788 diff --git a/pointerbench-text/data/test/0387.png b/pointerbench-text/data/test/0387.png index 2ec1edf85c40b8ff1ac989d05866ce46f223be28..48b4d1a4ba462c981120dabde4b8a3ee23e5a244 100644 --- a/pointerbench-text/data/test/0387.png +++ b/pointerbench-text/data/test/0387.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9ab3e60687288f1dc4a0b9ee548400c1e3a7c2f6ef9097325eabb45d27448a5 -size 168427 +oid sha256:6551561395f50524b590ac520013507fb2ded1f1594cda72a9ee2cc8d1e29852 +size 37826 diff --git a/pointerbench-text/data/test/0388.png b/pointerbench-text/data/test/0388.png index 8a2297c602cb6ce8fa87b150ce95119167e10dde..203737f92f2136e7962adc7884c81ee938ebe673 100644 --- a/pointerbench-text/data/test/0388.png +++ b/pointerbench-text/data/test/0388.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42f9b3338cb216fe08de004afa5a5f150e9b949206da5db36f1f21771cc066d6 -size 109235 +oid sha256:62e572afd6dae73c28124fc8030d4763027c69bb57cf5de66d76c7f5474bfc92 +size 109227 diff --git a/pointerbench-text/data/test/0389.png b/pointerbench-text/data/test/0389.png index 1510c38c077bd579700e922a756c711a2fd06e66..de49728ff11e5a7e7533787bf03c37a3935d7141 100644 --- a/pointerbench-text/data/test/0389.png +++ b/pointerbench-text/data/test/0389.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50a5db5f2cddeb2b12cec0d33d246bc55be57b141de198dad50901679f31a6c9 -size 51986 +oid sha256:1f78f1735672be3a1f430e0a11aeb276b32bb8b31be5e4973a6f704fb7606846 +size 48203 diff --git a/pointerbench-text/data/test/0390.png b/pointerbench-text/data/test/0390.png index fe958912cc2852476a5e3b14dd868373c3562b48..ad45789364dc5e30ecde4b01d4bc81363207bcf3 100644 --- a/pointerbench-text/data/test/0390.png +++ b/pointerbench-text/data/test/0390.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f718726e3657b1d1d8585441915a40aa3af7c46ab20913258a11deda8b098ae -size 355028 +oid sha256:17f5eb7ab54026799a9a0c443a6a6bcf45bbd6bff0ebf5b0e8d27ad2bddcb63b +size 46897 diff --git a/pointerbench-text/data/test/0391.png b/pointerbench-text/data/test/0391.png index 099137800c78459defcca2b9f31519b6fb03b300..4e86311c5f3a48926ca6d351e1ad27b46d639b0c 100644 --- a/pointerbench-text/data/test/0391.png +++ b/pointerbench-text/data/test/0391.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:717a433a318cd3b547ce8d2aa6c003995498e8e4612738eb3f8c266ffd805304 -size 231649 +oid sha256:89cc5e1db70d9b775912d3358d79d0815764b055f46e82b2f68b434016557ce6 +size 768121 diff --git a/pointerbench-text/data/test/0394.png b/pointerbench-text/data/test/0394.png index 464375adc0ba8575116414f82bd926ac9a4e8426..6852d843040709f92014356dd6afc77fde00041b 100644 --- a/pointerbench-text/data/test/0394.png +++ b/pointerbench-text/data/test/0394.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ac0e148dc624445c7997e7ba4795b7f508827933697d9df822a9ab771ee6e04 -size 78378 +oid sha256:c82f128c6da0c1683e30ad13ff396461eb9f07664d7e8864b44fdc119ba8f62d +size 50265 diff --git a/pointerbench-text/data/test/0395.png b/pointerbench-text/data/test/0395.png index aba5efbedd879eb831204af4ad7fae06e81405b0..dea6f2e98d783808f2ba1cb900ad7816e96a5ab5 100644 --- a/pointerbench-text/data/test/0395.png +++ b/pointerbench-text/data/test/0395.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5113320e82a43cb187c0821b6ab301009d14c2ff2940ed62588ffe9eccb23fd -size 942081 +oid sha256:9fb758d915e7e0e1ded95f3437be602f5c35ee5404f2487638502a9336515dac +size 123008 diff --git a/pointerbench-text/data/test/0396.png b/pointerbench-text/data/test/0396.png index b04bddff787015a61eb7606f577cd2c7176c9ad0..0e35b6fbc02e544d8dd3149be5a338842ced5fb3 100644 --- a/pointerbench-text/data/test/0396.png +++ b/pointerbench-text/data/test/0396.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:556de1ab0f33026e1e0a8b76046b8093d62dc72c7cbe0c7ba350fb98d1338df9 -size 71381 +oid sha256:77f80b3927be678acbe81b27503d65dc219fc2815863d3e34ae90efa9892668d +size 906070 diff --git a/pointerbench-text/data/test/0398.png b/pointerbench-text/data/test/0398.png index 84aa91a63c9632095e1ba392e4d30e6bfd55f62f..9ab49b72d70f88705ee98d223ef102f5460eb923 100644 --- a/pointerbench-text/data/test/0398.png +++ b/pointerbench-text/data/test/0398.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a3cc9be5400c360ba83a370d7b72e184e7967dc10e204d1163eb1bc1be46801 -size 388505 +oid sha256:9cd474991af91654245b19370791ee44e85c94fe7586ce55b76926a326af6ebc +size 181937 diff --git a/pointerbench-text/data/test/0399.png b/pointerbench-text/data/test/0399.png index 545ddbb91ae5a96ea3befd589f38f0cbae270e69..ea18dadadd69e12b3a9c2c3229daa5c61299f23d 100644 --- a/pointerbench-text/data/test/0399.png +++ b/pointerbench-text/data/test/0399.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ea540463df400270197af30d7199361cc906bd90cfc265afca5b871911c4c17 -size 294542 +oid sha256:6e5a7b486f763875aaa0c5494cb907bb4e1c8a05dd10791f88ad4d15524164ce +size 136369 diff --git a/pointerbench-text/data/test/0400.png b/pointerbench-text/data/test/0400.png index 14798a54ae75c6a18dcdd1e5d45eb9bebceb1b29..9798d9684d0dc96e34c5706e8b6472d52d2f2d52 100644 --- a/pointerbench-text/data/test/0400.png +++ b/pointerbench-text/data/test/0400.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:116c64e476b53c48b0992bcdf53b444871e773790c849c33845b48b2ddb664c0 -size 88378 +oid sha256:65d3254c5d6f96d9cd44ec78d1cdcfc8685c7be55980363160afa7f5de6a250b +size 93021 diff --git a/pointerbench-text/data/test/0402.png b/pointerbench-text/data/test/0402.png index 3124d15766ab518eaa7c073fd286effe1542cd12..845b48ab80ed1fbdd7ae2cc0b5baa5f96703d478 100644 --- a/pointerbench-text/data/test/0402.png +++ b/pointerbench-text/data/test/0402.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0adf8c1e50752227d8b47d9d07d5ee8f54e9d38733a1236330cfee17b23fee4f -size 107630 +oid sha256:a5c6b08396c017f20738f8e3fe04909c649bbf74c0f8b0dd87d76b47ed729538 +size 33212 diff --git a/pointerbench-text/data/test/0403.png b/pointerbench-text/data/test/0403.png index 70b54231cfaabcc6b19b53852076a4a0a3a7451e..acbf4febee30cead1af48c7c959f19c45821373f 100644 --- a/pointerbench-text/data/test/0403.png +++ b/pointerbench-text/data/test/0403.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4783c97c1cc88d2ec1493f847b15294dfb0f298de6775a086ba355e47b855864 -size 93855 +oid sha256:cde2d28c5e6ff1b64ee8378b0a74b5b6830cf27e738cd8e5c857d8c38962df43 +size 138543 diff --git a/pointerbench-text/data/test/0404.png b/pointerbench-text/data/test/0404.png index f1da10cdc50358d2f7ce608512ddecbdab61de07..d692b3e73d8608eb8129868a00b046790529f19f 100644 --- a/pointerbench-text/data/test/0404.png +++ b/pointerbench-text/data/test/0404.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb87c65de9083b83fe840ce0ff3931d7b25ddbcf124e8a2c4c349a6d1e30231f -size 511586 +oid sha256:a4ba286668d7e3ed3cd60898b2a69f1743dc16114e1e64369d6313d3af6b34e1 +size 100939 diff --git a/pointerbench-text/data/test/0405.png b/pointerbench-text/data/test/0405.png index 22ae17fdd51d98880207fb85e18cd1d144f5bbfe..96485155a3b894bca97c23ca169e81084a3f2fbf 100644 --- a/pointerbench-text/data/test/0405.png +++ b/pointerbench-text/data/test/0405.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b61d2e19b41324f59b21e89d773d91cae8492826c6d3b52cc9265d934841518 -size 78593 +oid sha256:ddeebf2781840e2ccd5b028f2274aac833411cd90b4ce13fde16c951ba3037ad +size 36015 diff --git a/pointerbench-text/data/test/0406.png b/pointerbench-text/data/test/0406.png index 8a7f4a28c75bda39421739fd706a37a361b189a8..16036706a9c3a0ac1be3b0d5d19803c4fa6b59df 100644 --- a/pointerbench-text/data/test/0406.png +++ b/pointerbench-text/data/test/0406.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7748229dd8e956c3d0ae1b3722ca6022e442ed2edaaddced5cfa5e3ea866efc2 -size 65871 +oid sha256:5a51d9c36fa16f93e95890ba79e118f6b4e07d4dc9c169feec4ae184d05f61b6 +size 88158 diff --git a/pointerbench-text/data/test/0407.png b/pointerbench-text/data/test/0407.png index fa54ab6be58b9de1a7c2ff6406c7acdeb2bf6929..fd7bddc1884a37f283a4d68583f930f38b500cc3 100644 --- a/pointerbench-text/data/test/0407.png +++ b/pointerbench-text/data/test/0407.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91283f9f92992330f16cef9443b261accd01dcc7552f6a7cf3767b82da6ada04 -size 851350 +oid sha256:5c703444a364efb648c75e3a9abdb2c5a4b6975af3cfbf28d6436ac891f4ac38 +size 851355 diff --git a/pointerbench-text/data/test/0408.png b/pointerbench-text/data/test/0408.png index 84844ea1a5c293a9852091a69a6c00f2da0df503..e38e1c060bcc45c75ec3b27249bdcf36dba4fc42 100644 --- a/pointerbench-text/data/test/0408.png +++ b/pointerbench-text/data/test/0408.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72d3ba0e460b0a64aa01f20b0691f5bf1b157f0cdee5560b036258fdaa89c0a5 -size 90150 +oid sha256:e7fbd5a72de627b085cfc344aa86922bd9ab85c08f132a0e5b3990f5fe554236 +size 62413 diff --git a/pointerbench-text/data/test/0409.png b/pointerbench-text/data/test/0409.png index b065bd54c1eb8c03d5e8394a01e758ea2e048e3c..e2774c64c5d1a3cd75ba7c746435047e1e0bd3fe 100644 --- a/pointerbench-text/data/test/0409.png +++ b/pointerbench-text/data/test/0409.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c06522f40cbe3ba769f7138ad35e3d291e36ad494dc92c0b17efcc69def2d8f -size 684185 +oid sha256:4818b2443041d903962e96f0a2711b36cc41127034e1fce41b42d110b178b9e0 +size 77506 diff --git a/pointerbench-text/data/test/0410.png b/pointerbench-text/data/test/0410.png index 958ac619fe1e5ad97ff2f34a52c8a94694a5a7d8..c85d17bee21d1b7cfd5d38d2609935648679b41a 100644 --- a/pointerbench-text/data/test/0410.png +++ b/pointerbench-text/data/test/0410.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc8361b3cadbfe83d2699ba04f01dbc84936ed235a268fd3cfee02b2c0d84420 -size 78945 +oid sha256:0f8c591ae75ad40fb6374e1bdc864688d4df0280437fc256b5617898b639c064 +size 91329 diff --git a/pointerbench-text/data/test/0411.png b/pointerbench-text/data/test/0411.png index 7edd0f05cdfb1d11937fdbc0519648e3781b6913..233cb00a4bdd061f1f340a0c58294809020eeb29 100644 --- a/pointerbench-text/data/test/0411.png +++ b/pointerbench-text/data/test/0411.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4642a2efd0aa5b870a36a506afad9a3180fa209bc97d85bfd0aeda0e4b8b9d82 -size 103263 +oid sha256:edf4c60b543ff335121d25faabfe4b0fc20a9fd71c3bbf05656f8d88e0edde47 +size 127691 diff --git a/pointerbench-text/data/test/0414.png b/pointerbench-text/data/test/0414.png index 518a167ada96c936d6e801e3af6ce9b5546a2295..43829a2b64aa320bb3c425d5407b3ab7ccf17bc4 100644 --- a/pointerbench-text/data/test/0414.png +++ b/pointerbench-text/data/test/0414.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc581869b5dea63b5fb6e77cbe9b86650efac4d29593ee37d472928753899da5 -size 99837 +oid sha256:34eeb08850024aa6ac770377953b5f7f533b14246b5828e9f8473b1e08d1e414 +size 396574 diff --git a/pointerbench-text/data/test/0415.png b/pointerbench-text/data/test/0415.png index 9d97234753f779aa711c97f6cec28eaaa34c2c5e..5a474117ece61a2b6b5c054bd7694956b85a17de 100644 --- a/pointerbench-text/data/test/0415.png +++ b/pointerbench-text/data/test/0415.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92c7ee1a155b5491c2b958f727abf681ccb93463fb4c777a0101f5dfc9cbfb7b -size 142505 +oid sha256:30eb5446769819982c92f24fbd63f516253019fdfc21a47b56e1a22780560f8b +size 72665 diff --git a/pointerbench-text/data/test/0416.png b/pointerbench-text/data/test/0416.png index 7af9055916f267d7942c08d4c9659ce333679a55..ad09806fa1108172a1cb5cd84c605f1da27ec520 100644 --- a/pointerbench-text/data/test/0416.png +++ b/pointerbench-text/data/test/0416.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e3b907ad32b9676dcd003fbe3ceecafe2715885cfb64a1c996193ebdb99db54 -size 45650 +oid sha256:d8919397e92c0d3c8a9d1907f3aa081959fddb97745ae430e311f119b4e96012 +size 45781 diff --git a/pointerbench-text/data/test/0417.png b/pointerbench-text/data/test/0417.png index 0e95c921f80b5dbbc163a6b8192570c5eec1417e..cd61d5ab4a379add420568e91d5fcd224e40366a 100644 --- a/pointerbench-text/data/test/0417.png +++ b/pointerbench-text/data/test/0417.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d031fe8e4e53c2d01b60889eda4f6f6cdb24ee928307bece8d171ed2afb247c -size 105440 +oid sha256:a64a285ba468b4455d3466e3eb2ace727fe59ff94afa64116abe04517450b0e2 +size 189082 diff --git a/pointerbench-text/data/test/0418.png b/pointerbench-text/data/test/0418.png index 8ca79405b147c955d8b6edb8869dd51549950d8f..09efe34dfde52d35067ccf2fbe6adaead8c4f4c1 100644 --- a/pointerbench-text/data/test/0418.png +++ b/pointerbench-text/data/test/0418.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ee71c287034fa0b4904298684cc6effed8f25a26386c0c926d5ab138e458599 -size 169467 +oid sha256:0bd4731b97f01560454b3af25eb9017315af9fddac9d82098dbf8f7afd27bddb +size 579384 diff --git a/pointerbench-text/data/test/0419.png b/pointerbench-text/data/test/0419.png index e280f6d17b7262fa4e41eff91a5554da72b79bbc..821d49258e7325e673423c221450d3fe73a2c848 100644 --- a/pointerbench-text/data/test/0419.png +++ b/pointerbench-text/data/test/0419.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f261cf7003fbdd504728702c83316cd65c01a7766862b245bd26ac122edaaf66 -size 122775 +oid sha256:769e24a40857847752de76bb3bebffab89fd190ce06e580830dbdb03d95ef9d5 +size 151073 diff --git a/pointerbench-text/data/test/0422.png b/pointerbench-text/data/test/0422.png index 281494256257b97e8d6df60f842191a7e90184d1..e92ae1b4d7efdc8a746afb838f4351e533e1a31a 100644 --- a/pointerbench-text/data/test/0422.png +++ b/pointerbench-text/data/test/0422.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:750435cd2a8da8a4ce992e19fb4097bdcadd9024b79ea0dea8e640e8daa8f880 -size 186848 +oid sha256:563b1359fec0c89068a5c9290dc7e4206b0e1311a0ef6b2f7f0b0257bd2a0aaf +size 53548 diff --git a/pointerbench-text/data/test/0423.png b/pointerbench-text/data/test/0423.png index 7ad54c7ca5dd176647cd1a131be47f450c42b6b6..10a2180db1d7c2bef681a89d8f8bc1467c3424b7 100644 --- a/pointerbench-text/data/test/0423.png +++ b/pointerbench-text/data/test/0423.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a8f890f16cce4795409d54b9ff653d1586807c32c0be42bc1b5df403bfccb13 -size 66295 +oid sha256:44b1a86f6b97894969fe43a4e345007fc76f32b0160bf2f08298c12e92593714 +size 53022 diff --git a/pointerbench-text/data/test/0424.png b/pointerbench-text/data/test/0424.png index 226b0ffcc76b376fb5b60f679b16cf6dedc63b72..9f4e0853fcc32f799daae247c63e93331c2e596f 100644 --- a/pointerbench-text/data/test/0424.png +++ b/pointerbench-text/data/test/0424.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba47001f52d8a9fb61b9199f27f76185583a7aabd4ff914a8a4937ad22c61b70 -size 61111 +oid sha256:ae5a14a92abfa0d1470a34181535cd5b718e9d2a1674ead1be9438fab9656050 +size 38821 diff --git a/pointerbench-text/data/test/0425.png b/pointerbench-text/data/test/0425.png index dc1484204318ff0ea1489e690680158b9fb75c8f..257d1556915f720a4b2705fe781f398ac3c2add9 100644 --- a/pointerbench-text/data/test/0425.png +++ b/pointerbench-text/data/test/0425.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4df726998fba1a90dc72058705d4c92e51cfbf04d8b197919d62d4be89bd5fa -size 314309 +oid sha256:92998889cf75441a06965a9c1dd715cf39e31f146e1da66fb55f28eedf7591ca +size 138455 diff --git a/pointerbench-text/data/test/0427.png b/pointerbench-text/data/test/0427.png index 36ce6bc60aaff0d79bde095cdfa28cbea0d8e88e..bfcd918cb1d562a77f1d487131772e95b6a0611f 100644 --- a/pointerbench-text/data/test/0427.png +++ b/pointerbench-text/data/test/0427.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2058d96f7b7bac8accb17b96e582ce6d57f4fd22b7fd9d5a72c8ccf8e00a32f5 -size 80968 +oid sha256:d4754d7c259409aebd78cbf0aa3a8346b0abf9d3264cd5919228e5bc3f54afef +size 102816 diff --git a/pointerbench-text/data/test/0428.png b/pointerbench-text/data/test/0428.png index cbbdd18e735b0f0d8c78de441c5bc116c7dcad6a..8ec2c458f57d54c6f2ca67b2406554bca9ecef59 100644 --- a/pointerbench-text/data/test/0428.png +++ b/pointerbench-text/data/test/0428.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5309cf8eb576042149232d9e643de3cb1bc9e1461e32e141af5853090f9adcd8 -size 944150 +oid sha256:ba1a1f856aaef28812d904af95b2ceb4165462685c4b13f3131fb9e839f9e514 +size 772402 diff --git a/pointerbench-text/data/test/0429.png b/pointerbench-text/data/test/0429.png index b908e92dc3ec2b9bd375f0b11bda0ebad8d22c15..ea13384a9e57a231d8f969604536f839dea2f239 100644 --- a/pointerbench-text/data/test/0429.png +++ b/pointerbench-text/data/test/0429.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2114d48396318f970bc96032666bb2d812f71db137c2c199d49fe53147480b0 -size 779458 +oid sha256:11ed353c7a4f49ae21cbc10e674ded3936ad5f87bbb03be3dcd6c2551d553687 +size 57463 diff --git a/pointerbench-text/data/test/0431.png b/pointerbench-text/data/test/0431.png index a0d9caf2130bc2a10fcf36eb842061f6af37cdc4..696a007998dc10fe0c22f6ff56fe04fa6c325316 100644 --- a/pointerbench-text/data/test/0431.png +++ b/pointerbench-text/data/test/0431.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e6aeff7f780ec8f6379f83b98e925199459461431eded25fb1e55c586fd887b -size 881336 +oid sha256:6224b87154eb37373745f4f0cd6497361c5b3eed04d66523b1642aee596d692a +size 93282 diff --git a/pointerbench-text/data/test/0432.png b/pointerbench-text/data/test/0432.png index 905843b164b6e2e2de7be963c0e081fdf4061590..6a4a3bdcb77ad104cba64ac0dac9f5a18d2eb825 100644 --- a/pointerbench-text/data/test/0432.png +++ b/pointerbench-text/data/test/0432.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fb10342686b86b886ef7c228bc728a47bc449519d529fba036f096387ef4c9e -size 107655 +oid sha256:cf8b29185039c5ae32c6a3f2b9958544040254850d379737ce3e2c375ce493d5 +size 846866 diff --git a/pointerbench-text/data/test/0433.png b/pointerbench-text/data/test/0433.png index efb47aa10e1831f6591939774d4a606502325862..387af553d70dfc505b364ff9d3cc15168925cee0 100644 --- a/pointerbench-text/data/test/0433.png +++ b/pointerbench-text/data/test/0433.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4360bef0bab420f0328c6937cd05ccdef5dc23a971f95a37c81920848f2c8298 -size 77274 +oid sha256:cd7404f54f76147139a2b3e25b8eec10f56e4a6ba03383b87d2d68d92b747fb8 +size 63022 diff --git a/pointerbench-text/data/test/0434.png b/pointerbench-text/data/test/0434.png index c7bd279c708eb08fd340ecb885a47545b965ac49..8e8759f719d8d233f5a832918008a1eac329dd6d 100644 --- a/pointerbench-text/data/test/0434.png +++ b/pointerbench-text/data/test/0434.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4113bd193b13345f7afdfcf31e1fea2c983cb8242f4e02901c9f46b946dc246 -size 92797 +oid sha256:5db443febc573637bf06cadca32fb9e528be2798728d4a4984393e9bb1c7db1f +size 92792 diff --git a/pointerbench-text/data/test/0435.png b/pointerbench-text/data/test/0435.png index bf1bd0e047625fa8a8e799467fd27bf28353dc97..961072a2d57da4e9be648355f337bcbf6a5008d1 100644 --- a/pointerbench-text/data/test/0435.png +++ b/pointerbench-text/data/test/0435.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20748fa3882ceeb283fb03a7dd97d5cea0c6263637480ef96c0ec5eb45c4bb72 -size 54719 +oid sha256:6033a93c754aad94b54714d059ae8f5bafd92f2ff3addf5f109d0b042fe8ad43 +size 25983 diff --git a/pointerbench-text/data/test/0436.png b/pointerbench-text/data/test/0436.png index 4b33e0cb5febf0b6b35be40fe1b9b8db98cb6c70..b4081c03905036ef0a9101b0dec84ab7c3d626b5 100644 --- a/pointerbench-text/data/test/0436.png +++ b/pointerbench-text/data/test/0436.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:822be030dfa1ec11e7f36dbafe8213ae08d93c0a1a348ef9ff2e72d9c01eb162 -size 731875 +oid sha256:e2723c053e208f01b01464eee920d717747342c67d49cbf3898b1f0a80814b96 +size 121497 diff --git a/pointerbench-text/data/test/0437.png b/pointerbench-text/data/test/0437.png index d0b963b39d3043a1b7896cbb7f777d3e92a7f724..452a4c1862fc66569aface51648a3a6a31584ea8 100644 --- a/pointerbench-text/data/test/0437.png +++ b/pointerbench-text/data/test/0437.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:171f091090d7d5403c0b37428d5a57a0145816a2216a4442486f845d9cf122c4 -size 40471 +oid sha256:fbf7432d77cd9ed440296e70296a9188e69c33937e96625617efba68dff411c7 +size 436083 diff --git a/pointerbench-text/data/test/0438.png b/pointerbench-text/data/test/0438.png index 8c722afd58ad6e5cee86446fdf68c4b85c6f04e2..562889f8762424d7f230bf7fe1effa9fa8992fb8 100644 --- a/pointerbench-text/data/test/0438.png +++ b/pointerbench-text/data/test/0438.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5f90464b7a702ab6f61b1965aa0ec4f75c778695bbfc3dff563b12b5e0e7a64 -size 82162 +oid sha256:513c68921ece5f6a3f32f1a83c8bcf4b570e320a53d082d20ea38805c04a0b76 +size 72166 diff --git a/pointerbench-text/data/test/0439.png b/pointerbench-text/data/test/0439.png index 608240c41463c99c4ae1e80662d1004b0f1d42ba..11a667757872fb5a09678390cc430e7f73c91f97 100644 --- a/pointerbench-text/data/test/0439.png +++ b/pointerbench-text/data/test/0439.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b291533566181fd62e8616561ede1fee6dc4b359ee98060b10328876f9f3a5a3 -size 44836 +oid sha256:29c82fe05aec49a72cc851d59802fa3d17d7e21a79858f52590574a02b580c5f +size 36906 diff --git a/pointerbench-text/data/test/0440.png b/pointerbench-text/data/test/0440.png index 77fe056a5171f8cbf9300ee887c8bead10a59e8d..f4b860f0985b066448a721e5d500d9147df93967 100644 --- a/pointerbench-text/data/test/0440.png +++ b/pointerbench-text/data/test/0440.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c89abaf1d6b37d72ef5f5d70b9c6d2602a7509d3c8ac4fe77245003ed630d13 -size 180829 +oid sha256:30447d9e239126a3f9c1bcf41883cdb7e14418585c405b90ae50af044d648f4e +size 362265 diff --git a/pointerbench-text/data/test/0441.png b/pointerbench-text/data/test/0441.png index 9e875b39817b08dc79e6d173584f535c42afd27d..918c0c7680b92d9aec757ef738a3c1217a9d9cee 100644 --- a/pointerbench-text/data/test/0441.png +++ b/pointerbench-text/data/test/0441.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8f8d7c1937ba81953041a68257c7799efcf8390f2beb1494ba671df21300b1a -size 87477 +oid sha256:6eaeca4f788b042178b6975d35ac20f8ad38c146469154becd1477dae098f030 +size 187304 diff --git a/pointerbench-text/data/test/0442.png b/pointerbench-text/data/test/0442.png index f1bcef37fe4fc25a8a189ceb668320704a69e111..26e5cc6ec1145909e8127e993f61519a31c1042d 100644 --- a/pointerbench-text/data/test/0442.png +++ b/pointerbench-text/data/test/0442.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18f4c662d8bc88360a0636ee3cb91169e58786a3c52fcc89a6f9474339a6f6b5 -size 85819 +oid sha256:a99dd360903637486a692570f620bd8199671ca0a75f545190a6bbd82888a128 +size 376176 diff --git a/pointerbench-text/data/test/0443.png b/pointerbench-text/data/test/0443.png index 42b3e5f72ef3cf3e8bbd6e3deaef84c208e10af9..f3f7afc5c2f53f271ae5ed83757244d033a93066 100644 --- a/pointerbench-text/data/test/0443.png +++ b/pointerbench-text/data/test/0443.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd9ad143c07911fc1a9dc6450218e0e5ef9caf9b80c272ec9c5133d913af5a05 -size 69568 +oid sha256:3cf258d1be959733a20ab7412be32ee9846bd537f45f9c73d6d1a48e58556d1e +size 784497 diff --git a/pointerbench-text/data/test/0444.png b/pointerbench-text/data/test/0444.png index e31a14a3e1975f4e7358182a90a771a9f9662aa8..867544a237fff76db143c868d35872e3a650a66c 100644 --- a/pointerbench-text/data/test/0444.png +++ b/pointerbench-text/data/test/0444.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:156b60b76842b90c2f133b868913bd06aa58e72b4fad8eee28ee960d0785c3f0 -size 67675 +oid sha256:b441d2e44f2e6c49a06847d78258009a3d54581b376f8a9a2a0a73d331d0cdc7 +size 53418 diff --git a/pointerbench-text/data/test/0445.png b/pointerbench-text/data/test/0445.png index 404f44171ba36e230e5066bd538b5efbbd416a47..52e2f93a199b1759e6482213dcc6f55776aad31b 100644 --- a/pointerbench-text/data/test/0445.png +++ b/pointerbench-text/data/test/0445.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d22274681347e1443a9057b924afd2c2faabf9e01975e2d21c52ae8c0f6fbcb -size 41232 +oid sha256:08f84dd3c663cc9e9a73cd89bc0ff29000442695bed2840e9a37eb1231ff61fa +size 1079916 diff --git a/pointerbench-text/data/test/0447.png b/pointerbench-text/data/test/0447.png index 5462072f2c9dac5bfc8a0f4a94bb1d987a3c15fc..af09390cedde2444ecf639d42603dbb6850f16b3 100644 --- a/pointerbench-text/data/test/0447.png +++ b/pointerbench-text/data/test/0447.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdd5fc60bb2187997eddd798b667588e5985fd0dd4a0891ffff244eb0837eab0 -size 650553 +oid sha256:68bd64bc1171cd50b74149417df1e057aafd47a0153a48d7b226b728001b048f +size 73099 diff --git a/pointerbench-text/data/test/0448.png b/pointerbench-text/data/test/0448.png index c744dfad833cc1d5db15dd890ef74f95c3f5f92a..35860a8eb48f0a7d806f3eb0d8fef43a5d46bc5c 100644 --- a/pointerbench-text/data/test/0448.png +++ b/pointerbench-text/data/test/0448.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69abcd591bd7e7ba10ff941b0ac2a668c5525b5068502e74df33d6831ef730ed -size 141871 +oid sha256:9ac7af90903be9230e9ebc49023c0caefb76077256b8faf20c634ba79638e372 +size 282254 diff --git a/pointerbench-text/data/test/0449.png b/pointerbench-text/data/test/0449.png index 0da4168a6450cb340442527226d84294b2904d5a..2ca76c4681393c839225404cb86517d9a4ac3320 100644 --- a/pointerbench-text/data/test/0449.png +++ b/pointerbench-text/data/test/0449.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae62d1d6f0720a751b1efe1e1e32ac184473e83eb4eb43fddc3cedd1b4e4f2d5 -size 106102 +oid sha256:fd6e89d236ee26f72cc4600417b3c0e98ea9afb61499458e34f88a0a91edaf2b +size 149421 diff --git a/pointerbench-text/data/test/0450.png b/pointerbench-text/data/test/0450.png index b478f091e7323266664ed5d57681f32e79ac4b22..070dadd9d6a4c013ff3f0b92770a1c828e170728 100644 --- a/pointerbench-text/data/test/0450.png +++ b/pointerbench-text/data/test/0450.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f60bc60c2f6480a781b656ce7aa76546ded89cddd28ea6ed7a0ec48bd49e2b2b -size 89887 +oid sha256:fb1c1633d777f58dc14ae4124f3087107b6fb6a73ee51aa37b9c8098e3470f41 +size 77382 diff --git a/pointerbench-text/data/test/0451.png b/pointerbench-text/data/test/0451.png index cd51fcd294adc9a8c2680d139cf49585d8dea61f..b81d652e1d5aef1d2cb249be6ebcf0c030360e1b 100644 --- a/pointerbench-text/data/test/0451.png +++ b/pointerbench-text/data/test/0451.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d53b1e4906c99fa8c9786356f899798091cc8b37289dd7de626847891d7d782 -size 187521 +oid sha256:cb414bf8e7de2ce846348e840a2bdc6bc8e3944743db36107c968a5e13843f2d +size 167570 diff --git a/pointerbench-text/data/test/0452.png b/pointerbench-text/data/test/0452.png index 42e419a101d04f20979d2eb1a668b060e9b8d99a..270e59aae802e8fdfaacb8b48e4aa26863245e96 100644 --- a/pointerbench-text/data/test/0452.png +++ b/pointerbench-text/data/test/0452.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:762b99eb9616817cf17f4fc25449a7569ecab332dcc31dd04ed8ad635c989d5a -size 55390 +oid sha256:314cae946691fd94934a01462689009b99582cbc22ead88de0f93831834f2239 +size 78138 diff --git a/pointerbench-text/data/test/0453.png b/pointerbench-text/data/test/0453.png index 1aedf22348e4abe2b138257c87c24a433aded3a1..e7aaa2ab9d10353399a20cd0bb3b995c1707c66c 100644 --- a/pointerbench-text/data/test/0453.png +++ b/pointerbench-text/data/test/0453.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab041237e4fc0d6b67f9f85e89aa87de8b42cd09ce97a9a4b231eff87dde634c -size 64363 +oid sha256:afdc0e50f28aeadf08f6723cbca08219313a8ea4dd560683ed8fa3ccd367cc14 +size 62004 diff --git a/pointerbench-text/data/test/0454.png b/pointerbench-text/data/test/0454.png index 4b1f55495734babd432073912f2d40561397157b..2525e7a0e9c937b34509753a4f3b04b7de5c4236 100644 --- a/pointerbench-text/data/test/0454.png +++ b/pointerbench-text/data/test/0454.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:276975592ccf2493cca1153694379fa52ad02a21ea4ae7eb782e0cd0faa34f1c -size 62176 +oid sha256:7754b11c78d433ea31812b81cc6d9ea2df254b8632cd33410246c45df77d92f8 +size 1044697 diff --git a/pointerbench-text/data/test/0456.png b/pointerbench-text/data/test/0456.png index 285963aa87a6d9ec5111fb4b5a695d8e550ad97b..8994547b7aeb9342327541b7f606fc1009d55542 100644 --- a/pointerbench-text/data/test/0456.png +++ b/pointerbench-text/data/test/0456.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89431c13c5d3a1192da9c39b4488fff4b1da8dcf75daae2b9cdadb8d9548bbaf -size 33999 +oid sha256:840e135b5ac27a117d4133170cd62ecf411f83a39a927e80e90d8716c36185f3 +size 63094 diff --git a/pointerbench-text/data/test/0457.png b/pointerbench-text/data/test/0457.png index af1cc289a05a3319e230bcfce532b47e9f472274..015c98501c43644259d9582ac89d140fb0316860 100644 --- a/pointerbench-text/data/test/0457.png +++ b/pointerbench-text/data/test/0457.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0de8f7ed04ae2d0d3351202c5fbaa709c3641aa03500750782cf60e3c1d4a65 -size 270469 +oid sha256:00c2f0cd381ea46da684cf5304db59d5d00bdec389c1b08e2c5b3ca83a7b5d34 +size 64735 diff --git a/pointerbench-text/data/test/0458.png b/pointerbench-text/data/test/0458.png index 4d8563a4f6aa877cc704e20911da0f18911916ff..7eb2007333c272c5ba0009d6903fa0ef4253ae02 100644 --- a/pointerbench-text/data/test/0458.png +++ b/pointerbench-text/data/test/0458.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:636a89b29c50aeaaae09e51a32fb16e89b888d405202a9fb87022a1485f742be -size 272300 +oid sha256:fb873267b684297a15c352983f661af8ba3c4c53274e67d006ad654ee82dd948 +size 900446 diff --git a/pointerbench-text/data/test/0459.png b/pointerbench-text/data/test/0459.png index 9961df0e42551a2e29e31c063145c148a65d406b..243e46c8fa9c9962e268fdd682f0dd665e2a1796 100644 --- a/pointerbench-text/data/test/0459.png +++ b/pointerbench-text/data/test/0459.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:841099a9598722c675ff6b9ad014d6a85b44b9ba5526c83d0e924cb1351381c2 -size 65714 +oid sha256:9079d5702fb55fe7e48caf25a2856c4d834a1ee5104e28b21b21a34308a46773 +size 50532 diff --git a/pointerbench-text/data/test/0460.png b/pointerbench-text/data/test/0460.png index 46f7637055a78556c5a54e52206e3c9ccfd8f147..5c8c42607379514b923bda825b7252d029b11654 100644 --- a/pointerbench-text/data/test/0460.png +++ b/pointerbench-text/data/test/0460.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec21ecdb158b67913381e9080cb451235110b1fc2547fcf1bb632e204d821bed -size 174935 +oid sha256:abfb8a5fc0034395b6b615f2497fd9b9afdd4ea62b0ec9839dfcbe77e586b344 +size 162485 diff --git a/pointerbench-text/data/test/0461.png b/pointerbench-text/data/test/0461.png index 4123e323ec98dd6c756dbfc03db43a54185bb36b..fd7b6d588eb64b1f81d39fd7bb7e8784c45072db 100644 --- a/pointerbench-text/data/test/0461.png +++ b/pointerbench-text/data/test/0461.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b641425953c3adc9302ccac4f6644fcd22186d3bb588e1015f6a998891ba347a -size 46082 +oid sha256:4df5f85d3c3c179adfa0a8776b658f2873a0546e0c9ed48282eea600c504c775 +size 39852 diff --git a/pointerbench-text/data/test/0462.png b/pointerbench-text/data/test/0462.png index 5479e5b54ff9f5a7422dc257a60cd27a4497302f..63467d39af2f1ca87fcca1f670be066766be3ff2 100644 --- a/pointerbench-text/data/test/0462.png +++ b/pointerbench-text/data/test/0462.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9b2fae2be91113266e47cfb4a41b9861b9ca37d02e74e7893f540a45bffff67 -size 585800 +oid sha256:ebdca1dff0547767f27d99c36c3f7bc2910b1f0ef8cde697b15362fe821a6845 +size 760334 diff --git a/pointerbench-text/data/test/0463.png b/pointerbench-text/data/test/0463.png index 70f3e67b118196f20ba44da04e4f0589b9f5f6b7..1175e1c36cc400f5b2465ba7aade599329395c9c 100644 --- a/pointerbench-text/data/test/0463.png +++ b/pointerbench-text/data/test/0463.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9944cf79cef03ce182af29d1456101ad9af12c83f0daceb940f6cbb0910cd9ca -size 52257 +oid sha256:4d92639248b401a8f5281c426e8c182931b292c92be5670ebdd842ff918cc510 +size 550492 diff --git a/pointerbench-text/data/test/0464.png b/pointerbench-text/data/test/0464.png index fb7cc4dc7cc18924b345159709fe00c98b877869..d017b95829c6522eb148c0ca5da2e7eb9acbc480 100644 --- a/pointerbench-text/data/test/0464.png +++ b/pointerbench-text/data/test/0464.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98d0013be87115fc0d61d52ad2306fa79406cea4a222045426ffebe553022491 -size 79773 +oid sha256:e540f72c77ea275ef3d204c5d35390dbed21215bcb65cf531855c996a209706f +size 82893 diff --git a/pointerbench-text/data/test/0465.png b/pointerbench-text/data/test/0465.png index 7c16b65b9ef5a5a800355c2639cf8a64247b8138..93b4b9bd2e9a25165e3ca47f627e5a1c21c55a05 100644 --- a/pointerbench-text/data/test/0465.png +++ b/pointerbench-text/data/test/0465.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55687eab4ca5240c83aae68db7340eb3d4821c5c92aa162499bf0d7315f4c011 -size 98004 +oid sha256:cabdfd6a64086ba619efc1ea457a8cbe9dea63c5209b28787be73e0e1707a16d +size 80738 diff --git a/pointerbench-text/data/test/0466.png b/pointerbench-text/data/test/0466.png index 874e609dc7d6949e4eba41973b727ee8805a6f68..91de8b7d511f05df012e9324da0192fd3773130c 100644 --- a/pointerbench-text/data/test/0466.png +++ b/pointerbench-text/data/test/0466.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c0d5fff1b1b02c36784720720b40a34c9ff60057b39832ff3ed981276a077b9 -size 278902 +oid sha256:04385d662bed6884e7f1e7ecf94792405879617fddca2aa2a1e908e9f5644ee6 +size 485285 diff --git a/pointerbench-text/data/test/0467.png b/pointerbench-text/data/test/0467.png index d253778eb663eb1cc4240887a69d2c12af99dc10..1d0bc6a268298347b2499d93f448a2e71d4f6463 100644 --- a/pointerbench-text/data/test/0467.png +++ b/pointerbench-text/data/test/0467.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e25ff5b513f3287b223f91b1dc8fbc4b3028415a59d4c05aefe4bcaf36f0282 -size 97796 +oid sha256:612d446cd998cfb6e6cc8e3fbb260665b758346bb679c13c225e67fc4b128dac +size 57476 diff --git a/pointerbench-text/data/test/0468.png b/pointerbench-text/data/test/0468.png index 5756f22f1c55d91c998c692b83d7deaad370ed03..5b17a8ddc6e9309747f081ce963fce99e2b02a00 100644 --- a/pointerbench-text/data/test/0468.png +++ b/pointerbench-text/data/test/0468.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e55df5e484225a7e53b6f88cc3671a0ee969722ff3704fa1ed59b1996c5b4f20 -size 34515 +oid sha256:1872485f2f9ba11b9dd5287ad3ba421eea05764f49980577db95381af4dfeeed +size 66444 diff --git a/pointerbench-text/data/test/0469.png b/pointerbench-text/data/test/0469.png index 3cfab0a0b765204ae78df6bddd278651de6c6c86..3b6d0318de1e5e6e7c1ac7c9dc21c0b322871409 100644 --- a/pointerbench-text/data/test/0469.png +++ b/pointerbench-text/data/test/0469.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e936c5240c7a521eca3d043614b91dbd9ea197b34f564e22af19766717a57eab -size 80747 +oid sha256:6c1d60c19fe9460be9f4df62b2c207871d57fd5ddf40fa44e878da6a267e962f +size 73615 diff --git a/pointerbench-text/data/test/0470.png b/pointerbench-text/data/test/0470.png index 4f9a93be2687a5b00aea75b48c5b70dada5d8f69..8e57ddfb7ff7b20203dd5aab472d84ced9d1f675 100644 --- a/pointerbench-text/data/test/0470.png +++ b/pointerbench-text/data/test/0470.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97206384a2d1ef67964dcff6c57124a52d6c290636da43fb6d3d17bfb39dc8df -size 842302 +oid sha256:5a518c10f116c80eca556421ea9cfea2aac1c5cd1185fd6c26ac3be02dcfc3c5 +size 888313 diff --git a/pointerbench-text/data/test/0471.png b/pointerbench-text/data/test/0471.png index 79d2db2bcf2cb90365cbb8264b82d48d291e9088..dafcc7e1b03b93127ae1662ea0ec2ba95344098f 100644 --- a/pointerbench-text/data/test/0471.png +++ b/pointerbench-text/data/test/0471.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccac20d6d0eed8b1347c006a3e76fe2c92f0754d703be1a677afc36f81399a67 -size 415015 +oid sha256:9c61d19adb358cc1ea2228687394e448742c782dcdbc60cc40c7b1581d717bf1 +size 94015 diff --git a/pointerbench-text/data/test/0472.png b/pointerbench-text/data/test/0472.png index 0c5572e6038aa57a97ebc86628013f8ae167eeb6..03ea3e05fbb7ac450fb491bfa4c2e9ba9ca34d64 100644 --- a/pointerbench-text/data/test/0472.png +++ b/pointerbench-text/data/test/0472.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3c402b5f9a50575e3c5832d8741dd610d9be481294ac2a9f225d695e60d140 -size 594887 +oid sha256:e1d07b0457ef316a6a70e23a8a8834eb062cf2cb7a0cd3ed4f55c475d6e45a47 +size 108476 diff --git a/pointerbench-text/data/test/0473.png b/pointerbench-text/data/test/0473.png index be0ec133ef84f9a7a0ccdca1ad51206e0dd33c0b..54d577ab21a4852627e0d6069cd21207d786bf81 100644 --- a/pointerbench-text/data/test/0473.png +++ b/pointerbench-text/data/test/0473.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f6a2976c9f892a8370cfe167c8d6bf7f8b31f8eaf3dbb2b90d8dcb865804c7b -size 126660 +oid sha256:6358a9057e09952d9c37084305eb4f1b2d4045b0c5d3e90f6527e5633a7b3d5f +size 126789 diff --git a/pointerbench-text/data/test/0474.png b/pointerbench-text/data/test/0474.png index b97b13c2ab8c5f2aec8f2f4f4d8e62272649e838..54c557f4b9ca37979f6dd6101a3a6b58ca29ac27 100644 --- a/pointerbench-text/data/test/0474.png +++ b/pointerbench-text/data/test/0474.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd9e61982af1f01c62985f1e1932ef42b5c6b32d63bb02c063f16b801258c74d -size 682464 +oid sha256:22b2d840fb32f214f09c85914d993d68898c61ca208c58a3eb1e7040a53def47 +size 78144 diff --git a/pointerbench-text/data/test/0475.png b/pointerbench-text/data/test/0475.png index 4e690afe1517e1d1f71878809a76604d26e4902c..ef6ffd08d86159bad27e7813dc5219ee37d4ac1c 100644 --- a/pointerbench-text/data/test/0475.png +++ b/pointerbench-text/data/test/0475.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02d6fe8344bc6087d45d039a73d4d0a8e8315059b6d66acd0184049104d30674 -size 753307 +oid sha256:149a4b9cf01d193392299df14bfc40f17499e8aea6a0afe23cbe71e30d91de04 +size 752038 diff --git a/pointerbench-text/data/test/0476.png b/pointerbench-text/data/test/0476.png index 095f99e2d203344ad1ff311e57836ead3c3500c6..bfbded87e1638aad2775125aef8a35d1793682f5 100644 --- a/pointerbench-text/data/test/0476.png +++ b/pointerbench-text/data/test/0476.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c0f4ba7dd6cd8a203af580a1a5c528c63cb9074859d05a41a4e769d8cd56f60 -size 96866 +oid sha256:11c8e42e0a806cc7b4b62d3380b02d2828e7dcf93e41414b5ec232ea3996bd14 +size 128887 diff --git a/pointerbench-text/data/test/0477.png b/pointerbench-text/data/test/0477.png index 6f0c66dd8ff7bfd6196502f6989c3538a488f062..cd89e46e55a9af1ef7056ddf46b2368e5f0435c9 100644 --- a/pointerbench-text/data/test/0477.png +++ b/pointerbench-text/data/test/0477.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10132777d5c151a52e871bfaef671b1dd19e97da208e9af665d360b908791936 -size 68283 +oid sha256:597f918f9e73df5b02dcd7cfe6b43eca8fcf38ddb42d13e3c340c1ccb19b755d +size 115500 diff --git a/pointerbench-text/data/test/0478.png b/pointerbench-text/data/test/0478.png index 76349ebca10ba0bd0f4d9c274d837ad3750a5614..5082ce26beb6721b511db2342ff107aa56de8e74 100644 --- a/pointerbench-text/data/test/0478.png +++ b/pointerbench-text/data/test/0478.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8645cf6357e4dc53b9ec7f551cc663fbc3c11e181819873a22de03a68a13de13 -size 73296 +oid sha256:e33e25580e5f4b4a4b1cc7fbb590e9cc0f35489c2ec2cd44d151a28715182c5a +size 96731 diff --git a/pointerbench-text/data/test/0479.png b/pointerbench-text/data/test/0479.png index 79e90b1b679ba5dd516114c1720b5a3ea356ad2f..a4bfac662767cdfa597e92d51b54dd70fb441002 100644 --- a/pointerbench-text/data/test/0479.png +++ b/pointerbench-text/data/test/0479.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79130446688108007a3756530e2ff319e5cb439b8f9fe5379164f9dddc64575a -size 107259 +oid sha256:7cc3ae02176511eeb8ce721fcd710ca8ebd64484be4c6431ffebe8cddcbb27f1 +size 42897 diff --git a/pointerbench-text/data/test/0481.png b/pointerbench-text/data/test/0481.png index 26ff84966bc640fa60f87d9f617323159fafe3c8..bd459165eac57326571c797a93c6cc28c37d479e 100644 --- a/pointerbench-text/data/test/0481.png +++ b/pointerbench-text/data/test/0481.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebafbd65b9c58464d97f349bd1d0afc3e8c090e2ea391e5bc90ed8aed1a5a5a4 -size 72733 +oid sha256:25e386f8cd812f15bf921b8839fffd1c045f34622202ed4521a89e1078932bc9 +size 82490 diff --git a/pointerbench-text/data/test/0482.png b/pointerbench-text/data/test/0482.png index 9d187ee0202337b19a18ca0bd518dce69e35d44c..f7bfd993dd55bf4ae31a5bad5c493c90519e1217 100644 --- a/pointerbench-text/data/test/0482.png +++ b/pointerbench-text/data/test/0482.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e67f846a407207880cea12e8067887a0561cccb4315f5cbf08f8e336a57d1e67 -size 74882 +oid sha256:4530ef8736d4269dc37583a89600c74f071277c5cd6600246cb3e09c503ac8a1 +size 44165 diff --git a/pointerbench-text/data/test/0483.png b/pointerbench-text/data/test/0483.png index 83cae2112576b23d1ece8065652d47f07cc5f5c3..8d90b8b80fa4c932f33183111a433b882eec3382 100644 --- a/pointerbench-text/data/test/0483.png +++ b/pointerbench-text/data/test/0483.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31a74b3dd1f0cd85bdab89b183ee0a2fef4237fea1a345f805378e160e73e630 -size 76360 +oid sha256:03f3b0721bde8d62a94e10cfb480c7273895044c093d29f2cd036ce6c73bac9c +size 38304 diff --git a/pointerbench-text/data/test/0484.png b/pointerbench-text/data/test/0484.png index 262242095db0680c53520e6bebc3e56bf546f9e8..c3d20a1fb8dcc38826a19f80e5941a79f336f7da 100644 --- a/pointerbench-text/data/test/0484.png +++ b/pointerbench-text/data/test/0484.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78a5673f28fe997a2814c4d3150421fd804bf5ba014f522830ec6a40cbdb5253 -size 497541 +oid sha256:7f0af31ffd36961e9380f96e192012a4bc84e2057009a6700eeb59ec04ae1606 +size 91760 diff --git a/pointerbench-text/data/test/0485.png b/pointerbench-text/data/test/0485.png index 61bceef4254b82de2dbc77b85888025dd6e403d4..4a99f6c6a6c23cbc637333d2fed9796ca8af9ef8 100644 --- a/pointerbench-text/data/test/0485.png +++ b/pointerbench-text/data/test/0485.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5220967121ec30ade7e4f9544995a4a4cef24e1aed1acba33d616296c012fe8e -size 112364 +oid sha256:aa0af3582a1934dd88532089e4f7f4cd80eaa33d8cfeaff7933d89b68f2db7de +size 168267 diff --git a/pointerbench-text/data/test/0486.png b/pointerbench-text/data/test/0486.png index 413f0dcca8dd35b77a336e0ee5c4dac892896966..1ef14c354f5e11b05e03599f01c454e9a8e61c16 100644 --- a/pointerbench-text/data/test/0486.png +++ b/pointerbench-text/data/test/0486.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abbafed02510720b527f06873b96f1b58469f1e28615c8a46d6155993f4b6cc4 -size 514277 +oid sha256:bce2f3d4d9cdd8bbdb474f01539d943e0d59a53a7fcd1d60149993d54c110810 +size 49968 diff --git a/pointerbench-text/data/test/0487.png b/pointerbench-text/data/test/0487.png index 851ef25fd18fdeec5326d4c9f04e889a28d5685e..bba76ffd2fab2bca9c3313f812f0372e59e2c8be 100644 --- a/pointerbench-text/data/test/0487.png +++ b/pointerbench-text/data/test/0487.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7b28860f14f310aa340239d52aa6b1e1377be9ddc006fd5bf10023c94ec6036 -size 44307 +oid sha256:9e90828feaa04c2a31dc3d2b853e46bfffbd8c688ffa719582131c83b4c5c4bf +size 61035 diff --git a/pointerbench-text/data/test/0488.png b/pointerbench-text/data/test/0488.png index f4c5d97bcf5de55fc9d64abb3e5d086e6b9e60a6..5c780e5a7d10e9bee391753c0d13b5130761a0e0 100644 --- a/pointerbench-text/data/test/0488.png +++ b/pointerbench-text/data/test/0488.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7d61d2971c421c673604f2114281fbad0eee4e0b034326d6bb47a44db933379 -size 140760 +oid sha256:a6890686781c16ee72647d553e44dc621a07bf1caef0fe5dbe95d7fd19172cd1 +size 255896 diff --git a/pointerbench-text/data/test/0489.png b/pointerbench-text/data/test/0489.png index 197df0c373ba5089cf07f45154122042af921bca..cd85b3082b3e9acc94831abee9e88295dbf48f75 100644 --- a/pointerbench-text/data/test/0489.png +++ b/pointerbench-text/data/test/0489.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebe5b2b56d3fadcdd2373fa04f73caa86c83acc367bb2c6c2b2d9527f6e58d9e -size 899395 +oid sha256:f5f7609b9a112f402c25d659d3b6e566c6ff0b5870866818ac32942c2f946130 +size 76680 diff --git a/pointerbench-text/data/test/0490.png b/pointerbench-text/data/test/0490.png index 5a3507b48511b5374d3173d922673c2d4e2d7e74..90d63c3835792b69d9dfe8c67394ddb3ac4915e2 100644 --- a/pointerbench-text/data/test/0490.png +++ b/pointerbench-text/data/test/0490.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb032b382f7ae35c007117c9f44b27230946e2e13c8dd794449590370a7f09b9 -size 44883 +oid sha256:fde0329cbd0747bbea32ea17bcedfec2eae961090950ec35914d3ebab6fc0498 +size 38000 diff --git a/pointerbench-text/data/test/0491.png b/pointerbench-text/data/test/0491.png index 2fab40883f46251a4b51e8d864cf8824ca7fa7d8..271239c52b99626338c9e8e4e0be8b913551d22c 100644 --- a/pointerbench-text/data/test/0491.png +++ b/pointerbench-text/data/test/0491.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82dd2d8dadc995e38f3d8c92c11fa3e92153956aaef7831f6f7f41441f386dc5 -size 43731 +oid sha256:1a1d80cde31a1f6a172d023cfa7d6b52bf106891018b9e3592fda6870f2c15f0 +size 81706 diff --git a/pointerbench-text/data/test/0492.png b/pointerbench-text/data/test/0492.png index b710010ae3d318ea1ce9739f3cf3d226c4a58dd0..5159f6be51d60bdf3f8053de105ce02568e7681f 100644 --- a/pointerbench-text/data/test/0492.png +++ b/pointerbench-text/data/test/0492.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae3a13632ae2b88162eb1296052a167a40eea495fec6d57763a39ff3e371a6fd -size 48063 +oid sha256:598d2a075593c3ec0a82d2afddca8335d37851a0b025b28b477cbfdcf01abc81 +size 53385 diff --git a/pointerbench-text/data/test/0494.png b/pointerbench-text/data/test/0494.png index 1206b9808b559bdbc42d3fe0e5be11e43c98c6fe..e1e834370086ca38bcad6adb48e1812204f84256 100644 --- a/pointerbench-text/data/test/0494.png +++ b/pointerbench-text/data/test/0494.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e7bbe4064c4064b1bd5069246a613135d8e397a60d4075d61304b8a04d0c1a5 -size 38220 +oid sha256:c480fe5959d43cdec0cc8a580f9f00a55657a8476a1c72279a9e3d11a9ee3ac2 +size 38331 diff --git a/pointerbench-text/data/test/0495.png b/pointerbench-text/data/test/0495.png index d3948a9963e44ddf6c4f523c855cf45476814d83..2018db3fad5eef9f228caa199fa511e69b009ea1 100644 --- a/pointerbench-text/data/test/0495.png +++ b/pointerbench-text/data/test/0495.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba6df6353a095cc0c390e4f19718c2ce4030cd41d388ffa1bac8dc53831df4a6 -size 91872 +oid sha256:b2b9c6f185c9a607e9d1dce5db8759ef29b877fb096287338f295659ff92d55e +size 71771 diff --git a/pointerbench-text/data/test/0496.png b/pointerbench-text/data/test/0496.png index 3e23eebefb11005a3dc68e2de26e846ca84239b1..49f57f5ede60020ffbc71d39eb82b31ce51976f4 100644 --- a/pointerbench-text/data/test/0496.png +++ b/pointerbench-text/data/test/0496.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b050ec9016b8c4b440bd38ed977b3d2fbf089c6af822fb370ef9fe75c91c34fa -size 80793 +oid sha256:ff1c06bf7e2435034816af72cdedbed5fc16ebc66b6143fa576599e045e9357a +size 52818 diff --git a/pointerbench-text/data/test/0498.png b/pointerbench-text/data/test/0498.png index a41f9c7fa657c9d40352e35677b06359d359dcd1..da66c75375254f6740d43d38342cc04971931afc 100644 --- a/pointerbench-text/data/test/0498.png +++ b/pointerbench-text/data/test/0498.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f39e49f4ed335438ed5f1fd78b8a53463c5adc6cb1dda0148927152b54a9010 -size 153200 +oid sha256:05ea02c842c901629c48b6385ed59fa9af8ac3e51b44158dbbd51536f8618e2b +size 421228 diff --git a/pointerbench-text/data/test/metadata.jsonl b/pointerbench-text/data/test/metadata.jsonl index 00782c102eb2f8448e92ce98a33d33df888f994b..01737b2d3b4a3a39cb521288e81c6a1b7d6aded6 100644 --- a/pointerbench-text/data/test/metadata.jsonl +++ b/pointerbench-text/data/test/metadata.jsonl @@ -1,500 +1,500 @@ -{"file_name": "0000.png", "id": "pbt_0000", "instruction": "Dammi la coordinata di \"documentation\".", "bbox": [282, 550, 363, 560], "point": [322, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [282, 550, 363, 560]}, "data_type": "word", "category": "word_center", "surface": "status_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0001.png", "id": "pbt_0001", "instruction": "Schreibstelle: das erste «Gegenstand» auf der Seite", "bbox": [178, 286, 238, 296], "point": [208, 291], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [178, 286, 238, 296]}, "data_type": "word", "category": "word_center", "surface": "invoice_detail", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0002.png", "id": "pbt_0002", "instruction": "Grab the bounding area for \"aloof\" following «act».", "bbox": [306, 560, 340, 579], "point": [323, 569], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [306, 560, 340, 579], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0003.png", "id": "pbt_0003", "instruction": "Klik op \"birželio\".", "bbox": [756, 140, 805, 153], "point": [780, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 140, 805, 153]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0004.png", "id": "pbt_0004", "instruction": "Outline 'Enter' right before \"the\" with the smallest fitting box.", "bbox": [318, 151, 348, 160], "point": [333, 155], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [318, 151, 348, 160], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "password_reset", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0005.png", "id": "pbt_0005", "instruction": "Mark the center of `loaf` before '17.99'.", "bbox": [420, 125, 448, 133], "point": [434, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 125, 448, 133]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0006.png", "id": "pbt_0006", "instruction": "Dame la coordenada de `Erika`.", "bbox": [372, 327, 402, 337], "point": [387, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [372, 327, 402, 337]}, "data_type": "chrome", "category": "structural_text", "surface": "video_call_chat", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0007.png", "id": "pbt_0007", "instruction": "Resolve coordinates for the struck-through `at`.", "bbox": [281, 65, 296, 76], "point": [288, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [281, 65, 296, 76]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0008.png", "id": "pbt_0008", "instruction": "Haz clic en \"kolleegid\".", "bbox": [408, 564, 472, 578], "point": [440, 571], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [408, 564, 472, 578]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0009.png", "id": "pbt_0009", "instruction": "Klik op 'ceisteanna'.", "bbox": [158, 292, 281, 310], "point": [219, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 292, 281, 310]}, "data_type": "chrome", "category": "structural_text", "surface": "faq_page", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0010.png", "id": "pbt_0010", "instruction": "prepend before the 'firms' in bold", "bbox": [327, 111, 333, 129], "point": [330, 120], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [327, 111, 333, 129]}, "data_type": "caret", "category": "caret_before_word", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0011.png", "id": "pbt_0011", "instruction": "Clique sur 'design'.", "bbox": [931, 248, 989, 264], "point": [960, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [931, 248, 989, 264]}, "data_type": "word", "category": "word_center", "surface": "server_inventory", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0012.png", "id": "pbt_0012", "instruction": "Klicke direkt vor 'def' direkt vor 'order_id(data):'.", "bbox": [72, 60, 80, 79], "point": [76, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 60, 80, 79]}, "data_type": "caret", "category": "caret_before_word", "surface": "code_editor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0013.png", "id": "pbt_0013", "instruction": "Clicca su `Annwyl`.", "bbox": [444, 480, 488, 492], "point": [466, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [444, 480, 488, 492]}, "data_type": "word", "category": "word_center", "surface": "search_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0014.png", "id": "pbt_0014", "instruction": "Dov'è 'STATIC'?", "bbox": [284, 75, 350, 88], "point": [317, 81], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [284, 75, 350, 88]}, "data_type": "chrome", "category": "structural_text", "surface": "bbs_terminal", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0015.png", "id": "pbt_0015", "instruction": "Clique sur \"patch-ul\".", "bbox": [462, 166, 501, 177], "point": [481, 171], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [462, 166, 501, 177]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0016.png", "id": "pbt_0016", "instruction": "Clique sur \"checking\".", "bbox": [276, 174, 333, 187], "point": [304, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 174, 333, 187]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0017.png", "id": "pbt_0017", "instruction": "Clique sur `New`.", "bbox": [20, 17, 54, 28], "point": [37, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 54, 28]}, "data_type": "chrome", "category": "structural_text", "surface": "email_compose", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0000.png", "id": "pbt_0000", "instruction": "target: the start of the line that starts with \"DPH. Počet uživatelských\"", "bbox": [732, 255, 747, 279], "point": [740, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [732, 255, 747, 279]}, "data_type": "caret", "category": "line_start", "surface": "server_inventory", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0001.png", "id": "pbt_0001", "instruction": "Can you give me the position of the start of the line that starts with 'Begründung und neuem'?", "bbox": [519, 545, 534, 560], "point": [527, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 545, 534, 560]}, "data_type": "caret", "category": "line_start", "surface": "expense_report", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0002.png", "id": "pbt_0002", "instruction": "Edit boundary at colon after the word \"Requirements\".", "bbox": [129, 243, 135, 256], "point": [131, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 243, 135, 256]}, "data_type": "punctuation", "category": "punctuation", "surface": "magazine_spread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0003.png", "id": "pbt_0003", "instruction": "document position preceding the boldfaced 'costa'.", "bbox": [72, 425, 78, 441], "point": [75, 433], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 425, 78, 441]}, "data_type": "caret", "category": "caret_before_word", "surface": "gmail_inbox", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0004.png", "id": "pbt_0004", "instruction": "Document location: the word 'changing'", "bbox": [72, 605, 125, 617], "point": [98, 611], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 605, 125, 617]}, "data_type": "word", "category": "word_center", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0005.png", "id": "pbt_0005", "instruction": "need the coords for between «Certified» and 'metrics'", "bbox": [683, 496, 689, 509], "point": [686, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [683, 496, 689, 509]}, "data_type": "caret", "category": "between_words", "surface": "fax_cover", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0006.png", "id": "pbt_0006", "instruction": "Need coordinates between the \"a\" and the 'c' in the first occurrence of 'caché'.", "bbox": [621, 140, 627, 160], "point": [624, 150], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [621, 140, 627, 160]}, "data_type": "caret", "category": "caret_between_chars", "surface": "retro_forum", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0007.png", "id": "pbt_0007", "instruction": "Identify the position of \"Meridian\".", "bbox": [298, 320, 394, 336], "point": [346, 328], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [298, 320, 394, 336]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0008.png", "id": "pbt_0008", "instruction": "what's the center of 'spoštovani' after 'konzole. zadeva: obvestilo o varnostnem pregledu'?", "bbox": [687, 157, 775, 173], "point": [731, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 157, 775, 173]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0009.png", "id": "pbt_0009", "instruction": "Map the first occurrence of 'matriz' to x,y.", "bbox": [292, 477, 332, 488], "point": [312, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 477, 332, 488]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0010.png", "id": "pbt_0010", "instruction": "Draw a box around the line item row for 'Consulting services'.", "bbox": [276, 290, 718, 300], "point": [497, 295], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [276, 290, 718, 300], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_item", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0011.png", "id": "pbt_0011", "instruction": "Click the `h` in the grayed-out \"Viðhald\".", "bbox": [563, 648, 575, 661], "point": [568, 654], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [563, 648, 575, 661]}, "data_type": "char", "category": "char_center", "surface": "cron_schedule", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0012.png", "id": "pbt_0012", "instruction": "target: pre-'def' before 'order_id(data):'", "bbox": [72, 60, 80, 79], "point": [76, 69], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 60, 80, 79]}, "data_type": "caret", "category": "caret_before_word", "surface": "code_editor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0013.png", "id": "pbt_0013", "instruction": "Draw a box around the whole items table, including the header row and every line item.", "bbox": [268, 234, 755, 353], "point": [511, 293], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [268, 234, 755, 353], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_items", "surface": "invoice", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0014.png", "id": "pbt_0014", "instruction": "Caret neighbor: period after 'obciążone' inside «zostały obciążone. Il-gateway».", "bbox": [848, 321, 855, 333], "point": [851, 327], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [848, 321, 855, 333]}, "data_type": "punctuation", "category": "punctuation", "surface": "profile_page", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0015.png", "id": "pbt_0015", "instruction": "the place to splice text between `Informe` and `de`", "bbox": [244, 203, 248, 220], "point": [246, 211], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [244, 203, 248, 220]}, "data_type": "caret", "category": "between_words", "surface": "faq_page", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0016.png", "id": "pbt_0016", "instruction": "[LOC] \"Documents\" in the sentence «Macintosh HD › Users › maria › Shared › Documents»", "bbox": [255, 16, 321, 26], "point": [288, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 16, 321, 26]}, "data_type": "chrome", "category": "structural_text", "surface": "file_manager", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0017.png", "id": "pbt_0017", "instruction": "Need coordinates between the 's' and the `a` in 'zasadnutie' in the sentence `mája 2026 sa konalo riadne zasadnutie.`.", "bbox": [923, 232, 929, 249], "point": [926, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [923, 232, 929, 249]}, "data_type": "caret", "category": "caret_between_chars", "surface": "video_call_chat", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0018.png", "id": "pbt_0018", "instruction": "Identify the line edge for the end of the line that starts with «We reported the».", "bbox": [913, 515, 932, 536], "point": [923, 525], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [913, 515, 932, 536]}, "data_type": "caret", "category": "line_end", "surface": "product_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0019.png", "id": "pbt_0019", "instruction": "Dammi la coordinata di \"være\".", "bbox": [421, 328, 456, 336], "point": [438, 332], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [421, 328, 456, 336]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0020.png", "id": "pbt_0020", "instruction": "Map \"Veterans\" just before \"Services\" to x,y.", "bbox": [499, 475, 556, 486], "point": [527, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 475, 556, 486]}, "data_type": "word", "category": "word_center", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0021.png", "id": "pbt_0021", "instruction": "Word suffix symbol: comma for the last \"required\" on the page.", "bbox": [426, 538, 432, 550], "point": [428, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 538, 432, 550]}, "data_type": "punctuation", "category": "punctuation", "surface": "query_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0022.png", "id": "pbt_0022", "instruction": "Dov'è \"Tim\"?", "bbox": [116, 334, 137, 343], "point": [126, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 334, 137, 343]}, "data_type": "chrome", "category": "structural_text", "surface": "forum_thread", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0023.png", "id": "pbt_0023", "instruction": "'staging' / `t`", "bbox": [566, 648, 571, 659], "point": [568, 653], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [566, 648, 571, 659]}, "data_type": "char", "category": "char_center", "surface": "todo_app", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0024.png", "id": "pbt_0024", "instruction": "Centroid: the bold \"Keyboard\"", "bbox": [705, 133, 764, 145], "point": [734, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [705, 133, 764, 145]}, "data_type": "word", "category": "word_center", "surface": "product_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0025.png", "id": "pbt_0025", "instruction": "Umschließendes Rechteck um die Zeile, die mit \"https://status.corp.net/tickets nur durch\" beginnt gesucht.", "bbox": [80, 155, 944, 191], "point": [512, 173], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [80, 155, 944, 191], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "system_dialog", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0026.png", "id": "pbt_0026", "instruction": "Haz clic en «Summit».", "bbox": [40, 64, 129, 82], "point": [84, 73], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 64, 129, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0027.png", "id": "pbt_0027", "instruction": "Haz clic en 'clients_eu'.", "bbox": [677, 425, 794, 449], "point": [735, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 425, 794, 449]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0028.png", "id": "pbt_0028", "instruction": "The typing position between the 't' and the \"o\" in 'cartons' right after '6'.", "bbox": [559, 130, 568, 161], "point": [563, 145], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [559, 130, 568, 161]}, "data_type": "caret", "category": "caret_between_chars", "surface": "streaming_catalog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0029.png", "id": "pbt_0029", "instruction": "Just past the «the» in bold.", "bbox": [413, 185, 419, 200], "point": [416, 192], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [413, 185, 419, 200]}, "data_type": "caret", "category": "caret_after_word", "surface": "recipe_card", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0030.png", "id": "pbt_0030", "instruction": "Où est «Balances» ?", "bbox": [664, 131, 721, 140], "point": [692, 135], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 131, 721, 140]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0031.png", "id": "pbt_0031", "instruction": "Où est \"or\" ?", "bbox": [793, 673, 803, 679], "point": [798, 676], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [793, 673, 803, 679]}, "data_type": "word", "category": "word_center", "surface": "job_application", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0032.png", "id": "pbt_0032", "instruction": "Klicke direkt hinter \"Haben\" im Satz «Haben, bei@mail.com, active, Dem».", "bbox": [92, 672, 100, 689], "point": [96, 680], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 672, 100, 689]}, "data_type": "caret", "category": "caret_after_word", "surface": "csv_preview", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0033.png", "id": "pbt_0033", "instruction": "Wo ist den Punkt hinter das letzte Wort des ersten Absatzes?", "bbox": [519, 191, 527, 204], "point": [522, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 191, 527, 204]}, "data_type": "punctuation", "category": "punctuation", "surface": "quiz_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0034.png", "id": "pbt_0034", "instruction": "Dame la coordenada de `poll`.", "bbox": [206, 309, 225, 320], "point": [215, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [206, 309, 225, 320]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0035.png", "id": "pbt_0035", "instruction": "Donne-moi la coordonnée de \"Si\".", "bbox": [735, 400, 744, 408], "point": [739, 404], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [735, 400, 744, 408]}, "data_type": "word", "category": "word_center", "surface": "terms_of_service", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0036.png", "id": "pbt_0036", "instruction": "¿Dónde está \"30s\"?", "bbox": [897, 18, 914, 26], "point": [905, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [897, 18, 914, 26]}, "data_type": "chrome", "category": "structural_text", "surface": "metrics_dashboard", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0037.png", "id": "pbt_0037", "instruction": "I need the bbox of «receive».", "bbox": [871, 290, 919, 301], "point": [895, 295], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [871, 290, 919, 301], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0038.png", "id": "pbt_0038", "instruction": "Klik op 'Krüger'.", "bbox": [64, 14, 113, 28], "point": [88, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 14, 113, 28]}, "data_type": "chrome", "category": "structural_text", "surface": "chat_bubbles", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0039.png", "id": "pbt_0039", "instruction": "Set focus just before \"reports\" after `literature`.", "bbox": [259, 634, 265, 651], "point": [262, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [259, 634, 265, 651]}, "data_type": "caret", "category": "caret_before_word", "surface": "video_player", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0040.png", "id": "pbt_0040", "instruction": "Dov'è «Index»?", "bbox": [790, 713, 835, 725], "point": [812, 719], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [790, 713, 835, 725]}, "data_type": "chrome", "category": "structural_text", "surface": "teletext_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0019.png", "id": "pbt_0019", "instruction": "Return the bounding box of the subtotal (before tax).", "bbox": [671, 386, 731, 398], "point": [701, 392], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 386, 731, 398], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0020.png", "id": "pbt_0020", "instruction": "Box the whole totals block (subtotal, tax, total).", "bbox": [645, 396, 715, 447], "point": [680, 421], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [645, 396, 715, 447], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_totals", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0021.png", "id": "pbt_0021", "instruction": "target glyph: colon after \"recommendation\" before \"conditional\".", "bbox": [454, 478, 460, 487], "point": [456, 482], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 478, 460, 487]}, "data_type": "punctuation", "category": "punctuation", "surface": "query_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0022.png", "id": "pbt_0022", "instruction": "Place the cursor after the last word of the paragraph that ends with '@tim3'.", "bbox": [149, 116, 157, 132], "point": [153, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [149, 116, 157, 132]}, "data_type": "caret", "category": "paragraph_end", "surface": "forum_thread", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0023.png", "id": "pbt_0023", "instruction": "Verify placement: `prior` after 'from'", "bbox": [98, 562, 123, 574], "point": [110, 568], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [98, 562, 123, 574]}, "data_type": "word", "category": "word_center", "surface": "time_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0024.png", "id": "pbt_0024", "instruction": "Centroid: \"and\" in the product card 4", "bbox": [636, 368, 657, 378], "point": [646, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [636, 368, 657, 378]}, "data_type": "word", "category": "word_center", "surface": "product_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0025.png", "id": "pbt_0025", "instruction": "Draw a box around the VAT ID.", "bbox": [563, 402, 635, 414], "point": [599, 408], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [563, 402, 635, 414], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax_id", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0026.png", "id": "pbt_0026", "instruction": "spot: «dan» before '/llawerhybrid cyn pen 20 Mehefin. The'", "bbox": [349, 245, 370, 255], "point": [359, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [349, 245, 370, 255]}, "data_type": "word", "category": "word_center", "surface": "realestate_listing", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0027.png", "id": "pbt_0027", "instruction": "Draw a box around the subtotal.", "bbox": [575, 343, 635, 356], "point": [605, 349], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [575, 343, 635, 356], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0028.png", "id": "pbt_0028", "instruction": "Return where the underlined 'than' is drawn.", "bbox": [805, 438, 836, 450], "point": [820, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [805, 438, 836, 450]}, "data_type": "word", "category": "word_center", "surface": "sms_thread", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0029.png", "id": "pbt_0029", "instruction": "Return the bounding box of the BIC code.", "bbox": [358, 506, 418, 518], "point": [388, 512], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [358, 506, 418, 518], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_bic", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0030.png", "id": "pbt_0030", "instruction": "where's the `Market` in bold on this?", "bbox": [652, 316, 704, 325], "point": [678, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 316, 704, 325]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0031.png", "id": "pbt_0031", "instruction": "cursor position after 'and' in the sentence \"Enter the email address linked to your account and we will send you a secure link to choose a new password.\"", "bbox": [592, 178, 598, 192], "point": [595, 185], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 178, 598, 192]}, "data_type": "caret", "category": "caret_after_word", "surface": "password_reset", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0032.png", "id": "pbt_0032", "instruction": "Give the bounding box of the «i» in \"ein\" in the sentence `- Druck von 200 Testlabels ohne Papierstau: erfolgreich; ein Austausch der Thermorolle`: top-left then bottom-right.", "bbox": [740, 725, 746, 737], "point": [742, 731], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [740, 725, 746, 737], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "pivot_summary", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0033.png", "id": "pbt_0033", "instruction": "Box the entire customer block.", "bbox": [524, 131, 614, 181], "point": [569, 156], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [524, 131, 614, 181], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0034.png", "id": "pbt_0034", "instruction": "Get me the end of the line that starts with ««reports-batch» innen 20.».", "bbox": [218, 352, 233, 368], "point": [226, 360], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [218, 352, 233, 368]}, "data_type": "caret", "category": "line_end", "surface": "event_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0035.png", "id": "pbt_0035", "instruction": "Click right after the sentence ending in 'DPH' inside \"bez DPH. Předmět:\".", "bbox": [813, 276, 822, 298], "point": [817, 287], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [813, 276, 822, 298]}, "data_type": "caret", "category": "sentence_boundary", "surface": "scanned_letter", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0036.png", "id": "pbt_0036", "instruction": "Box the supplier's email.", "bbox": [272, 187, 356, 199], "point": [314, 193], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [272, 187, 356, 199], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_email", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0037.png", "id": "pbt_0037", "instruction": "Place the cursor over 'e' in \"eight\"", "bbox": [445, 494, 453, 507], "point": [448, 500], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [445, 494, 453, 507]}, "data_type": "char", "category": "char_center", "surface": "comment_section", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0038.png", "id": "pbt_0038", "instruction": "Rendered center of the 'Laura' in bold", "bbox": [20, 14, 60, 25], "point": [40, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 14, 60, 25]}, "data_type": "chrome", "category": "structural_text", "surface": "chat_bubbles", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0039.png", "id": "pbt_0039", "instruction": "The point between adjacent letters in the `world` colored brown: the `l` and the \"d\".", "bbox": [682, 261, 688, 277], "point": [684, 269], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [682, 261, 688, 277]}, "data_type": "caret", "category": "caret_between_chars", "surface": "podcast_app", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0040.png", "id": "pbt_0040", "instruction": "Place the cursor after the last word of the paragraph that ends with 'pressure'.", "bbox": [282, 483, 290, 501], "point": [286, 492], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [282, 483, 290, 501]}, "data_type": "caret", "category": "paragraph_end", "surface": "dos_file_manager", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0041.png", "id": "pbt_0041", "instruction": "just the \"m\" in the bold \"Tim\"", "bbox": [51, 368, 64, 378], "point": [57, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 368, 64, 378]}, "data_type": "char", "category": "char_center", "surface": "gmail_inbox", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0042.png", "id": "pbt_0042", "instruction": "Determine where \"Pellegrini\" inside `Marco Pellegrini Led` sits.", "bbox": [745, 292, 792, 303], "point": [768, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 292, 792, 303]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0043.png", "id": "pbt_0043", "instruction": "Label-Aufgabe: \"PDF-Uploads\" direkt vor «zielten,» einboxen.", "bbox": [454, 560, 586, 577], "point": [520, 568], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [454, 560, 586, 577], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "newsletter_email", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0042.png", "id": "pbt_0042", "instruction": "Return the bounding box of the date the invoice was issued.", "bbox": [653, 42, 707, 56], "point": [680, 49], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [653, 42, 707, 56], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_date", "surface": "invoice", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0043.png", "id": "pbt_0043", "instruction": "Return x,y representing the center of \"mit\" just before 'variablen'.", "bbox": [458, 252, 501, 274], "point": [479, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 252, 501, 274]}, "data_type": "word", "category": "word_center", "surface": "personal_blog", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} {"file_name": "0044.png", "id": "pbt_0044", "instruction": "Identify the line edge for the end of the line that starts with '8 (Aeroform Sports'.", "bbox": [547, 388, 562, 403], "point": [555, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [547, 388, 562, 403]}, "data_type": "caret", "category": "line_end", "surface": "search_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0045.png", "id": "pbt_0045", "instruction": "I need the bbox of \"since\" inside the transcription.", "bbox": [410, 184, 444, 194], "point": [427, 189], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [410, 184, 444, 194], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "voicemail_list", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0046.png", "id": "pbt_0046", "instruction": "Geef me de coördinaat van '7fc2258'.", "bbox": [205, 71, 250, 81], "point": [227, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [205, 71, 250, 81]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0047.png", "id": "pbt_0047", "instruction": "¿Dónde está «Seol»?", "bbox": [107, 321, 132, 330], "point": [119, 325], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 321, 132, 330]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0048.png", "id": "pbt_0048", "instruction": "klicke auf 'm' in das orangefarbene \"automatisierte\".", "bbox": [834, 52, 848, 65], "point": [840, 58], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 52, 848, 65]}, "data_type": "char", "category": "char_center", "surface": "comment_section", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0049.png", "id": "pbt_0049", "instruction": "Dame la coordenada de 'Subiect'.", "bbox": [719, 364, 776, 378], "point": [747, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [719, 364, 776, 378]}, "data_type": "word", "category": "word_center", "surface": "server_inventory", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0050.png", "id": "pbt_0050", "instruction": "Où est 'augstāk' ?", "bbox": [859, 673, 902, 686], "point": [880, 679], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [859, 673, 902, 686]}, "data_type": "word", "category": "word_center", "surface": "email_3pane", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0051.png", "id": "pbt_0051", "instruction": "Dame la coordenada de \"tre\".", "bbox": [777, 206, 793, 215], "point": [785, 210], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [777, 206, 793, 215]}, "data_type": "word", "category": "word_center", "surface": "ereader", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0052.png", "id": "pbt_0052", "instruction": "target: post-'pallets' after '9'", "bbox": [480, 493, 486, 507], "point": [483, 500], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [480, 493, 486, 507]}, "data_type": "caret", "category": "caret_after_word", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0053.png", "id": "pbt_0053", "instruction": "give me coordinates for the space between 'than' and \"six\"", "bbox": [831, 386, 835, 405], "point": [833, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 386, 835, 405]}, "data_type": "caret", "category": "between_words", "surface": "compliance_checklist", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0054.png", "id": "pbt_0054", "instruction": "Klicke genau zwischen 'b' und `i` in das letzte `Mobile` auf der Seite.", "bbox": [255, 556, 263, 581], "point": [259, 568], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [255, 556, 263, 581]}, "data_type": "caret", "category": "caret_between_chars", "surface": "music_lyrics", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0055.png", "id": "pbt_0055", "instruction": "Start typing location for the 'Hawthorne' with the underline.", "bbox": [450, 324, 456, 344], "point": [453, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 324, 456, 344]}, "data_type": "caret", "category": "caret_before_word", "surface": "docs_site", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0045.png", "id": "pbt_0045", "instruction": "Draw a box around the city in the sender's address.", "bbox": [379, 62, 398, 74], "point": [388, 68], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [379, 62, 398, 74], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_city", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0046.png", "id": "pbt_0046", "instruction": "Resolve coordinates for «steady» in the sentence 'The quarterly report shows steady growth across all regions despite supply chain pressure.'.", "bbox": [208, 99, 239, 110], "point": [223, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [208, 99, 239, 110]}, "data_type": "word", "category": "word_center", "surface": "diff_viewer", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0047.png", "id": "pbt_0047", "instruction": "Where to click between the 'a' and the 's' within the \"Nuashonrú\" with the underline.", "bbox": [172, 344, 178, 360], "point": [175, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [172, 344, 178, 360]}, "data_type": "caret", "category": "caret_between_chars", "surface": "markdown_notes", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0048.png", "id": "pbt_0048", "instruction": "Return the bounding box of the email address.", "bbox": [274, 190, 363, 200], "point": [318, 195], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [274, 190, 363, 200], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_email", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0049.png", "id": "pbt_0049", "instruction": "position of 'format'", "bbox": [685, 647, 715, 653], "point": [700, 650], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [685, 647, 715, 653]}, "data_type": "word", "category": "word_center", "surface": "cron_schedule", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0050.png", "id": "pbt_0050", "instruction": "Box in the last occurrence of 'documentation'.", "bbox": [773, 388, 942, 404], "point": [857, 396], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [773, 388, 942, 404], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "email_3pane", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0051.png", "id": "pbt_0051", "instruction": "Click right after the sentence ending in 'obciążone' inside \"zostały obciążone. Prosimy\".", "bbox": [600, 99, 607, 117], "point": [603, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 99, 607, 117]}, "data_type": "caret", "category": "sentence_boundary", "surface": "ereader", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0052.png", "id": "pbt_0052", "instruction": "The period at the end of \"sciences\" in the phrase «life sciences. Expand».", "bbox": [852, 121, 859, 130], "point": [855, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [852, 121, 859, 130]}, "data_type": "punctuation", "category": "punctuation", "surface": "system_dialog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0053.png", "id": "pbt_0053", "instruction": "The inter-character gap between the \"e\" and the 'r' in the last \"River\".", "bbox": [56, 619, 61, 635], "point": [58, 627], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 619, 61, 635]}, "data_type": "caret", "category": "caret_between_chars", "surface": "map_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0054.png", "id": "pbt_0054", "instruction": "Where to click between the «a» and the 'b' within the \"dabei\" in bold.", "bbox": [849, 210, 859, 242], "point": [854, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [849, 210, 859, 242]}, "data_type": "caret", "category": "caret_between_chars", "surface": "photo_gallery", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0055.png", "id": "pbt_0055", "instruction": "move caret ahead of the 'Hawthorne' with the underline", "bbox": [450, 324, 456, 344], "point": [453, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 324, 456, 344]}, "data_type": "caret", "category": "caret_before_word", "surface": "docs_site", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0056.png", "id": "pbt_0056", "instruction": "Where to place text between the `s` and the 't' in the first occurrence of «Lindqvist».", "bbox": [265, 92, 271, 110], "point": [268, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [265, 92, 271, 110]}, "data_type": "caret", "category": "caret_between_chars", "surface": "slack_like", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0057.png", "id": "pbt_0057", "instruction": "Où est 'product' ?", "bbox": [519, 447, 558, 458], "point": [538, 452], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 447, 558, 458]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0058.png", "id": "pbt_0058", "instruction": "xy: the first 'such' on the page", "bbox": [582, 160, 607, 170], "point": [594, 165], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [582, 160, 607, 170]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0059.png", "id": "pbt_0059", "instruction": "Annotate the prepend location for the dimmed `motorists`.", "bbox": [659, 413, 664, 428], "point": [661, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 413, 664, 428]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0060.png", "id": "pbt_0060", "instruction": "Wo liegen die beiden Ecken des Rechtecks um das letzte \"Juli\" auf der Seite?", "bbox": [450, 573, 481, 593], "point": [465, 583], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [450, 573, 481, 593], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0061.png", "id": "pbt_0061", "instruction": "visual grounding request: the «operation» in the code pill.", "bbox": [233, 288, 275, 299], "point": [254, 293], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [233, 288, 275, 299], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "gmail_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0057.png", "id": "pbt_0057", "instruction": "Return the insertion point between the 'I' and the 'n' in the third 'Intern' in the your answer.", "bbox": [426, 520, 432, 538], "point": [429, 529], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [426, 520, 432, 538]}, "data_type": "caret", "category": "caret_between_chars", "surface": "survey_form", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0058.png", "id": "pbt_0058", "instruction": "What is the position of the period after the \"erika.sommer@nordmail.de\" in the code pill?", "bbox": [285, 387, 293, 396], "point": [288, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [285, 387, 293, 396]}, "data_type": "punctuation", "category": "punctuation", "surface": "installer_wizard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0059.png", "id": "pbt_0059", "instruction": "insert before the dimmed `motorists`", "bbox": [659, 413, 664, 428], "point": [661, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 413, 664, 428]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0060.png", "id": "pbt_0060", "instruction": "unique match: the `fehlten` in italics", "bbox": [613, 450, 661, 470], "point": [637, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [613, 450, 661, 470]}, "data_type": "word", "category": "word_center", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0061.png", "id": "pbt_0061", "instruction": "word box: the «operation» in the code pill", "bbox": [233, 288, 275, 299], "point": [254, 293], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [233, 288, 275, 299], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "gmail_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0062.png", "id": "pbt_0062", "instruction": "Click the boundary between the 'L' and the 'D' in \"CALDER\" inside the slide bullets.", "bbox": [338, 198, 347, 217], "point": [342, 207], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [338, 198, 347, 217]}, "data_type": "caret", "category": "caret_between_chars", "surface": "lecture_slide", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0063.png", "id": "pbt_0063", "instruction": "Dame la coordenada de \"Order\".", "bbox": [70, 83, 108, 93], "point": [89, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 83, 108, 93]}, "data_type": "word", "category": "word_center", "surface": "data_table", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0064.png", "id": "pbt_0064", "instruction": "The click location between the \"a\" and the \"n\" in `demand`.", "bbox": [580, 516, 586, 533], "point": [582, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [580, 516, 586, 533]}, "data_type": "caret", "category": "caret_between_chars", "surface": "retro_forum", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0065.png", "id": "pbt_0065", "instruction": "Klik op 'amb'.", "bbox": [366, 147, 394, 157], "point": [380, 152], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [366, 147, 394, 157]}, "data_type": "word", "category": "word_center", "surface": "social_feed", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0063.png", "id": "pbt_0063", "instruction": "Kindly supply x,y for the word \"Order\".", "bbox": [70, 84, 104, 93], "point": [87, 88], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 84, 104, 93]}, "data_type": "word", "category": "word_center", "surface": "data_table", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0064.png", "id": "pbt_0064", "instruction": "Hit box center for the first word of the last paragraph", "bbox": [64, 606, 96, 617], "point": [80, 611], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 606, 96, 617]}, "data_type": "word", "category": "word_center", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0065.png", "id": "pbt_0065", "instruction": "Click at the very end of the paragraph ending with the word 'desgiau'.", "bbox": [354, 406, 360, 421], "point": [357, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [354, 406, 360, 421]}, "data_type": "caret", "category": "paragraph_end", "surface": "social_feed", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0066.png", "id": "pbt_0066", "instruction": "The cursor position between the 's' and the \"p\" in 'sprint' in the sentence \"The team is working to recover this in the current sprint.\".", "bbox": [375, 414, 381, 430], "point": [378, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [375, 414, 381, 430]}, "data_type": "caret", "category": "caret_between_chars", "surface": "gmail_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0067.png", "id": "pbt_0067", "instruction": "For the last 'records' on the page, isolate the 'd' with a bbox.", "bbox": [218, 386, 226, 396], "point": [221, 391], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [218, 386, 226, 396], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0068.png", "id": "pbt_0068", "instruction": "cursor position before \"than\" right after 'more'", "bbox": [742, 548, 748, 564], "point": [745, 556], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [742, 548, 748, 564]}, "data_type": "caret", "category": "caret_before_word", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0069.png", "id": "pbt_0069", "instruction": "Donne-moi la coordonnée de «OPTIONS».", "bbox": [76, 660, 132, 669], "point": [104, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 660, 132, 669]}, "data_type": "chrome", "category": "structural_text", "surface": "man_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0070.png", "id": "pbt_0070", "instruction": "Locate the first \"Mechanical\"", "bbox": [649, 509, 655, 523], "point": [652, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [649, 509, 655, 523]}, "data_type": "caret", "category": "paragraph_start", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0071.png", "id": "pbt_0071", "instruction": "gib mir die position für `durchzuführen` im bereich „speaker notes“.", "bbox": [713, 522, 800, 532], "point": [756, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 522, 800, 532]}, "data_type": "word", "category": "word_center", "surface": "lecture_slide", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0072.png", "id": "pbt_0072", "instruction": "Tap target center: «January» inside \"cohort, January 2026)\"", "bbox": [819, 514, 871, 527], "point": [845, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [819, 514, 871, 527]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0073.png", "id": "pbt_0073", "instruction": "pixel position trailing «we»", "bbox": [744, 372, 751, 387], "point": [747, 379], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [744, 372, 751, 387]}, "data_type": "caret", "category": "caret_after_word", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0074.png", "id": "pbt_0074", "instruction": "Clique sur 'Refills'.", "bbox": [101, 473, 140, 483], "point": [120, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [101, 473, 140, 483]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0075.png", "id": "pbt_0075", "instruction": "Return the bbox of 'hear' in the sentence \"Where we consistently hear demand, and where we fall short today, is on the advisory and implementation services side.\".", "bbox": [165, 93, 187, 101], "point": [176, 97], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [165, 93, 187, 101], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0076.png", "id": "pbt_0076", "instruction": "Frame the last occurrence of 'Workshop' for me.", "bbox": [132, 530, 220, 548], "point": [176, 539], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [132, 530, 220, 548], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0077.png", "id": "pbt_0077", "instruction": "Klicke auf den Punkt nach \"dokumentiert\".", "bbox": [895, 121, 902, 131], "point": [898, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [895, 121, 902, 131]}, "data_type": "punctuation", "category": "punctuation", "surface": "compliance_checklist", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0078.png", "id": "pbt_0078", "instruction": "¿Dónde está `BTC`?", "bbox": [664, 192, 691, 200], "point": [677, 196], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 192, 691, 200]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0079.png", "id": "pbt_0079", "instruction": "Editing mark: post-the first 'January' in the message body", "bbox": [801, 200, 807, 218], "point": [804, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [801, 200, 807, 218]}, "data_type": "caret", "category": "caret_after_word", "surface": "gmail_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0080.png", "id": "pbt_0080", "instruction": "Dammi la coordinata di `EUR`.", "bbox": [232, 87, 253, 96], "point": [242, 91], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [232, 87, 253, 96]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0081.png", "id": "pbt_0081", "instruction": "Tap the italicized 'CSM' on the page.", "bbox": [105, 669, 113, 688], "point": [109, 678], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [105, 669, 113, 688]}, "data_type": "caret", "category": "paragraph_start", "surface": "order_confirmation", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0082.png", "id": "pbt_0082", "instruction": "Rendered center of \"modern\" after \"for\"", "bbox": [341, 262, 407, 273], "point": [374, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [341, 262, 407, 273]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0083.png", "id": "pbt_0083", "instruction": "Waar staat «pozdrav»?", "bbox": [293, 150, 348, 167], "point": [320, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 150, 348, 167]}, "data_type": "word", "category": "word_center", "surface": "streaming_catalog", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0084.png", "id": "pbt_0084", "instruction": "Wo ist `m` in das Wort 'primären'?", "bbox": [850, 329, 862, 342], "point": [856, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [850, 329, 862, 342]}, "data_type": "char", "category": "char_center", "surface": "chat_bubbles", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0085.png", "id": "pbt_0085", "instruction": "identify center of `a` in 'plans' right after \"Payment\"", "bbox": [551, 505, 558, 519], "point": [554, 512], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [551, 505, 558, 519]}, "data_type": "char", "category": "char_center", "surface": "metrics_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0086.png", "id": "pbt_0086", "instruction": "Haz clic en 'licencí'.", "bbox": [495, 347, 544, 359], "point": [519, 353], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 347, 544, 359]}, "data_type": "chrome", "category": "structural_text", "surface": "search_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0067.png", "id": "pbt_0067", "instruction": "For the last 'records' on the page, isolate the 'd' with a bbox.", "bbox": [218, 386, 226, 396], "point": [221, 391], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [218, 386, 226, 396], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0068.png", "id": "pbt_0068", "instruction": "move caret ahead of \"Field\" within the snippet 'p.m. Field trip'", "bbox": [682, 392, 688, 408], "point": [685, 400], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [682, 392, 688, 408]}, "data_type": "caret", "category": "caret_before_word", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0069.png", "id": "pbt_0069", "instruction": "Click point between the \"o\" and the \"r\" in the italicized «before».", "bbox": [850, 354, 856, 369], "point": [853, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [850, 354, 856, 369]}, "data_type": "caret", "category": "caret_between_chars", "surface": "glossary_page", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0070.png", "id": "pbt_0070", "instruction": "Click at the very start of the paragraph beginning with the first \"Mechanical\".", "bbox": [649, 509, 655, 523], "point": [652, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [649, 509, 655, 523]}, "data_type": "caret", "category": "paragraph_start", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0071.png", "id": "pbt_0071", "instruction": "Ground to `durchzuführen` inside the speaker notes.", "bbox": [713, 522, 800, 532], "point": [756, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 522, 800, 532]}, "data_type": "word", "category": "word_center", "surface": "lecture_slide", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0072.png", "id": "pbt_0072", "instruction": "Expected position: the bold 'recount'", "bbox": [772, 93, 838, 106], "point": [805, 99], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [772, 93, 838, 106]}, "data_type": "word", "category": "word_center", "surface": "tax_form", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0073.png", "id": "pbt_0073", "instruction": "column between `This` and 'principle'", "bbox": [322, 650, 326, 662], "point": [324, 656], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [322, 650, 326, 662]}, "data_type": "caret", "category": "between_words", "surface": "todo_app", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0074.png", "id": "pbt_0074", "instruction": "after:the underlined `Lūdzu`", "bbox": [540, 156, 549, 179], "point": [544, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [540, 156, 549, 179]}, "data_type": "caret", "category": "caret_after_word", "surface": "nutrition_label", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0075.png", "id": "pbt_0075", "instruction": "Return the bbox of 'hear' in the sentence \"Where we consistently hear demand, and where we fall short today, is on the advisory and implementation services side.\".", "bbox": [165, 93, 187, 101], "point": [176, 97], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [165, 93, 187, 101], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0076.png", "id": "pbt_0076", "instruction": "Draw a box around the city in the bill-to address.", "bbox": [558, 153, 588, 166], "point": [573, 159], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [558, 153, 588, 166], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient_city", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0077.png", "id": "pbt_0077", "instruction": "head of \"b2\" just before 'innerhalb'.", "bbox": [182, 632, 188, 644], "point": [185, 638], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [182, 632, 188, 644]}, "data_type": "caret", "category": "caret_before_word", "surface": "map_results", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0078.png", "id": "pbt_0078", "instruction": "Box the payment due date.", "bbox": [592, 134, 648, 148], "point": [620, 141], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [592, 134, 648, 148], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0079.png", "id": "pbt_0079", "instruction": "please put the cursor after the first 'January' in the message body", "bbox": [801, 200, 807, 218], "point": [804, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [801, 200, 807, 218]}, "data_type": "caret", "category": "caret_after_word", "surface": "gmail_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0080.png", "id": "pbt_0080", "instruction": "Immediately following 'review'.", "bbox": [351, 194, 357, 210], "point": [353, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [351, 194, 357, 210]}, "data_type": "caret", "category": "caret_after_word", "surface": "settings_panel", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0081.png", "id": "pbt_0081", "instruction": "Place the cursor before the first word of the paragraph that starts with «This» in the delivery estimate.", "bbox": [106, 184, 112, 199], "point": [109, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [106, 184, 112, 199]}, "data_type": "caret", "category": "paragraph_start", "surface": "order_confirmation", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0082.png", "id": "pbt_0082", "instruction": "Return the coordinate in the gap after `change` and before «Root».", "bbox": [710, 209, 718, 227], "point": [714, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 209, 718, 227]}, "data_type": "caret", "category": "between_words", "surface": "dos_file_manager", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0083.png", "id": "pbt_0083", "instruction": "provide x,y for \"d\" in the \"godine\" in bold", "bbox": [88, 155, 98, 169], "point": [92, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [88, 155, 98, 169]}, "data_type": "char", "category": "char_center", "surface": "sms_thread", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0084.png", "id": "pbt_0084", "instruction": "select the `m` glyph in the word 'primären'", "bbox": [850, 329, 862, 342], "point": [856, 335], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [850, 329, 862, 342]}, "data_type": "char", "category": "char_center", "surface": "chat_bubbles", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0085.png", "id": "pbt_0085", "instruction": "Return the coordinate at the end of the line that starts with «a three-part series».", "bbox": [812, 655, 827, 670], "point": [820, 662], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [812, 655, 827, 670]}, "data_type": "caret", "category": "line_end", "surface": "alert_list", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0086.png", "id": "pbt_0086", "instruction": "Document position preceding the word `bruker`.", "bbox": [177, 498, 183, 511], "point": [180, 504], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 498, 183, 511]}, "data_type": "caret", "category": "caret_before_word", "surface": "search_page", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0087.png", "id": "pbt_0087", "instruction": "the gap between \"forming\" and «approximately»", "bbox": [173, 536, 178, 548], "point": [175, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [173, 536, 178, 548]}, "data_type": "caret", "category": "between_words", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0088.png", "id": "pbt_0088", "instruction": "The caret point between the `a` and the \"c\" in the first `each` in the answer 2.", "bbox": [266, 206, 272, 221], "point": [269, 213], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 206, 272, 221]}, "data_type": "caret", "category": "caret_between_chars", "surface": "faq_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0089.png", "id": "pbt_0089", "instruction": "Verify placement: «of» within the snippet 'replacement of like-for-like'", "bbox": [686, 617, 712, 634], "point": [699, 625], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [686, 617, 712, 634]}, "data_type": "word", "category": "word_center", "surface": "cron_schedule", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0090.png", "id": "pbt_0090", "instruction": "Checklist: center of the first \"Canal\" in the return policy", "bbox": [603, 548, 633, 556], "point": [618, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 548, 633, 556]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0091.png", "id": "pbt_0091", "instruction": "Dammi la coordinata di \"Sommer\".", "bbox": [64, 353, 117, 362], "point": [90, 357], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [64, 353, 117, 362]}, "data_type": "chrome", "category": "structural_text", "surface": "voicemail_list", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0092.png", "id": "pbt_0092", "instruction": "what's the center of the \"floodway\" with the underline?", "bbox": [857, 212, 933, 230], "point": [895, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [857, 212, 933, 230]}, "data_type": "word", "category": "word_center", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0093.png", "id": "pbt_0093", "instruction": "Dame la coordenada de 'Betreff'.", "bbox": [706, 307, 760, 317], "point": [733, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 307, 760, 317]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0094.png", "id": "pbt_0094", "instruction": "Setze den Cursor zwischen 'd' und 'r' in das rosafarbene «drei».", "bbox": [79, 487, 85, 503], "point": [82, 495], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [79, 487, 85, 503]}, "data_type": "caret", "category": "caret_between_chars", "surface": "realestate_listing", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0088.png", "id": "pbt_0088", "instruction": "Put the cursor just past `an` inside 'with an errors'.", "bbox": [530, 405, 538, 422], "point": [534, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [530, 405, 538, 422]}, "data_type": "caret", "category": "caret_after_word", "surface": "man_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0089.png", "id": "pbt_0089", "instruction": "block rect: paragraph opening with 'Laurelhurst'", "bbox": [122, 229, 886, 354], "point": [504, 291], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [122, 229, 886, 354], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "scanned_letter", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0090.png", "id": "pbt_0090", "instruction": "the colon hugging the end of the italicized `sentence`", "bbox": [593, 696, 601, 703], "point": [596, 699], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [593, 696, 601, 703]}, "data_type": "punctuation", "category": "punctuation", "surface": "fax_cover", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0091.png", "id": "pbt_0091", "instruction": "Which pixel is the center of 'a' in 'Poštovani' right after 'izmjeni radnog vremena poslovnice Podgorica'?", "bbox": [588, 626, 602, 643], "point": [594, 634], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [588, 626, 602, 643]}, "data_type": "char", "category": "char_center", "surface": "metrics_dashboard", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0092.png", "id": "pbt_0092", "instruction": "The coordinate location of the end of the line that starts with \"steady 180ms to\".", "bbox": [908, 270, 923, 284], "point": [916, 277], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [908, 270, 923, 284]}, "data_type": "caret", "category": "line_end", "surface": "video_call_chat", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0093.png", "id": "pbt_0093", "instruction": "write between «tomadas» and `redistribución`", "bbox": [572, 431, 577, 450], "point": [574, 440], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [572, 431, 577, 450]}, "data_type": "caret", "category": "between_words", "surface": "calendar_week", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0094.png", "id": "pbt_0094", "instruction": "Locate the cursor gap between the \"e\" and the `n` in `Referenzen` inside '1. Referenzen -'.", "bbox": [391, 335, 399, 353], "point": [395, 344], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [391, 335, 399, 353]}, "data_type": "caret", "category": "caret_between_chars", "surface": "weather_forecast", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0095.png", "id": "pbt_0095", "instruction": "I'd like the coordinates of the `exposure` in the code pill, please.", "bbox": [776, 721, 884, 736], "point": [830, 728], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 721, 884, 736]}, "data_type": "word", "category": "word_center", "surface": "banking_dashboard", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0096.png", "id": "pbt_0096", "instruction": "Où est «built» ?", "bbox": [234, 116, 264, 126], "point": [249, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 116, 264, 126]}, "data_type": "chrome", "category": "structural_text", "surface": "realestate_listing", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0097.png", "id": "pbt_0097", "instruction": "Dov'è «INV-4932»?", "bbox": [70, 152, 134, 163], "point": [102, 157], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 152, 134, 163]}, "data_type": "chrome", "category": "structural_text", "surface": "data_table", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0098.png", "id": "pbt_0098", "instruction": "Dammi la coordinata di 'Booking'.", "bbox": [106, 44, 149, 56], "point": [127, 50], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [106, 44, 149, 56]}, "data_type": "chrome", "category": "structural_text", "surface": "trip_itinerary", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0099.png", "id": "pbt_0099", "instruction": "place cursor in the gap after `Monitor`, before `arm`", "bbox": [363, 406, 367, 420], "point": [365, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 406, 367, 420]}, "data_type": "caret", "category": "between_words", "surface": "data_table", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0100.png", "id": "pbt_0100", "instruction": "The cursor between the «h» and the \"e\" in «scheduled».", "bbox": [304, 241, 311, 260], "point": [307, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [304, 241, 311, 260]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flashcard_deck", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0101.png", "id": "pbt_0101", "instruction": "Field check: the italicized 'environments'", "bbox": [294, 431, 399, 443], "point": [346, 437], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [294, 431, 399, 443]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0102.png", "id": "pbt_0102", "instruction": "Haz clic en \"committed\".", "bbox": [130, 71, 187, 82], "point": [158, 76], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 71, 187, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0103.png", "id": "pbt_0103", "instruction": "show me where 'coupling' is", "bbox": [892, 197, 933, 208], "point": [912, 202], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [892, 197, 933, 208]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0104.png", "id": "pbt_0104", "instruction": "Where to tap between the `k` and the 'i' in the boldfaced 'wiki'.", "bbox": [915, 174, 920, 187], "point": [917, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 174, 920, 187]}, "data_type": "caret", "category": "caret_between_chars", "surface": "file_manager", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0096.png", "id": "pbt_0096", "instruction": "Report the top-left corner then bottom-right corner for the paragraph starting with `27.07` within the snippet \"Advisory 27.07 proveïdors\".", "bbox": [54, 686, 970, 733], "point": [512, 709], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [54, 686, 970, 733], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "weather_forecast", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0097.png", "id": "pbt_0097", "instruction": "Locate «USB-C» in the phrase \"INV-4932 USB-C dock\" and return its bounding box, top-left then bottom-right.", "bbox": [320, 152, 360, 163], "point": [340, 157], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [320, 152, 360, 163], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "data_table", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0098.png", "id": "pbt_0098", "instruction": "Return the bounding box of the IBAN. Return the top-left then bottom-right coordinate, one per line.", "bbox": [325, 344, 460, 356], "point": [392, 350], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [325, 344, 460, 356], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_iban", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0099.png", "id": "pbt_0099", "instruction": "Return the bounding box of the total payable amount.", "bbox": [658, 261, 715, 276], "point": [686, 268], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [658, 261, 715, 276], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_total", "surface": "invoice", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0100.png", "id": "pbt_0100", "instruction": "Box the invoice number.", "bbox": [663, 173, 736, 185], "point": [699, 179], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [663, 173, 736, 185], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0101.png", "id": "pbt_0101", "instruction": "One coordinate pair for \"for\" right before 'the'.", "bbox": [897, 682, 919, 695], "point": [908, 688], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [897, 682, 919, 695]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0102.png", "id": "pbt_0102", "instruction": "Draw a box around the VAT amount.", "bbox": [666, 359, 707, 371], "point": [686, 365], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [666, 359, 707, 371], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0103.png", "id": "pbt_0103", "instruction": "I-Beam location between `in` and `Boston`", "bbox": [144, 172, 148, 188], "point": [146, 180], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [144, 172, 148, 188]}, "data_type": "caret", "category": "between_words", "surface": "appointment_portal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0104.png", "id": "pbt_0104", "instruction": "Click at the very end of the paragraph ending with `marrow`.", "bbox": [623, 525, 629, 540], "point": [626, 532], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 525, 629, 540]}, "data_type": "caret", "category": "paragraph_end", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0105.png", "id": "pbt_0105", "instruction": "x,y for the gap between the \"o\" and the «r» in \"indicators\" in the sentence «Leading indicators https://docs.acme.io/api/v2 employee engagement index; lagging review tracks cash conversion cycle.»", "bbox": [185, 228, 191, 245], "point": [188, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [185, 228, 191, 245]}, "data_type": "caret", "category": "caret_between_chars", "surface": "forum_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0106.png", "id": "pbt_0106", "instruction": "Dammi la coordinata di \"Market\".", "bbox": [652, 313, 698, 326], "point": [675, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 313, 698, 326]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0107.png", "id": "pbt_0107", "instruction": "Box in the entire paragraph that opens with the last \"In\".", "bbox": [64, 604, 960, 709], "point": [512, 656], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [64, 604, 960, 709], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0108.png", "id": "pbt_0108", "instruction": "Box in the \"t\" of 'study' in the phrase 'archive: study GR-7721-TQ-26-041'.", "bbox": [211, 540, 218, 558], "point": [214, 549], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [211, 540, 218, 558], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0109.png", "id": "pbt_0109", "instruction": "Label: \"revenue\" right after \"tim.petrov@example.com\"", "bbox": [288, 383, 384, 396], "point": [336, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [288, 383, 384, 396]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0110.png", "id": "pbt_0110", "instruction": "Highlight the start of the line that starts with 'Read the architecture'.", "bbox": [83, 528, 98, 545], "point": [91, 536], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [83, 528, 98, 545]}, "data_type": "caret", "category": "line_start", "surface": "restaurant_menu", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0111.png", "id": "pbt_0111", "instruction": "Dov'è 'en'?", "bbox": [949, 713, 960, 719], "point": [954, 716], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [949, 713, 960, 719]}, "data_type": "word", "category": "word_center", "surface": "ci_pipeline", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0112.png", "id": "pbt_0112", "instruction": "Klik op 'to'.", "bbox": [60, 136, 69, 144], "point": [64, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [60, 136, 69, 144]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_thread", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0113.png", "id": "pbt_0113", "instruction": "Geef me de coördinaat van \"Cables\".", "bbox": [34, 218, 74, 228], "point": [54, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 218, 74, 228]}, "data_type": "chrome", "category": "structural_text", "surface": "product_listing", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0114.png", "id": "pbt_0114", "instruction": "Waar staat 'Full'?", "bbox": [40, 109, 56, 117], "point": [48, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 109, 56, 117]}, "data_type": "chrome", "category": "structural_text", "surface": "checkout_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0115.png", "id": "pbt_0115", "instruction": "Cursor auf das fettgedruckte \"Suites\" setzen.", "bbox": [260, 84, 307, 96], "point": [283, 90], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 84, 307, 96]}, "data_type": "chrome", "category": "structural_text", "surface": "hotel_listing", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0116.png", "id": "pbt_0116", "instruction": "Return the visible center of «Visigoths».", "bbox": [487, 606, 532, 617], "point": [509, 611], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [487, 606, 532, 617]}, "data_type": "word", "category": "word_center", "surface": "hotel_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0117.png", "id": "pbt_0117", "instruction": "Ground to the last 'Q2' in the fare rules.", "bbox": [701, 492, 718, 502], "point": [709, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [701, 492, 718, 502]}, "data_type": "word", "category": "word_center", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0106.png", "id": "pbt_0106", "instruction": "I want to start a new sentence right after the first \"CPU\" in the market info. Where do I click?", "bbox": [838, 364, 844, 381], "point": [841, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [838, 364, 844, 381]}, "data_type": "caret", "category": "sentence_boundary", "surface": "crypto_exchange", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0107.png", "id": "pbt_0107", "instruction": "Can you find the position of the second occurrence of 'the'?", "bbox": [281, 481, 298, 492], "point": [289, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [281, 481, 298, 492]}, "data_type": "word", "category": "word_center", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0108.png", "id": "pbt_0108", "instruction": "Document location: \"critical\"", "bbox": [775, 99, 811, 109], "point": [793, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [775, 99, 811, 109]}, "data_type": "word", "category": "word_center", "surface": "video_call_chat", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0109.png", "id": "pbt_0109", "instruction": "Place the cursor between the \"F\" and the «e» in `Fenwick` right after `473,774 Sites: Helix Ridge (lead), North`.", "bbox": [318, 602, 326, 626], "point": [322, 614], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [318, 602, 326, 626]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0110.png", "id": "pbt_0110", "instruction": "report the position in the whitespace between 'Anna' and `Vogel`", "bbox": [106, 304, 110, 320], "point": [108, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [106, 304, 110, 320]}, "data_type": "caret", "category": "between_words", "surface": "review_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0111.png", "id": "pbt_0111", "instruction": "Line edge for the start of the line that starts with \"03:04:24 DEBUG user\".", "bbox": [336, 142, 351, 157], "point": [344, 149], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [336, 142, 351, 157]}, "data_type": "caret", "category": "line_start", "surface": "ci_pipeline", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0112.png", "id": "pbt_0112", "instruction": "Point to 'Jun' in the sentence `Sofia Keller to me · Jun 6, 2026`.", "bbox": [97, 136, 115, 144], "point": [106, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [97, 136, 115, 144]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_thread", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0113.png", "id": "pbt_0113", "instruction": "Help me place the caret between the 'd' and the 'y' in \"steady\" inside the product card 2.", "bbox": [816, 154, 822, 169], "point": [819, 161], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 154, 822, 169]}, "data_type": "caret", "category": "caret_between_chars", "surface": "product_listing", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0114.png", "id": "pbt_0114", "instruction": "centroid of 'a' in 'Please' before \"make\"", "bbox": [600, 723, 607, 732], "point": [603, 727], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [600, 723, 607, 732]}, "data_type": "char", "category": "char_center", "surface": "checkout_form", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0115.png", "id": "pbt_0115", "instruction": "Find the start of the line that starts with 'Boarding Sicherheit ['.", "bbox": [592, 102, 607, 117], "point": [600, 109], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 102, 607, 117]}, "data_type": "caret", "category": "line_start", "surface": "train_timetable", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0116.png", "id": "pbt_0116", "instruction": "Box the entire customer block.", "bbox": [526, 157, 604, 198], "point": [565, 177], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [526, 157, 604, 198], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0117.png", "id": "pbt_0117", "instruction": "Pixel position before «publish» after 'will' starts.", "bbox": [342, 130, 347, 144], "point": [344, 137], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [342, 130, 347, 144]}, "data_type": "caret", "category": "caret_before_word", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0118.png", "id": "pbt_0118", "instruction": "[after `DEBUG` right before \"user\"]", "bbox": [226, 261, 234, 280], "point": [230, 270], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 261, 234, 280]}, "data_type": "caret", "category": "caret_after_word", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0119.png", "id": "pbt_0119", "instruction": "Waar staat \"Lang\"?", "bbox": [717, 385, 745, 397], "point": [731, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 385, 745, 397]}, "data_type": "word", "category": "word_center", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0120.png", "id": "pbt_0120", "instruction": "Donne-moi la coordonnée de `prod-eu1`.", "bbox": [78, 17, 150, 30], "point": [114, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 17, 150, 30]}, "data_type": "chrome", "category": "structural_text", "surface": "log_viewer", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0121.png", "id": "pbt_0121", "instruction": "Single point: center of 'stem' in the news story", "bbox": [404, 435, 444, 448], "point": [424, 441], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [404, 435, 444, 448]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0122.png", "id": "pbt_0122", "instruction": "Wo ist 's' in «oscar» in der Passage `ERROR user oscar logged`?", "bbox": [512, 103, 521, 111], "point": [516, 107], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [512, 103, 521, 111]}, "data_type": "char", "category": "char_center", "surface": "ci_pipeline", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0123.png", "id": "pbt_0123", "instruction": "Haz clic en 'PullDn'.", "bbox": [834, 749, 882, 759], "point": [858, 754], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 749, 882, 759]}, "data_type": "chrome", "category": "structural_text", "surface": "dos_file_manager", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0124.png", "id": "pbt_0124", "instruction": "Dov'è «stand»?", "bbox": [363, 312, 395, 321], "point": [379, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 312, 395, 321]}, "data_type": "chrome", "category": "structural_text", "surface": "data_table", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0125.png", "id": "pbt_0125", "instruction": "Geometric center of the first word of the fourth paragraph", "bbox": [56, 598, 106, 606], "point": [81, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [56, 598, 106, 606]}, "data_type": "word", "category": "word_center", "surface": "status_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0126.png", "id": "pbt_0126", "instruction": "Donne-moi la coordonnée de 'Ingredients'.", "bbox": [88, 134, 169, 151], "point": [128, 142], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [88, 134, 169, 151]}, "data_type": "chrome", "category": "structural_text", "surface": "recipe_card", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0127.png", "id": "pbt_0127", "instruction": "Haz clic en \"Webcam\".", "bbox": [151, 419, 207, 429], "point": [179, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [151, 419, 207, 429]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0128.png", "id": "pbt_0128", "instruction": "Koordinate bitte: das violette «RA-2026-18»", "bbox": [525, 606, 566, 613], "point": [545, 609], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [525, 606, 566, 613]}, "data_type": "word", "category": "word_center", "surface": "wikipedia", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0129.png", "id": "pbt_0129", "instruction": "Donne-moi la coordonnée de \"Exchange\".", "bbox": [20, 17, 88, 31], "point": [54, 24], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 88, 31]}, "data_type": "chrome", "category": "structural_text", "surface": "crypto_exchange", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0130.png", "id": "pbt_0130", "instruction": "Map 'RC-S3-Aisle12-Bay4' to screen coordinates.", "bbox": [623, 378, 629, 396], "point": [626, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [623, 378, 629, 396]}, "data_type": "caret", "category": "paragraph_end", "surface": "man_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0131.png", "id": "pbt_0131", "instruction": "Dov'è 'Diskette'?", "bbox": [95, 123, 167, 135], "point": [131, 129], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 123, 167, 135]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0132.png", "id": "pbt_0132", "instruction": "Wo ist zweite 'e' in \"geschlossen\" in der Passage «M1 geschlossen ist.»?", "bbox": [671, 600, 680, 614], "point": [675, 607], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [671, 600, 680, 614]}, "data_type": "char", "category": "char_center", "surface": "man_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0133.png", "id": "pbt_0133", "instruction": "Waar staat `mai`?", "bbox": [731, 207, 752, 217], "point": [741, 212], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 207, 752, 217]}, "data_type": "word", "category": "word_center", "surface": "personal_blog", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0134.png", "id": "pbt_0134", "instruction": "caret at end of \"school\" after `high`", "bbox": [871, 519, 877, 536], "point": [873, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [871, 519, 877, 536]}, "data_type": "caret", "category": "caret_after_word", "surface": "court_filing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0119.png", "id": "pbt_0119", "instruction": "what's the center of the \"Responsibilities\" colored red?", "bbox": [50, 251, 204, 271], "point": [127, 261], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 251, 204, 271]}, "data_type": "chrome", "category": "structural_text", "surface": "job_listing", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0120.png", "id": "pbt_0120", "instruction": "Return the visible center of \"sam\" right after '[WARN] user'.", "bbox": [252, 426, 273, 431], "point": [262, 428], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [252, 426, 273, 431]}, "data_type": "word", "category": "word_center", "surface": "log_viewer", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0121.png", "id": "pbt_0121", "instruction": "editing slot between `non-critical` and 'pigment'", "bbox": [262, 334, 270, 351], "point": [266, 342], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [262, 334, 270, 351]}, "data_type": "caret", "category": "between_words", "surface": "dos_file_manager", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0122.png", "id": "pbt_0122", "instruction": "Box the whole totals block (subtotal, tax, total).", "bbox": [687, 424, 751, 476], "point": [719, 450], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [687, 424, 751, 476], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_totals", "surface": "invoice", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0123.png", "id": "pbt_0123", "instruction": "Draw a box around the BIC.", "bbox": [370, 694, 430, 706], "point": [400, 700], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [370, 694, 430, 706], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_bic", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0124.png", "id": "pbt_0124", "instruction": "Target the boundary between the \"a\" and the 'n' in «stand».", "bbox": [380, 118, 386, 134], "point": [383, 126], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 118, 386, 134]}, "data_type": "caret", "category": "caret_between_chars", "surface": "data_table", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0125.png", "id": "pbt_0125", "instruction": "word box: 'standard' right before 'liability'", "bbox": [838, 408, 883, 419], "point": [860, 413], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [838, 408, 883, 419], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "server_inventory", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0126.png", "id": "pbt_0126", "instruction": "Full-width extent of the line beginning with «varmuuskopiot tallennetaan ennen», top-left then bottom-right.", "bbox": [94, 152, 946, 169], "point": [520, 160], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [94, 152, 946, 169], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "faq_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0127.png", "id": "pbt_0127", "instruction": "Return the bounding box of the recipient block.", "bbox": [276, 156, 343, 207], "point": [309, 181], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [276, 156, 343, 207], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0128.png", "id": "pbt_0128", "instruction": "Center pixel of the third occurrence of 'für'", "bbox": [130, 226, 148, 233], "point": [139, 229], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [130, 226, 148, 233]}, "data_type": "word", "category": "word_center", "surface": "wikipedia", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0129.png", "id": "pbt_0129", "instruction": "Text edge at the start of the line that starts with 'hemmelighetslageret Vault; ikke'.", "bbox": [641, 408, 662, 430], "point": [652, 419], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [641, 408, 662, 430]}, "data_type": "caret", "category": "line_start", "surface": "crypto_exchange", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0130.png", "id": "pbt_0130", "instruction": "typographic \"v\" within «Executive» in the sentence `short-term Executive sponsors include Chief Financial Officer Luis Ortega and SVP Engineering Victor Chen.`", "bbox": [177, 247, 184, 256], "point": [180, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 247, 184, 256]}, "data_type": "char", "category": "char_center", "surface": "glossary_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0131.png", "id": "pbt_0131", "instruction": "I want to start a new sentence right after «vahetusevanemal» within the snippet \"allkirjastada vahetusevanemal. Iga\". Where do I click?", "bbox": [215, 272, 225, 293], "point": [220, 282], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [215, 272, 225, 293]}, "data_type": "caret", "category": "sentence_boundary", "surface": "teletext_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0132.png", "id": "pbt_0132", "instruction": "Click at the end of the sentence ending in \"relevant\" in the sentence \"die Die Rolle von Biomasse und Abfallwärme bleibt in Übergangsphasen relevant.\", right after the full stop.", "bbox": [530, 182, 536, 196], "point": [533, 189], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [530, 182, 536, 196]}, "data_type": "caret", "category": "sentence_boundary", "surface": "glossary_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0133.png", "id": "pbt_0133", "instruction": "Where's the box around \"Webcam\" inside the row 9?", "bbox": [320, 377, 369, 386], "point": [344, 381], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [320, 377, 369, 386], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "data_table", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0134.png", "id": "pbt_0134", "instruction": "The spot to add a word before «No» inside the claim 5.", "bbox": [841, 617, 849, 634], "point": [844, 625], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 617, 849, 634]}, "data_type": "caret", "category": "caret_before_word", "surface": "patent_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0135.png", "id": "pbt_0135", "instruction": "What is the position of the semicolon after \"tokens\" inside 'Bearer tokens; scopes'?", "bbox": [268, 389, 274, 400], "point": [270, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [268, 389, 274, 400]}, "data_type": "punctuation", "category": "punctuation", "surface": "product_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0136.png", "id": "pbt_0136", "instruction": "Clique sur \"Kæru\".", "bbox": [376, 400, 407, 410], "point": [391, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [376, 400, 407, 410]}, "data_type": "word", "category": "word_center", "surface": "restaurant_menu", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0137.png", "id": "pbt_0137", "instruction": "point me to the «Non-goals» with the highlight behind it", "bbox": [246, 100, 302, 113], "point": [274, 106], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 100, 302, 113]}, "data_type": "word", "category": "word_center", "surface": "todo_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0138.png", "id": "pbt_0138", "instruction": "Single character \"s\" in the bold «physical».", "bbox": [118, 605, 126, 620], "point": [121, 612], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [118, 605, 126, 620]}, "data_type": "char", "category": "char_center", "surface": "kanban_board", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0139.png", "id": "pbt_0139", "instruction": "Clique sur \"10h\".", "bbox": [366, 172, 387, 181], "point": [376, 176], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [366, 172, 387, 181]}, "data_type": "chrome", "category": "structural_text", "surface": "social_feed", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0140.png", "id": "pbt_0140", "instruction": "Map the 'FY' colored orange to x,y.", "bbox": [531, 317, 543, 324], "point": [537, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [531, 317, 543, 324]}, "data_type": "word", "category": "word_center", "surface": "podcast_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0141.png", "id": "pbt_0141", "instruction": "Click the colon after 'Remediation' right before `Mon`.", "bbox": [118, 99, 124, 107], "point": [120, 103], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [118, 99, 124, 107]}, "data_type": "punctuation", "category": "punctuation", "surface": "compliance_checklist", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0142.png", "id": "pbt_0142", "instruction": "Box um \"t\" in das türkise «Barrierefreiheit»?", "bbox": [345, 558, 353, 571], "point": [348, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [345, 558, 353, 571], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "checkout_form", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0143.png", "id": "pbt_0143", "instruction": "Focus point: the `device` in bold", "bbox": [829, 601, 879, 612], "point": [854, 606], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [829, 601, 879, 612]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0144.png", "id": "pbt_0144", "instruction": "identify center of \"a\" in the word \"range\"", "bbox": [267, 501, 275, 510], "point": [271, 505], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [267, 501, 275, 510]}, "data_type": "char", "category": "char_center", "surface": "patent_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0145.png", "id": "pbt_0145", "instruction": "Center of the displayed word `the` just before `email`.", "bbox": [326, 167, 344, 177], "point": [335, 172], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [326, 167, 344, 177]}, "data_type": "word", "category": "word_center", "surface": "password_reset", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0146.png", "id": "pbt_0146", "instruction": "Setze den Cursor unmittelbar hinter \"Norddeutschland\".", "bbox": [517, 590, 523, 603], "point": [520, 596], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [517, 590, 523, 603]}, "data_type": "caret", "category": "caret_after_word", "surface": "flight_booking", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0147.png", "id": "pbt_0147", "instruction": "post-the last occurrence of 'distinct' caret", "bbox": [875, 384, 880, 398], "point": [877, 391], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 384, 880, 398]}, "data_type": "caret", "category": "caret_after_word", "surface": "court_filing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0148.png", "id": "pbt_0148", "instruction": "Donne-moi la coordonnée de 'environments'.", "bbox": [658, 248, 756, 261], "point": [707, 254], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [658, 248, 756, 261]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0149.png", "id": "pbt_0149", "instruction": "land on `p` in 'product' following 'highlight'", "bbox": [721, 330, 732, 346], "point": [726, 338], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [721, 330, 732, 346]}, "data_type": "char", "category": "char_center", "surface": "recipe_card", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0150.png", "id": "pbt_0150", "instruction": "Region of Interest um \"können\" direkt vor «ohne».", "bbox": [671, 332, 720, 342], "point": [695, 337], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 332, 720, 342], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "api_client", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0136.png", "id": "pbt_0136", "instruction": "Box the entire line-item table, from the column headers down to the last row.", "bbox": [288, 303, 735, 420], "point": [511, 361], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [288, 303, 735, 420], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_items", "surface": "invoice", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0137.png", "id": "pbt_0137", "instruction": "Return the two corner coordinates for the word \"items\", top-left first.", "bbox": [886, 559, 922, 569], "point": [904, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [886, 559, 922, 569], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "time_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0138.png", "id": "pbt_0138", "instruction": "the bold «confirmed» center", "bbox": [870, 469, 925, 478], "point": [897, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [870, 469, 925, 478]}, "data_type": "word", "category": "word_center", "surface": "calendar_week", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0139.png", "id": "pbt_0139", "instruction": "Grab the rectangle around the whole paragraph beginning with the «Subiect» flagged by spellcheck.", "bbox": [216, 336, 796, 402], "point": [506, 369], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [216, 336, 796, 402], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "social_feed", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0140.png", "id": "pbt_0140", "instruction": "Map the first `link` on the page to x,y.", "bbox": [177, 307, 209, 321], "point": [193, 314], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 307, 209, 321]}, "data_type": "word", "category": "word_center", "surface": "music_lyrics", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0141.png", "id": "pbt_0141", "instruction": "pinpoint `grill` in the phrase `harbor grill 45`.", "bbox": [78, 545, 102, 555], "point": [90, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 545, 102, 555]}, "data_type": "word", "category": "word_center", "surface": "map_results", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0142.png", "id": "pbt_0142", "instruction": "Need the corner pair for \"t\" in the «Barrierefreiheit» in teal.", "bbox": [345, 558, 353, 571], "point": [348, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [345, 558, 353, 571], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "checkout_form", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0143.png", "id": "pbt_0143", "instruction": "The caret point between the 't' and the \"e\" in 'Rotate' right before `edge`.", "bbox": [226, 557, 232, 571], "point": [229, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [226, 557, 232, 571]}, "data_type": "caret", "category": "caret_between_chars", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0144.png", "id": "pbt_0144", "instruction": "Bounding rectangle for the line beginning with \"Fee: $8.00 per\", please.", "bbox": [54, 709, 970, 722], "point": [512, 715], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [54, 709, 970, 722], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "compliance_checklist", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0145.png", "id": "pbt_0145", "instruction": "[LOC] the pink \"with\"", "bbox": [861, 205, 884, 213], "point": [872, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [861, 205, 884, 213]}, "data_type": "word", "category": "word_center", "surface": "fitness_tracker", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0146.png", "id": "pbt_0146", "instruction": "trailing \"km\" in the sentence `Harbour District, 4 km from centre`", "bbox": [313, 448, 321, 465], "point": [317, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [313, 448, 321, 465]}, "data_type": "caret", "category": "caret_after_word", "surface": "hotel_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0147.png", "id": "pbt_0147", "instruction": "pixel center, \"all\" after 'across'", "bbox": [866, 620, 879, 629], "point": [872, 624], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [866, 620, 879, 629]}, "data_type": "word", "category": "word_center", "surface": "patent_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0148.png", "id": "pbt_0148", "instruction": "just after 'approval' in the card definition works", "bbox": [921, 244, 929, 265], "point": [925, 254], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [921, 244, 929, 265]}, "data_type": "caret", "category": "caret_after_word", "surface": "flashcard_deck", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0149.png", "id": "pbt_0149", "instruction": "add missing letter after the slanted 'replay'", "bbox": [607, 130, 613, 151], "point": [610, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [607, 130, 613, 151]}, "data_type": "caret", "category": "caret_after_word", "surface": "faq_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0150.png", "id": "pbt_0150", "instruction": "bbox: \"können\" right before «ohne»", "bbox": [671, 332, 720, 342], "point": [695, 337], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 332, 720, 342], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "api_client", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0151.png", "id": "pbt_0151", "instruction": "Coordinates for the point following the second 'Health' in the security notice.", "bbox": [669, 385, 679, 411], "point": [674, 398], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 385, 679, 411]}, "data_type": "caret", "category": "caret_after_word", "surface": "banking_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0152.png", "id": "pbt_0152", "instruction": "Haz clic en `juri`.", "bbox": [296, 419, 310, 429], "point": [303, 424], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [296, 419, 310, 429]}, "data_type": "word", "category": "word_center", "surface": "compliance_checklist", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0153.png", "id": "pbt_0153", "instruction": "Dame la coordenada de «David».", "bbox": [809, 243, 835, 250], "point": [822, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [809, 243, 835, 250]}, "data_type": "chrome", "category": "structural_text", "surface": "music_lyrics", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0154.png", "id": "pbt_0154", "instruction": "Haz clic en 'linjën'.", "bbox": [708, 311, 750, 321], "point": [729, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [708, 311, 750, 321]}, "data_type": "word", "category": "word_center", "surface": "api_client", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0155.png", "id": "pbt_0155", "instruction": "Où est \"POST\" ?", "bbox": [196, 55, 266, 74], "point": [231, 64], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [196, 55, 266, 74]}, "data_type": "chrome", "category": "structural_text", "surface": "shipping_label", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0152.png", "id": "pbt_0152", "instruction": "End of 'CSV-sablon', not inside it.", "bbox": [167, 679, 175, 696], "point": [171, 687], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 679, 175, 696]}, "data_type": "caret", "category": "caret_after_word", "surface": "map_results", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0153.png", "id": "pbt_0153", "instruction": "whitespace target: 'dodávka' «licencí»", "bbox": [785, 252, 805, 266], "point": [795, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [785, 252, 805, 266]}, "data_type": "caret", "category": "between_words", "surface": "photo_gallery", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0154.png", "id": "pbt_0154", "instruction": "yeah after 'verifikojë' inside 'të verifikojë dokumentacionin'", "bbox": [495, 309, 501, 323], "point": [498, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [495, 309, 501, 323]}, "data_type": "caret", "category": "caret_after_word", "surface": "api_client", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0155.png", "id": "pbt_0155", "instruction": "Document location: the boldfaced `Informe`", "bbox": [109, 593, 157, 602], "point": [133, 597], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [109, 593, 157, 602]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0156.png", "id": "pbt_0156", "instruction": "i-beam location between «caused» and \"by\"", "bbox": [664, 241, 668, 261], "point": [666, 251], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 241, 668, 261]}, "data_type": "caret", "category": "between_words", "surface": "quiz_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0157.png", "id": "pbt_0157", "instruction": "the semicolon resting after the 'delegates' in the code pill", "bbox": [830, 170, 839, 179], "point": [834, 174], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [830, 170, 839, 179]}, "data_type": "punctuation", "category": "punctuation", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0158.png", "id": "pbt_0158", "instruction": "Hit box center for 'said' in the phrase `day,\" said Jordan`", "bbox": [221, 196, 241, 205], "point": [231, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 196, 241, 205]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0159.png", "id": "pbt_0159", "instruction": "Dame la coordenada de 'zoals'.", "bbox": [169, 449, 195, 458], "point": [182, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [169, 449, 195, 458]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0157.png", "id": "pbt_0157", "instruction": "assert position of colon after 'Status' in the reading pane", "bbox": [963, 704, 970, 714], "point": [966, 709], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [963, 704, 970, 714]}, "data_type": "punctuation", "category": "punctuation", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0158.png", "id": "pbt_0158", "instruction": "the gap between '1320a-7b' and «Anti-Kickback»", "bbox": [613, 563, 617, 581], "point": [615, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [613, 563, 617, 581]}, "data_type": "caret", "category": "between_words", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0159.png", "id": "pbt_0159", "instruction": "Geometric center of «Ábhar» in the intake instructions", "bbox": [761, 195, 815, 207], "point": [788, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [761, 195, 815, 207]}, "data_type": "word", "category": "word_center", "surface": "prescription_view", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0160.png", "id": "pbt_0160", "instruction": "End of 'east' inside 'I-40 east at', not inside it.", "bbox": [486, 346, 492, 367], "point": [489, 356], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [486, 346, 492, 367]}, "data_type": "caret", "category": "caret_after_word", "surface": "social_feed", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0161.png", "id": "pbt_0161", "instruction": "Give the bounding box of the paragraph that starts with «No» inside 'criteria. No extra': top-left then bottom-right.", "bbox": [532, 588, 980, 725], "point": [756, 656], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [532, 588, 980, 725], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0162.png", "id": "pbt_0162", "instruction": "Dov'è 'Headlines'?", "bbox": [40, 713, 121, 723], "point": [80, 718], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 713, 121, 723]}, "data_type": "chrome", "category": "structural_text", "surface": "teletext_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0163.png", "id": "pbt_0163", "instruction": "Dov'è `this`?", "bbox": [78, 554, 99, 563], "point": [88, 558], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 554, 99, 563]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0164.png", "id": "pbt_0164", "instruction": "Donne-moi la coordonnée de \"adatokat\".", "bbox": [305, 335, 354, 345], "point": [329, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [305, 335, 354, 345]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0165.png", "id": "pbt_0165", "instruction": "target='Solvent' in the sentence `Solvent control DMSO 0.5 percent v4.6.6 showed no effect on baseline NADPH oxidation rate (delta RFU/min 412 versus 408).`", "bbox": [140, 442, 149, 482], "point": [144, 462], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [140, 442, 149, 482]}, "data_type": "caret", "category": "paragraph_start", "surface": "plain_text", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0166.png", "id": "pbt_0166", "instruction": "TARGET: after the slanted 'OL-4'", "bbox": [416, 80, 422, 94], "point": [419, 87], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [416, 80, 422, 94]}, "data_type": "caret", "category": "caret_after_word", "surface": "restaurant_menu", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0167.png", "id": "pbt_0167", "instruction": "Clicca su `fx`.", "bbox": [92, 12, 102, 21], "point": [97, 16], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 12, 102, 21]}, "data_type": "chrome", "category": "structural_text", "surface": "spreadsheet_grid", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0168.png", "id": "pbt_0168", "instruction": "Clicca su 'vo'.", "bbox": [470, 164, 491, 175], "point": [480, 169], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [470, 164, 491, 175]}, "data_type": "word", "category": "word_center", "surface": "realestate_listing", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0169.png", "id": "pbt_0169", "instruction": "Dame la coordenada de \"Viðhald\".", "bbox": [311, 336, 353, 346], "point": [332, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 336, 353, 346]}, "data_type": "word", "category": "word_center", "surface": "system_dialog", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0170.png", "id": "pbt_0170", "instruction": "append to \"where\" in the phrase `entries where user-visible`", "bbox": [560, 306, 568, 324], "point": [564, 315], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 306, 568, 324]}, "data_type": "caret", "category": "caret_after_word", "surface": "api_client", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0171.png", "id": "pbt_0171", "instruction": "Dov'è \"vahetuse\"?", "bbox": [101, 52, 209, 71], "point": [155, 61], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [101, 52, 209, 71]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0172.png", "id": "pbt_0172", "instruction": "Where the line continues into `96.9K`.", "bbox": [201, 256, 207, 271], "point": [204, 263], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [201, 256, 207, 271]}, "data_type": "caret", "category": "caret_before_word", "surface": "finance_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0173.png", "id": "pbt_0173", "instruction": "yeah after the code-formatted 'job'", "bbox": [395, 386, 401, 403], "point": [398, 394], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 386, 401, 403]}, "data_type": "caret", "category": "caret_after_word", "surface": "faq_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0174.png", "id": "pbt_0174", "instruction": "Waar staat 'Predmet'?", "bbox": [107, 259, 161, 272], "point": [134, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [107, 259, 161, 272]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0175.png", "id": "pbt_0175", "instruction": "Dame la coordenada de 'canal'.", "bbox": [714, 595, 764, 609], "point": [739, 602], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 595, 764, 609]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0176.png", "id": "pbt_0176", "instruction": "Need a tight box for the line that starts with «Database reporting: if».", "bbox": [40, 599, 671, 611], "point": [355, 605], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [40, 599, 671, 611], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0177.png", "id": "pbt_0177", "instruction": "The cursor position between the \"c\" and the 'h' in 'March' inside the product overview.", "bbox": [212, 557, 222, 581], "point": [217, 569], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 557, 222, 581]}, "data_type": "caret", "category": "caret_between_chars", "surface": "signup_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0178.png", "id": "pbt_0178", "instruction": "grounding target \"d\" / the first `verified`", "bbox": [748, 111, 756, 120], "point": [751, 115], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 111, 756, 120]}, "data_type": "char", "category": "char_center", "surface": "nutrition_label", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0179.png", "id": "pbt_0179", "instruction": "show me where \"my\" in the entry 2 message is", "bbox": [870, 306, 888, 316], "point": [879, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [870, 306, 888, 316]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0180.png", "id": "pbt_0180", "instruction": "Box um 'Z' in das dritte `Zonenlogik` in: lyrics?", "bbox": [375, 298, 386, 314], "point": [380, 306], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [375, 298, 386, 314], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "music_lyrics", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0181.png", "id": "pbt_0181", "instruction": "label: caret after the \"on\" flagged by spellcheck", "bbox": [806, 306, 815, 327], "point": [810, 316], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [806, 306, 815, 327]}, "data_type": "caret", "category": "caret_after_word", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0182.png", "id": "pbt_0182", "instruction": "Dov'è `kunt`?", "bbox": [261, 249, 285, 259], "point": [273, 254], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 249, 285, 259]}, "data_type": "word", "category": "word_center", "surface": "dictionary_entry", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0161.png", "id": "pbt_0161", "instruction": "Give the bounding box of the paragraph that starts with «No» inside 'criteria. No extra': top-left then bottom-right.", "bbox": [532, 588, 980, 725], "point": [756, 656], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [532, 588, 980, 725], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "plain_text", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0162.png", "id": "pbt_0162", "instruction": "Give me x,y at the end of the second \"su\" on the page.", "bbox": [770, 426, 778, 443], "point": [774, 434], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [770, 426, 778, 443]}, "data_type": "caret", "category": "caret_after_word", "surface": "dos_file_manager", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0163.png", "id": "pbt_0163", "instruction": "Draw a box around the due date.", "bbox": [671, 58, 717, 69], "point": [694, 63], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 58, 717, 69], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0164.png", "id": "pbt_0164", "instruction": "Single point: center of \"obciążone\" right after 'zostały'", "bbox": [402, 423, 461, 436], "point": [431, 429], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [402, 423, 461, 436]}, "data_type": "word", "category": "word_center", "surface": "calendar_week", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0165.png", "id": "pbt_0165", "instruction": "Click just before the first word of the paragraph beginning with 'Solvent' in the sentence `Solvent control DMSO 0.5 percent v4.6.6 showed no effect on baseline NADPH oxidation rate (delta RFU/min 412 versus 408).`.", "bbox": [140, 442, 149, 482], "point": [144, 462], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [140, 442, 149, 482]}, "data_type": "caret", "category": "paragraph_start", "surface": "plain_text", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0166.png", "id": "pbt_0166", "instruction": "that particular \"a\" in the grayed-out \"delegates\"", "bbox": [163, 243, 172, 256], "point": [167, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [163, 243, 172, 256]}, "data_type": "char", "category": "char_center", "surface": "review_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0167.png", "id": "pbt_0167", "instruction": "Return the bounding box of the VAT / tax amount.", "bbox": [652, 365, 685, 375], "point": [668, 370], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [652, 365, 685, 375], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0168.png", "id": "pbt_0168", "instruction": "Box the payment due date.", "bbox": [671, 60, 717, 72], "point": [694, 66], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [671, 60, 717, 72], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0169.png", "id": "pbt_0169", "instruction": "Box the invoice number.", "bbox": [667, 134, 730, 145], "point": [698, 139], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [667, 134, 730, 145], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0170.png", "id": "pbt_0170", "instruction": "Box the net subtotal amount.", "bbox": [649, 426, 697, 439], "point": [673, 432], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [649, 426, 697, 439], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0171.png", "id": "pbt_0171", "instruction": "The visible text the \"prioritaria\" in italics.", "bbox": [302, 535, 368, 549], "point": [335, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 535, 368, 549]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0172.png", "id": "pbt_0172", "instruction": "The boundary right before `Felt` right after \"Technical,\".", "bbox": [206, 488, 212, 505], "point": [209, 496], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [206, 488, 212, 505]}, "data_type": "caret", "category": "caret_before_word", "surface": "csv_preview", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0173.png", "id": "pbt_0173", "instruction": "Rendered center of the word «edge»", "bbox": [194, 90, 226, 104], "point": [210, 97], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [194, 90, 226, 104]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0174.png", "id": "pbt_0174", "instruction": "Gap coords: the word 'Allineamento', between the two `l`'s.", "bbox": [245, 90, 251, 110], "point": [248, 100], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [245, 90, 251, 110]}, "data_type": "caret", "category": "caret_between_chars", "surface": "tax_form", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0175.png", "id": "pbt_0175", "instruction": "the \"d\" glyph inside \"Thursday\" just before 'The'", "bbox": [206, 337, 215, 349], "point": [210, 343], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [206, 337, 215, 349]}, "data_type": "char", "category": "char_center", "surface": "dos_file_manager", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0176.png", "id": "pbt_0176", "instruction": "Need a tight box for the line that starts with «Database reporting: if».", "bbox": [40, 599, 671, 611], "point": [355, 605], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [40, 599, 671, 611], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0177.png", "id": "pbt_0177", "instruction": "center point: 'phone' inside \"parent phone call\"", "bbox": [222, 287, 261, 301], "point": [241, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [222, 287, 261, 301]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0178.png", "id": "pbt_0178", "instruction": "'8', part of the grayed-out \"SO-4483001\"", "bbox": [730, 581, 738, 591], "point": [733, 586], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [730, 581, 738, 591]}, "data_type": "char", "category": "char_center", "surface": "appointment_portal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0179.png", "id": "pbt_0179", "instruction": "Box the supplier's phone number.", "bbox": [478, 121, 544, 133], "point": [511, 127], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [478, 121, 544, 133], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_phone", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0180.png", "id": "pbt_0180", "instruction": "Put the caret just after the period that ends the sentence with «Feldversuche».", "bbox": [834, 212, 840, 229], "point": [837, 220], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [834, 212, 840, 229]}, "data_type": "caret", "category": "sentence_boundary", "surface": "photo_gallery", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0181.png", "id": "pbt_0181", "instruction": "return where the washed-out \"maintain\" is drawn.", "bbox": [195, 589, 232, 595], "point": [213, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [195, 589, 232, 595]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0182.png", "id": "pbt_0182", "instruction": "the italicized 'pregledu'", "bbox": [631, 540, 687, 554], "point": [659, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [631, 540, 687, 554]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} {"file_name": "0183.png", "id": "pbt_0183", "instruction": "Mark the center of \"performed\" in the lesson content.", "bbox": [458, 331, 525, 344], "point": [491, 337], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [458, 331, 525, 344]}, "data_type": "word", "category": "word_center", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0184.png", "id": "pbt_0184", "instruction": "pixel center, «may» just before `be disclosed Exhibits,`", "bbox": [827, 207, 869, 222], "point": [848, 214], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [827, 207, 869, 222]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0184.png", "id": "pbt_0184", "instruction": "Return the bounding box of the recipient block.", "bbox": [286, 187, 388, 241], "point": [337, 214], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [286, 187, 388, 241], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} {"file_name": "0185.png", "id": "pbt_0185", "instruction": "Kindly supply x,y for «run» just before \"build 2026-06-10\".", "bbox": [78, 287, 102, 295], "point": [90, 291], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 287, 102, 295]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0186.png", "id": "pbt_0186", "instruction": "looking for the word 'external''s position", "bbox": [952, 542, 1007, 552], "point": [979, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [952, 542, 1007, 552]}, "data_type": "word", "category": "word_center", "surface": "file_manager", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0187.png", "id": "pbt_0187", "instruction": "Clicca su 'Date'.", "bbox": [672, 124, 695, 132], "point": [683, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [672, 124, 695, 132]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0188.png", "id": "pbt_0188", "instruction": "Waar staat 'Comments'?", "bbox": [90, 451, 153, 461], "point": [121, 456], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [90, 451, 153, 461]}, "data_type": "chrome", "category": "structural_text", "surface": "video_player", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0186.png", "id": "pbt_0186", "instruction": "NOTE: return coords for \"METRICS\" in the sentence \"SUCCESS METRICS Week 4 checkpoint: 2,800 demos, CTR ≥0.48% on LinkedIn static.\"", "bbox": [320, 375, 370, 384], "point": [345, 379], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 375, 370, 384]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0187.png", "id": "pbt_0187", "instruction": "Place the cursor before the first word of the paragraph that starts with the word 'Kováč'.", "bbox": [45, 116, 55, 141], "point": [50, 128], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [45, 116, 55, 141]}, "data_type": "caret", "category": "paragraph_start", "surface": "job_listing", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0188.png", "id": "pbt_0188", "instruction": "Locate between the 's' and the `u` in 'sure' following 'make'.", "bbox": [196, 237, 202, 256], "point": [199, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [196, 237, 202, 256]}, "data_type": "caret", "category": "caret_between_chars", "surface": "podcast_app", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0189.png", "id": "pbt_0189", "instruction": "Where to click the boundary between the \"n\" and the «e» in 'done' right before \"49\".", "bbox": [150, 220, 156, 235], "point": [153, 227], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 220, 156, 235]}, "data_type": "caret", "category": "caret_between_chars", "surface": "code_editor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0190.png", "id": "pbt_0190", "instruction": "Center of the heading the boldfaced \"Inbox\".", "bbox": [20, 17, 62, 28], "point": [41, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 62, 28]}, "data_type": "word", "category": "word_center", "surface": "gmail_inbox", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0191.png", "id": "pbt_0191", "instruction": "Click between the «i» and the 'n' in the last \"bring\" on the page.", "bbox": [140, 562, 148, 584], "point": [144, 573], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [140, 562, 148, 584]}, "data_type": "caret", "category": "caret_between_chars", "surface": "sms_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0192.png", "id": "pbt_0192", "instruction": "Klicke auf `i` in das zweite «mit» auf der Seite.", "bbox": [401, 181, 407, 194], "point": [404, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [401, 181, 407, 194]}, "data_type": "char", "category": "char_center", "surface": "music_lyrics", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0190.png", "id": "pbt_0190", "instruction": "Respond with x,y for the center of «buildup» inside the row 2.", "bbox": [770, 134, 811, 146], "point": [790, 140], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [770, 134, 811, 146]}, "data_type": "word", "category": "word_center", "surface": "gmail_inbox", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0191.png", "id": "pbt_0191", "instruction": "what's the center of the italicized 'key'?", "bbox": [215, 480, 232, 492], "point": [223, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [215, 480, 232, 492]}, "data_type": "word", "category": "word_center", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0192.png", "id": "pbt_0192", "instruction": "Return the bbox of «Lastenheft» before «-».", "bbox": [886, 113, 985, 128], "point": [935, 120], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [886, 113, 985, 128], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "photo_gallery", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0193.png", "id": "pbt_0193", "instruction": "The glyph «o» within 'Rock' right after \"freight. Little\".", "bbox": [499, 329, 507, 339], "point": [502, 334], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [499, 329, 507, 339]}, "data_type": "char", "category": "char_center", "surface": "website_article", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0194.png", "id": "pbt_0194", "instruction": "Grounding target: \"cost\" in the role description", "bbox": [356, 179, 378, 189], "point": [367, 184], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [356, 179, 378, 189]}, "data_type": "word", "category": "word_center", "surface": "job_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0195.png", "id": "pbt_0195", "instruction": "x,y just past the word \"but\"", "bbox": [295, 469, 301, 482], "point": [298, 475], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [295, 469, 301, 482]}, "data_type": "caret", "category": "caret_after_word", "surface": "time_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0196.png", "id": "pbt_0196", "instruction": "Center of the phrase \"Filled\" after \"0\".", "bbox": [198, 480, 229, 490], "point": [213, 485], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 480, 229, 490]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0197.png", "id": "pbt_0197", "instruction": "box coords for the line that starts with 'under sustained traffic'", "bbox": [28, 609, 996, 629], "point": [512, 619], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [28, 609, 996, 629], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "metrics_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0198.png", "id": "pbt_0198", "instruction": "Placeholder for text to prepend to \"cotton\" just before \"textile\".", "bbox": [724, 566, 730, 593], "point": [727, 579], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 566, 730, 593]}, "data_type": "caret", "category": "caret_before_word", "surface": "shipping_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0199.png", "id": "pbt_0199", "instruction": "coordinate for `not` within the snippet 'for not letting'", "bbox": [198, 638, 218, 647], "point": [208, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 638, 218, 647]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0200.png", "id": "pbt_0200", "instruction": "Give the bounding box of «do-close» in the property description: top-left then bottom-right, one coordinate per line.", "bbox": [60, 322, 112, 332], "point": [86, 327], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [60, 322, 112, 332], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "realestate_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0201.png", "id": "pbt_0201", "instruction": "Dame la coordenada de 'def'.", "bbox": [276, 613, 297, 622], "point": [286, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 613, 297, 622]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0202.png", "id": "pbt_0202", "instruction": "Clicca su \"https://status.corp.net/setup\".", "bbox": [566, 518, 759, 531], "point": [662, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [566, 518, 759, 531]}, "data_type": "word", "category": "word_center", "surface": "slack_like", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0203.png", "id": "pbt_0203", "instruction": "Dammi la coordinata di `Singapore`.", "bbox": [150, 281, 206, 294], "point": [178, 287], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 281, 206, 294]}, "data_type": "chrome", "category": "structural_text", "surface": "train_timetable", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0204.png", "id": "pbt_0204", "instruction": "Dame la coordenada de \"regió\".", "bbox": [219, 210, 244, 220], "point": [231, 215], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [219, 210, 244, 220]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0205.png", "id": "pbt_0205", "instruction": "'wednesday' in the letter body", "bbox": [168, 356, 176, 372], "point": [172, 364], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [168, 356, 176, 372]}, "data_type": "caret", "category": "paragraph_start", "surface": "scanned_letter", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0194.png", "id": "pbt_0194", "instruction": "Put a rectangle around the first \"Veridian\".", "bbox": [50, 351, 106, 361], "point": [78, 356], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [50, 351, 106, 361], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0195.png", "id": "pbt_0195", "instruction": "Return the bounding box of the date the invoice was issued.", "bbox": [663, 189, 709, 199], "point": [686, 194], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [663, 189, 709, 199], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_date", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0196.png", "id": "pbt_0196", "instruction": "Could you locate the center of \"terms\" before «not available to existing merchants?»?", "bbox": [882, 222, 930, 234], "point": [906, 228], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [882, 222, 930, 234]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0197.png", "id": "pbt_0197", "instruction": "Return the bounding box of the supplier's city.", "bbox": [306, 175, 338, 188], "point": [322, 181], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [306, 175, 338, 188], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_city", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0198.png", "id": "pbt_0198", "instruction": "Trace the bounding region of the line that starts with 'Consumables and parts'.", "bbox": [706, 491, 986, 506], "point": [846, 498], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [706, 491, 986, 506], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "kanban_board", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0199.png", "id": "pbt_0199", "instruction": "caret at end of \"biased\" inside \"yields biased rate\"", "bbox": [423, 487, 434, 514], "point": [428, 500], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [423, 487, 434, 514]}, "data_type": "caret", "category": "caret_after_word", "surface": "poll_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0200.png", "id": "pbt_0200", "instruction": "Center of the displayed word `When` in the sentence `Severe Weather Advisory Mid-market SaaS: Deputy, When I Work, Homebase, ShiftPilot Pro.`.", "bbox": [212, 687, 245, 697], "point": [228, 692], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [212, 687, 245, 697]}, "data_type": "word", "category": "word_center", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0201.png", "id": "pbt_0201", "instruction": "Return the bounding box of the supplier's city.", "bbox": [303, 173, 341, 184], "point": [322, 178], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [303, 173, 341, 184], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_city", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0202.png", "id": "pbt_0202", "instruction": "The precise point between the \"e\" and the 'd' in \"markedsføringsmails\" in the sentence `Emne: Høring - nye retningslinjer for behandling af https://status.corp.net/setup Kære medarbejdere, Datatilsynet har udsendt vejledning om dokumentation af samtykker i markedsføringsmails.`.", "bbox": [730, 536, 736, 553], "point": [733, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [730, 536, 736, 553]}, "data_type": "caret", "category": "caret_between_chars", "surface": "slack_like", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0203.png", "id": "pbt_0203", "instruction": "coordinate pair for period after `dana` before «Naslov:»", "bbox": [578, 356, 585, 364], "point": [581, 360], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [578, 356, 585, 364]}, "data_type": "punctuation", "category": "punctuation", "surface": "boarding_pass", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0204.png", "id": "pbt_0204", "instruction": "Map the «collègues» in orange to its bounding box on the image.", "bbox": [466, 87, 526, 96], "point": [496, 91], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [466, 87, 526, 96], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "plain_text", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0205.png", "id": "pbt_0205", "instruction": "Mark the line boundary for the end of the line that starts with 'transition to submetered'.", "bbox": [652, 665, 664, 678], "point": [658, 671], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [652, 665, 664, 678]}, "data_type": "caret", "category": "line_end", "surface": "store_receipt", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0206.png", "id": "pbt_0206", "instruction": "spot: the word \"committed\"", "bbox": [122, 72, 186, 82], "point": [154, 77], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 72, 186, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0207.png", "id": "pbt_0207", "instruction": "Geef me de coördinaat van «times».", "bbox": [816, 554, 839, 561], "point": [827, 557], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 554, 839, 561]}, "data_type": "word", "category": "word_center", "surface": "flight_booking", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0208.png", "id": "pbt_0208", "instruction": "Need the screen rectangle containing «May» right after 'On'.", "bbox": [501, 417, 546, 437], "point": [523, 427], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [501, 417, 546, 437], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0209.png", "id": "pbt_0209", "instruction": "Klik op \"@laura3\".", "bbox": [301, 193, 348, 205], "point": [324, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [301, 193, 348, 205]}, "data_type": "chrome", "category": "structural_text", "surface": "social_feed", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0210.png", "id": "pbt_0210", "instruction": "Clique sur «raise».", "bbox": [276, 495, 311, 504], "point": [293, 499], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [276, 495, 311, 504]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0211.png", "id": "pbt_0211", "instruction": "Determine the enclosing rectangle for the \"on\" in italics.", "bbox": [651, 165, 674, 177], "point": [662, 171], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [651, 165, 674, 177], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "newsletter_email", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0212.png", "id": "pbt_0212", "instruction": "Clique sur \"limitima\".", "bbox": [523, 526, 575, 537], "point": [549, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [523, 526, 575, 537]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0213.png", "id": "pbt_0213", "instruction": "geometric center of 'h' in the underlined \"This\"", "bbox": [53, 127, 62, 137], "point": [57, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [53, 127, 62, 137]}, "data_type": "char", "category": "char_center", "surface": "streaming_catalog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0214.png", "id": "pbt_0214", "instruction": "Dame la coordenada de `hiruhilekoa`.", "bbox": [771, 607, 893, 626], "point": [832, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 607, 893, 626]}, "data_type": "word", "category": "word_center", "surface": "poll_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0215.png", "id": "pbt_0215", "instruction": "center of the second 'e' in «completed» inside 'TN. Phase 1, completed 30 April'", "bbox": [862, 380, 870, 389], "point": [865, 384], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [862, 380, 870, 389]}, "data_type": "char", "category": "char_center", "surface": "stock_overview", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0216.png", "id": "pbt_0216", "instruction": "apostrophe fix after the first occurrence of \"above\"", "bbox": [779, 238, 787, 255], "point": [783, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [779, 238, 787, 255]}, "data_type": "caret", "category": "caret_after_word", "surface": "slack_like", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0207.png", "id": "pbt_0207", "instruction": "Where is the total? Return the top-left then bottom-right coordinate, one per line.", "bbox": [645, 450, 715, 464], "point": [680, 457], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [645, 450, 715, 464], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_total", "surface": "invoice", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0208.png", "id": "pbt_0208", "instruction": "Respond with x,y for the center of the grayed-out «Mar».", "bbox": [523, 243, 539, 250], "point": [531, 246], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [523, 243, 539, 250]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0209.png", "id": "pbt_0209", "instruction": "Text anchor `nye` in the post 3", "bbox": [506, 377, 530, 388], "point": [518, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [506, 377, 530, 388]}, "data_type": "word", "category": "word_center", "surface": "social_feed", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0210.png", "id": "pbt_0210", "instruction": "Put the cursor just past the first \"vahetuse\" on the page.", "bbox": [335, 100, 341, 116], "point": [338, 108], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [335, 100, 341, 116]}, "data_type": "caret", "category": "caret_after_word", "surface": "docs_site", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0211.png", "id": "pbt_0211", "instruction": "Box the whole bank details section.", "bbox": [368, 363, 503, 401], "point": [435, 382], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [368, 363, 503, 401], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_bank_details", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0212.png", "id": "pbt_0212", "instruction": "Box the payment due date.", "bbox": [667, 166, 713, 177], "point": [690, 171], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [667, 166, 713, 177], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0213.png", "id": "pbt_0213", "instruction": "Offset to the period following `modifications` in the message 4.", "bbox": [898, 484, 905, 494], "point": [901, 489], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [898, 484, 905, 494]}, "data_type": "punctuation", "category": "punctuation", "surface": "sms_thread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0214.png", "id": "pbt_0214", "instruction": "target the inter-word gap: \"the\" then 'planning'", "bbox": [108, 426, 113, 445], "point": [110, 435], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [108, 426, 113, 445]}, "data_type": "caret", "category": "between_words", "surface": "event_page", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0215.png", "id": "pbt_0215", "instruction": "what are the coordinates of 'o' in the first \"ago\" in the news headlines?", "bbox": [948, 664, 956, 672], "point": [951, 668], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 664, 956, 672]}, "data_type": "char", "category": "char_center", "surface": "stock_overview", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0216.png", "id": "pbt_0216", "instruction": "apostrophe fix after «state»", "bbox": [298, 384, 304, 402], "point": [301, 393], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [298, 384, 304, 402]}, "data_type": "caret", "category": "caret_after_word", "surface": "slack_like", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0217.png", "id": "pbt_0217", "instruction": "Where is \"hold\"?", "bbox": [628, 81, 655, 91], "point": [641, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 81, 655, 91]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0218.png", "id": "pbt_0218", "instruction": "Donne-moi la coordonnée de «Generic».", "bbox": [208, 125, 253, 135], "point": [230, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [208, 125, 253, 135]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0219.png", "id": "pbt_0219", "instruction": "Find the boundary between the \"n\" and the «g» in the `trailing` shown in red text.", "bbox": [879, 48, 884, 66], "point": [881, 57], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [879, 48, 884, 66]}, "data_type": "caret", "category": "caret_between_chars", "surface": "plain_text", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0220.png", "id": "pbt_0220", "instruction": "Klik op «columns».", "bbox": [116, 26, 165, 33], "point": [140, 29], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 26, 165, 33]}, "data_type": "chrome", "category": "structural_text", "surface": "csv_preview", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0218.png", "id": "pbt_0218", "instruction": "Element under test: the bold 'Ingredients'", "bbox": [384, 284, 465, 301], "point": [424, 292], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [384, 284, 465, 301]}, "data_type": "chrome", "category": "structural_text", "surface": "nutrition_label", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0219.png", "id": "pbt_0219", "instruction": "Return the bounding box of the total payable amount.", "bbox": [679, 399, 751, 415], "point": [715, 407], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [679, 399, 751, 415], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_total", "surface": "invoice", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0220.png", "id": "pbt_0220", "instruction": "Centroid: the code-formatted \"Schválili\"", "bbox": [40, 521, 84, 531], "point": [62, 526], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 521, 84, 531]}, "data_type": "word", "category": "word_center", "surface": "pivot_summary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0221.png", "id": "pbt_0221", "instruction": "Verify placement: 'your' in the phrase \"in your claim\"", "bbox": [116, 460, 138, 469], "point": [127, 464], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [116, 460, 138, 469]}, "data_type": "word", "category": "word_center", "surface": "product_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0222.png", "id": "pbt_0222", "instruction": "Geef me de coördinaat van \"vadītājiem\".", "bbox": [419, 703, 490, 717], "point": [454, 710], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [419, 703, 490, 717]}, "data_type": "word", "category": "word_center", "surface": "expense_report", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0223.png", "id": "pbt_0223", "instruction": "Dov'è \"places\"?", "bbox": [28, 56, 68, 70], "point": [48, 63], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [28, 56, 68, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "map_results", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0224.png", "id": "pbt_0224", "instruction": "Report x,y just before the `5x14` in bold.", "bbox": [114, 640, 120, 656], "point": [117, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 640, 120, 656]}, "data_type": "caret", "category": "caret_before_word", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0225.png", "id": "pbt_0225", "instruction": "Setze den Cursor unmittelbar hinter 'oder' direkt nach \"Benachrichtigungsdienste\".", "bbox": [776, 461, 782, 479], "point": [779, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [776, 461, 782, 479]}, "data_type": "caret", "category": "caret_after_word", "surface": "survey_form", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0226.png", "id": "pbt_0226", "instruction": "ich will direkt nach 'ohne' direkt vor «manuelle» weiterschreiben, wo klicke ich?", "bbox": [888, 184, 894, 198], "point": [890, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [888, 184, 894, 198]}, "data_type": "caret", "category": "caret_after_word", "surface": "order_confirmation", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0227.png", "id": "pbt_0227", "instruction": "¿Dónde está `Speed`?", "bbox": [122, 333, 167, 347], "point": [144, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [122, 333, 167, 347]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0228.png", "id": "pbt_0228", "instruction": "Einfügen bei \"Die\" in der Passage «08.12.2025 Die Konsolidierung»", "bbox": [860, 527, 884, 538], "point": [872, 532], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [860, 527, 884, 538]}, "data_type": "word", "category": "word_center", "surface": "appointment_portal", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0229.png", "id": "pbt_0229", "instruction": "Donne-moi la coordonnée de «max.name».", "bbox": [245, 477, 306, 483], "point": [275, 480], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [245, 477, 306, 483]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0230.png", "id": "pbt_0230", "instruction": "Clicca su 'release'.", "bbox": [454, 229, 503, 239], "point": [478, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [454, 229, 503, 239]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0231.png", "id": "pbt_0231", "instruction": "Coordinate at the trailing edge of 'PCK-L03' just before \"to\".", "bbox": [784, 277, 790, 292], "point": [787, 284], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [784, 277, 790, 292]}, "data_type": "caret", "category": "caret_after_word", "surface": "video_call_chat", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0232.png", "id": "pbt_0232", "instruction": "Wo ist das letzte 'mit' auf der Seite?", "bbox": [609, 512, 647, 529], "point": [628, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 512, 647, 529]}, "data_type": "word", "category": "word_center", "surface": "ereader", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0233.png", "id": "pbt_0233", "instruction": "Dame la coordenada de 'Care'.", "bbox": [192, 64, 244, 81], "point": [218, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 64, 244, 81]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0234.png", "id": "pbt_0234", "instruction": "Finde das erste 'Fördertechnik-Steuerrechner' auf der Seite.", "bbox": [223, 659, 378, 668], "point": [300, 663], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [223, 659, 378, 668]}, "data_type": "word", "category": "word_center", "surface": "project_overview", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0235.png", "id": "pbt_0235", "instruction": "Resolve `T` in the bold «Today» to x,y.", "bbox": [706, 610, 716, 623], "point": [710, 616], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 610, 716, 623]}, "data_type": "char", "category": "char_center", "surface": "kanban_board", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0236.png", "id": "pbt_0236", "instruction": "Klicke direkt hinter den Satz, der mit \"Hosting-Partners\" im Satz 'Sam Hoffmann Dermatology Wed Aug 5 15:30 Preparation: NF-012: Alle personenbezogenen Daten in Ruhe verschlüsselt (AES-256); Schlüsselverwaltung über HSM des Hosting-Partners.' endet.", "bbox": [158, 445, 164, 462], "point": [161, 453], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [158, 445, 164, 462]}, "data_type": "caret", "category": "sentence_boundary", "surface": "appointment_portal", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0237.png", "id": "pbt_0237", "instruction": "literally right after the last 'before'", "bbox": [264, 549, 269, 562], "point": [266, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [264, 549, 269, 562]}, "data_type": "caret", "category": "caret_after_word", "surface": "contract_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0238.png", "id": "pbt_0238", "instruction": "Klicke an den Anfang des Absatzes, der mit das Wort 'Zweck' beginnt.", "bbox": [114, 634, 119, 649], "point": [116, 641], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 634, 119, 649]}, "data_type": "caret", "category": "paragraph_start", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0239.png", "id": "pbt_0239", "instruction": "the \"dates\"-`Section` boundary gap", "bbox": [628, 232, 634, 249], "point": [631, 240], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 232, 634, 249]}, "data_type": "caret", "category": "between_words", "surface": "email_compose", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0240.png", "id": "pbt_0240", "instruction": "Focus point: the bold \"Advisory\"", "bbox": [183, 664, 253, 677], "point": [218, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [183, 664, 253, 677]}, "data_type": "word", "category": "word_center", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0241.png", "id": "pbt_0241", "instruction": "Donne-moi la coordonnée de «Predmet».", "bbox": [512, 158, 557, 167], "point": [534, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [512, 158, 557, 167]}, "data_type": "word", "category": "word_center", "surface": "gradebook", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0242.png", "id": "pbt_0242", "instruction": "Find the drawn center of «previous» in the phrase 'a previous password'.", "bbox": [622, 401, 668, 413], "point": [645, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [622, 401, 668, 413]}, "data_type": "word", "category": "word_center", "surface": "signup_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0243.png", "id": "pbt_0243", "instruction": "Dov'è \"input\"?", "bbox": [353, 549, 388, 561], "point": [370, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [353, 549, 388, 561]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0244.png", "id": "pbt_0244", "instruction": "¿Dónde está \"staf\"?", "bbox": [371, 495, 411, 508], "point": [391, 501], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [371, 495, 411, 508]}, "data_type": "word", "category": "word_center", "surface": "store_receipt", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0245.png", "id": "pbt_0245", "instruction": "Give only the two corners of the rectangle enclosing \"migrations\" just before '2026041201_add_ingest_batch_unique'.", "bbox": [275, 524, 334, 535], "point": [304, 529], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [275, 524, 334, 535], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "boarding_pass", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0246.png", "id": "pbt_0246", "instruction": "The gap between the two \"p\"'s in the word \"Copper\".", "bbox": [80, 90, 86, 106], "point": [83, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 90, 86, 106]}, "data_type": "caret", "category": "caret_between_chars", "surface": "map_results", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0247.png", "id": "pbt_0247", "instruction": "Où est «Liepāja» ?", "bbox": [841, 106, 941, 121], "point": [891, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 106, 941, 121]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0248.png", "id": "pbt_0248", "instruction": "Would you provide the center point of the \"procedural\" flagged by spellcheck?", "bbox": [649, 216, 713, 229], "point": [681, 222], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [649, 216, 713, 229]}, "data_type": "word", "category": "word_center", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0249.png", "id": "pbt_0249", "instruction": "Spot: `Tuesdays` before 'This'", "bbox": [771, 299, 781, 324], "point": [775, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 299, 781, 324]}, "data_type": "caret", "category": "paragraph_end", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0250.png", "id": "pbt_0250", "instruction": "Add text ahead of the last `to`.", "bbox": [469, 402, 476, 422], "point": [472, 412], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [469, 402, 476, 422]}, "data_type": "caret", "category": "caret_before_word", "surface": "sms_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0251.png", "id": "pbt_0251", "instruction": "Dammi la coordinata di 'vérifier'.", "bbox": [167, 52, 260, 70], "point": [213, 61], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [167, 52, 260, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0252.png", "id": "pbt_0252", "instruction": "show me where the slanted \"this\" is", "bbox": [78, 474, 97, 485], "point": [87, 479], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 474, 97, 485]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0253.png", "id": "pbt_0253", "instruction": "Wo ist das Semikolon hinter «Login» im Bereich „event details“?", "bbox": [625, 346, 631, 359], "point": [627, 352], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [625, 346, 631, 359]}, "data_type": "punctuation", "category": "punctuation", "surface": "calendar_week", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0254.png", "id": "pbt_0254", "instruction": "Point the start of the line that starts with 'commentary required if'", "bbox": [80, 102, 101, 124], "point": [91, 113], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [80, 102, 101, 124]}, "data_type": "caret", "category": "line_start", "surface": "poll_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0255.png", "id": "pbt_0255", "instruction": "Dame la coordenada de \"ValueError\".", "bbox": [142, 275, 230, 288], "point": [186, 281], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [142, 275, 230, 288]}, "data_type": "word", "category": "word_center", "surface": "diff_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0256.png", "id": "pbt_0256", "instruction": "Klik op 'Time'.", "bbox": [669, 171, 693, 179], "point": [681, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 171, 693, 179]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0257.png", "id": "pbt_0257", "instruction": "pixel center, \"by\" in the answer 1", "bbox": [380, 190, 398, 205], "point": [389, 197], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 190, 398, 205]}, "data_type": "word", "category": "word_center", "surface": "faq_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0258.png", "id": "pbt_0258", "instruction": "Où est `avg` ?", "bbox": [377, 416, 395, 425], "point": [386, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [377, 416, 395, 425]}, "data_type": "chrome", "category": "structural_text", "surface": "metrics_dashboard", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0259.png", "id": "pbt_0259", "instruction": "Setz einen engen Rahmen um «Android» im Bereich „LatencyP99High description“.", "bbox": [286, 478, 333, 490], "point": [309, 484], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [286, 478, 333, 490], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "alert_list", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0260.png", "id": "pbt_0260", "instruction": "character slice of `security` inside 'for security https://wiki.internal/api/v2': 'r'", "bbox": [716, 546, 721, 557], "point": [718, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [716, 546, 721, 557]}, "data_type": "char", "category": "char_center", "surface": "train_timetable", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0261.png", "id": "pbt_0261", "instruction": "Give the bounding box of the whole line starting with `+ # validate`: top-left then bottom-right, one coordinate per line.", "bbox": [53, 268, 245, 283], "point": [149, 275], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [53, 268, 245, 283], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0222.png", "id": "pbt_0222", "instruction": "The run-up to \"the\" just before `planning meeting on Thursday. Please`.", "bbox": [109, 145, 117, 162], "point": [113, 153], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [109, 145, 117, 162]}, "data_type": "caret", "category": "caret_before_word", "surface": "signup_form", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0223.png", "id": "pbt_0223", "instruction": "Outline \"Scope\" inside the desserts with the smallest fitting box.", "bbox": [379, 589, 413, 602], "point": [396, 595], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [379, 589, 413, 602], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "restaurant_menu", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0224.png", "id": "pbt_0224", "instruction": "xy: the struck-through 'the'", "bbox": [119, 278, 148, 293], "point": [133, 285], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [119, 278, 148, 293]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0225.png", "id": "pbt_0225", "instruction": "The symbol trailing `statements` inside the declaration: comma.", "bbox": [619, 404, 626, 414], "point": [622, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [619, 404, 626, 414]}, "data_type": "punctuation", "category": "punctuation", "surface": "tax_form", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0226.png", "id": "pbt_0226", "instruction": "please mark the spot after 'ohne' right before «manuelle»", "bbox": [888, 184, 894, 198], "point": [890, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [888, 184, 894, 198]}, "data_type": "caret", "category": "caret_after_word", "surface": "order_confirmation", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0227.png", "id": "pbt_0227", "instruction": "One coordinate pair for 'modernisaziun' in the phrase 'la modernisaziun da'.", "bbox": [574, 373, 704, 385], "point": [639, 379], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [574, 373, 704, 385]}, "data_type": "word", "category": "word_center", "surface": "teletext_page", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0228.png", "id": "pbt_0228", "instruction": "Box the entire customer block.", "bbox": [531, 212, 623, 271], "point": [577, 241], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [531, 212, 623, 271], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0229.png", "id": "pbt_0229", "instruction": "QA check: rectangle around `d` in the italicized `reported`.", "bbox": [439, 583, 445, 594], "point": [441, 588], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [439, 583, 445, 594], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "survey_form", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0230.png", "id": "pbt_0230", "instruction": "extend sentence after 'release'", "bbox": [500, 227, 506, 242], "point": [503, 234], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 227, 506, 242]}, "data_type": "caret", "category": "caret_after_word", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0231.png", "id": "pbt_0231", "instruction": "position: the end of the line that starts with \"try with extensions\"", "bbox": [409, 635, 428, 654], "point": [419, 644], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [409, 635, 428, 654]}, "data_type": "caret", "category": "line_end", "surface": "support_chat", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0232.png", "id": "pbt_0232", "instruction": "Where is the last 'mit' on the page?", "bbox": [609, 512, 647, 529], "point": [628, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [609, 512, 647, 529]}, "data_type": "word", "category": "word_center", "surface": "ereader", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0233.png", "id": "pbt_0233", "instruction": "Click at the very start of the paragraph beginning with the 'Predmet' in italics.", "bbox": [726, 430, 732, 446], "point": [729, 438], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [726, 430, 732, 446]}, "data_type": "caret", "category": "paragraph_start", "surface": "realestate_listing", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0234.png", "id": "pbt_0234", "instruction": "Automation target: \"erhalten\" right before `LF-032:`", "bbox": [687, 582, 755, 595], "point": [721, 588], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 582, 755, 595]}, "data_type": "word", "category": "word_center", "surface": "newsletter_email", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0235.png", "id": "pbt_0235", "instruction": "I'd like the coordinates of 'and' following \"analysis\", please.", "bbox": [716, 106, 736, 117], "point": [726, 111], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [716, 106, 736, 117]}, "data_type": "word", "category": "word_center", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0236.png", "id": "pbt_0236", "instruction": "Return the bounding box of the invoice number.", "bbox": [557, 124, 635, 136], "point": [596, 130], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [557, 124, 635, 136], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0237.png", "id": "pbt_0237", "instruction": "tight bounds for the first «Leak» in the section 4 text", "bbox": [259, 613, 294, 625], "point": [276, 619], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [259, 613, 294, 625], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "terms_of_service", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0238.png", "id": "pbt_0238", "instruction": "Place the cursor before the first word of the paragraph that starts with the word 'Zweck'.", "bbox": [114, 634, 119, 649], "point": [116, 641], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 634, 119, 649]}, "data_type": "caret", "category": "paragraph_start", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0239.png", "id": "pbt_0239", "instruction": "Return where the first «governance» on the page is drawn.", "bbox": [731, 97, 787, 106], "point": [759, 101], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [731, 97, 787, 106]}, "data_type": "word", "category": "word_center", "surface": "video_call_chat", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0240.png", "id": "pbt_0240", "instruction": "Draw a box around the whole paragraph starting with \"Thread\" in the sentence \"Thread continuation 18, Engineering design review process: data privacy redaction checks.\".", "bbox": [63, 379, 961, 462], "point": [512, 420], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [63, 379, 961, 462], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "video_player", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0241.png", "id": "pbt_0241", "instruction": "I'd like the coordinates of the word «Predmet», please.", "bbox": [512, 158, 557, 167], "point": [534, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [512, 158, 557, 167]}, "data_type": "word", "category": "word_center", "surface": "gradebook", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0242.png", "id": "pbt_0242", "instruction": "I'd appreciate coordinates for the end of the line that starts with 'Medium: Neurobasal plus'.", "bbox": [717, 196, 734, 216], "point": [726, 206], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 196, 734, 216]}, "data_type": "caret", "category": "line_end", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0243.png", "id": "pbt_0243", "instruction": "center @ the boldfaced 'roteringsintervall'", "bbox": [785, 157, 900, 170], "point": [842, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [785, 157, 900, 170]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0244.png", "id": "pbt_0244", "instruction": "Target the colon, not the letters of the first occurrence of \"Predmet\".", "bbox": [829, 524, 837, 536], "point": [832, 530], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [829, 524, 837, 536]}, "data_type": "punctuation", "category": "punctuation", "surface": "fax_cover", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0245.png", "id": "pbt_0245", "instruction": "Checklist: center of the \"analyzed\" in the code pill", "bbox": [771, 623, 812, 633], "point": [791, 628], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 623, 812, 633]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0246.png", "id": "pbt_0246", "instruction": "correction point after \"Chef's\" inside the chef's note", "bbox": [170, 549, 176, 561], "point": [173, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [170, 549, 176, 561]}, "data_type": "caret", "category": "caret_after_word", "surface": "restaurant_menu", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0247.png", "id": "pbt_0247", "instruction": "Just the coordinates between the 's' and the «e» in the boldfaced 'senast', please.", "bbox": [851, 619, 861, 641], "point": [856, 630], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [851, 619, 861, 641]}, "data_type": "caret", "category": "caret_between_chars", "surface": "plain_text", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0248.png", "id": "pbt_0248", "instruction": "Place the cursor in the empty line between the paragraph ending \"like fancy mustard.\" and the one starting «prepared meals are».", "bbox": [66, 421, 344, 440], "point": [205, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [66, 421, 344, 440]}, "data_type": "caret", "category": "blank_line", "surface": "magazine_spread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0249.png", "id": "pbt_0249", "instruction": "Put the caret at the end of the paragraph that ends with `Tuesdays` before 'This'.", "bbox": [771, 299, 781, 324], "point": [775, 311], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [771, 299, 781, 324]}, "data_type": "caret", "category": "paragraph_end", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0250.png", "id": "pbt_0250", "instruction": "Offset to the left of 'contact' right before 'posted.'.", "bbox": [522, 303, 528, 321], "point": [525, 312], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [522, 303, 528, 321]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_compose", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0251.png", "id": "pbt_0251", "instruction": "The period suffixing the word 'March'.", "bbox": [713, 436, 721, 447], "point": [716, 441], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [713, 436, 721, 447]}, "data_type": "punctuation", "category": "punctuation", "surface": "markdown_notes", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0252.png", "id": "pbt_0252", "instruction": "Text-block bbox for the paragraph opening with the teal \"The\".", "bbox": [36, 402, 988, 577], "point": [512, 489], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [36, 402, 988, 577], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "accounting_ledger", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0253.png", "id": "pbt_0253", "instruction": "Return the bounding box of the invoice number.", "bbox": [677, 98, 749, 111], "point": [713, 104], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [677, 98, 749, 111], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0254.png", "id": "pbt_0254", "instruction": "trailing edge of 'with' in the phrase \"up with a\"", "bbox": [70, 141, 76, 156], "point": [73, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [70, 141, 76, 156]}, "data_type": "caret", "category": "caret_after_word", "surface": "event_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0255.png", "id": "pbt_0255", "instruction": "Where to set the caret between the \"N\" and the «j» in 'Njoftim' within the snippet 'Subjekt: Njoftim për'.", "bbox": [195, 433, 203, 452], "point": [199, 442], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [195, 433, 203, 452]}, "data_type": "caret", "category": "caret_between_chars", "surface": "diff_viewer", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0256.png", "id": "pbt_0256", "instruction": "Center pixel of the first 'all' on the page", "bbox": [363, 120, 378, 130], "point": [370, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 120, 378, 130]}, "data_type": "word", "category": "word_center", "surface": "job_listing", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0257.png", "id": "pbt_0257", "instruction": "looking for «variance» before `commentary`'s position", "bbox": [98, 369, 178, 383], "point": [138, 376], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [98, 369, 178, 383]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0258.png", "id": "pbt_0258", "instruction": "Geometric center of \"arranque\" inside \"de arranque ficou\"", "bbox": [218, 205, 267, 214], "point": [242, 209], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [218, 205, 267, 214]}, "data_type": "word", "category": "word_center", "surface": "alert_list", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0259.png", "id": "pbt_0259", "instruction": "what are the coordinates of \"P\" in \"IT-Projekte\" following «reine»?", "bbox": [364, 395, 371, 408], "point": [367, 401], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [364, 395, 371, 408]}, "data_type": "char", "category": "char_center", "surface": "status_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0260.png", "id": "pbt_0260", "instruction": "Find the coordinate at the end of the line that starts with 'cooler, and v2.12.0'.", "bbox": [377, 361, 389, 373], "point": [383, 367], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [377, 361, 389, 373]}, "data_type": "caret", "category": "line_end", "surface": "boarding_pass", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0261.png", "id": "pbt_0261", "instruction": "Give the bounding box of the whole line starting with `+ # validate`: top-left then bottom-right, one coordinate per line.", "bbox": [53, 268, 245, 283], "point": [149, 275], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [53, 268, 245, 283], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0262.png", "id": "pbt_0262", "instruction": "the second \"s\" glyph inside the italicized 'Sponsored'", "bbox": [96, 524, 102, 537], "point": [98, 530], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [96, 524, 102, 537]}, "data_type": "char", "category": "char_center", "surface": "markdown_notes", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0263.png", "id": "pbt_0263", "instruction": "Dammi la coordinata di \"Promo\".", "bbox": [50, 473, 90, 483], "point": [70, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 473, 90, 483]}, "data_type": "chrome", "category": "structural_text", "surface": "shopping_cart", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0264.png", "id": "pbt_0264", "instruction": "location: `traces`", "bbox": [646, 520, 679, 529], "point": [662, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [646, 520, 679, 529]}, "data_type": "word", "category": "word_center", "surface": "nutrition_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0265.png", "id": "pbt_0265", "instruction": "Où est `Oscar` ?", "bbox": [501, 116, 539, 126], "point": [520, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [501, 116, 539, 126]}, "data_type": "chrome", "category": "structural_text", "surface": "signup_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0266.png", "id": "pbt_0266", "instruction": "Klik op \"Subtotal\".", "bbox": [712, 426, 760, 435], "point": [736, 430], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [712, 426, 760, 435]}, "data_type": "chrome", "category": "structural_text", "surface": "invoice_detail", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0267.png", "id": "pbt_0267", "instruction": "Où est \"all\" ?", "bbox": [630, 244, 648, 256], "point": [639, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 244, 648, 256]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0268.png", "id": "pbt_0268", "instruction": "In the italicized `Implementing`, right between the 'm' and the «e».", "bbox": [358, 684, 367, 710], "point": [362, 697], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [358, 684, 367, 710]}, "data_type": "caret", "category": "caret_between_chars", "surface": "train_timetable", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0269.png", "id": "pbt_0269", "instruction": "Automation target: the boldfaced 'Lakeside'", "bbox": [40, 62, 131, 82], "point": [85, 72], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 62, 131, 82]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0270.png", "id": "pbt_0270", "instruction": "Clique sur 'support'.", "bbox": [270, 736, 321, 749], "point": [295, 742], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 736, 321, 749]}, "data_type": "chrome", "category": "structural_text", "surface": "faq_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0271.png", "id": "pbt_0271", "instruction": "direkt bei 'Druckvorlagen' in der Passage «der Druckvorlagen für»", "bbox": [818, 113, 900, 126], "point": [859, 119], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [818, 113, 900, 126]}, "data_type": "word", "category": "word_center", "surface": "book_page", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0272.png", "id": "pbt_0272", "instruction": "Clique sur «af».", "bbox": [968, 587, 984, 598], "point": [976, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [968, 587, 984, 598]}, "data_type": "word", "category": "word_center", "surface": "terms_of_service", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0263.png", "id": "pbt_0263", "instruction": "Extract x,y for the word \"Promo\".", "bbox": [50, 473, 90, 483], "point": [70, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 473, 90, 483]}, "data_type": "chrome", "category": "structural_text", "surface": "shopping_cart", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0264.png", "id": "pbt_0264", "instruction": "Put the caret at the beginning of the paragraph that starts with the first \"Preparation\".", "bbox": [41, 132, 47, 147], "point": [44, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [41, 132, 47, 147]}, "data_type": "caret", "category": "paragraph_start", "surface": "appointment_portal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0265.png", "id": "pbt_0265", "instruction": "centerline of 'nove' within the snippet \"za nove softverske\"", "bbox": [286, 263, 317, 270], "point": [301, 266], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [286, 263, 317, 270]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0266.png", "id": "pbt_0266", "instruction": "dead center of second 'o' in the first `dokumentation` in the receipt notes", "bbox": [417, 577, 425, 587], "point": [420, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [417, 577, 425, 587]}, "data_type": "char", "category": "char_center", "surface": "expense_report", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0267.png", "id": "pbt_0267", "instruction": "the point immediately following \"supply\" after 'despite'", "bbox": [809, 241, 816, 260], "point": [812, 250], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [809, 241, 816, 260]}, "data_type": "caret", "category": "caret_after_word", "surface": "flashcard_deck", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0268.png", "id": "pbt_0268", "instruction": "Extract x,y for 'mapping' inside '17:21 mapping for'.", "bbox": [263, 382, 312, 393], "point": [287, 387], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [263, 382, 312, 393]}, "data_type": "word", "category": "word_center", "surface": "boarding_pass", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0269.png", "id": "pbt_0269", "instruction": "Box the ZIP code in the bill-to address.", "bbox": [387, 208, 417, 221], "point": [402, 214], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [387, 208, 417, 221], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient_zip", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0270.png", "id": "pbt_0270", "instruction": "Draw a box around the city in the sender's address.", "bbox": [289, 46, 306, 56], "point": [297, 51], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [289, 46, 306, 56], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_city", "surface": "invoice", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0271.png", "id": "pbt_0271", "instruction": "point to `tc-api-303` in the sentence «tc-api-303: webhook payment-settled mit ungültiger hmac-signatur → http 401, kein schreibzugriff auf tabelle settlement_log.».", "bbox": [616, 414, 700, 426], "point": [658, 420], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [616, 414, 700, 426]}, "data_type": "word", "category": "word_center", "surface": "book_page", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0272.png", "id": "pbt_0272", "instruction": "Caret location: the end of the line that starts with `1. L’équipe infrastructure`.", "bbox": [876, 248, 891, 262], "point": [884, 255], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [876, 248, 891, 262]}, "data_type": "caret", "category": "line_end", "surface": "court_filing", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0273.png", "id": "pbt_0273", "instruction": "extend sentence after the last `return` on the page", "bbox": [126, 438, 134, 457], "point": [130, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [126, 438, 134, 457]}, "data_type": "caret", "category": "caret_after_word", "surface": "code_editor", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0274.png", "id": "pbt_0274", "instruction": "Geometric center of \"poetic\" in the sentence 'H5 is experimental poetic; copy chief concerns about clarity.'", "bbox": [628, 438, 665, 450], "point": [646, 444], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [628, 438, 665, 450]}, "data_type": "word", "category": "word_center", "surface": "stock_overview", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0275.png", "id": "pbt_0275", "instruction": "Donne-moi la coordonnée de 'Vă'.", "bbox": [16, 154, 33, 164], "point": [24, 159], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [16, 154, 33, 164]}, "data_type": "word", "category": "word_center", "surface": "map_results", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0276.png", "id": "pbt_0276", "instruction": "narrow to first \"e\" inside \"Platelets\" right after 'normal'", "bbox": [948, 143, 956, 153], "point": [951, 148], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [948, 143, 956, 153]}, "data_type": "char", "category": "char_center", "surface": "retro_forum", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0277.png", "id": "pbt_0277", "instruction": "Waar staat 'not'?", "bbox": [129, 336, 153, 346], "point": [141, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [129, 336, 153, 346]}, "data_type": "word", "category": "word_center", "surface": "diff_viewer", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0278.png", "id": "pbt_0278", "instruction": "Wo ist «n» in das letzte `Damen` auf der Seite?", "bbox": [153, 546, 161, 555], "point": [156, 550], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 546, 161, 555]}, "data_type": "char", "category": "char_center", "surface": "pivot_summary", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0279.png", "id": "pbt_0279", "instruction": "span boundary between \"for\" and «SCIM-specific»", "bbox": [705, 344, 712, 358], "point": [708, 351], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [705, 344, 712, 358]}, "data_type": "caret", "category": "between_words", "surface": "rss_reader", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0280.png", "id": "pbt_0280", "instruction": "Center of the heading \"Q2\" in the sentence `The prior Q2 allocation was $1,796.0; the net increase funds the Chicago satellite office 22 completion by June 30.`.", "bbox": [295, 255, 316, 270], "point": [305, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [295, 255, 316, 270]}, "data_type": "word", "category": "word_center", "surface": "newsletter_email", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0281.png", "id": "pbt_0281", "instruction": "Où est 'administratorji' ?", "bbox": [682, 537, 750, 548], "point": [716, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [682, 537, 750, 548]}, "data_type": "word", "category": "word_center", "surface": "product_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0282.png", "id": "pbt_0282", "instruction": "Geef me de coördinaat van 'május'.", "bbox": [584, 642, 622, 656], "point": [603, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [584, 642, 622, 656]}, "data_type": "word", "category": "word_center", "surface": "kanban_board", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0283.png", "id": "pbt_0283", "instruction": "Geef me de coördinaat van 'Obavještenje'.", "bbox": [750, 105, 815, 117], "point": [782, 111], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [750, 105, 815, 117]}, "data_type": "word", "category": "word_center", "surface": "train_timetable", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0284.png", "id": "pbt_0284", "instruction": "I-beam before the underlined \"Offline\"", "bbox": [48, 192, 53, 206], "point": [50, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [48, 192, 53, 206]}, "data_type": "caret", "category": "caret_before_word", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0285.png", "id": "pbt_0285", "instruction": "coordinate pair for first \"R\" in the bold «Reporting»", "bbox": [450, 399, 458, 412], "point": [453, 405], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [450, 399, 458, 412]}, "data_type": "char", "category": "char_center", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0286.png", "id": "pbt_0286", "instruction": "at the end of the line that starts with 'for up to'", "bbox": [677, 315, 692, 331], "point": [685, 323], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 315, 692, 331]}, "data_type": "caret", "category": "line_end", "surface": "project_overview", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0287.png", "id": "pbt_0287", "instruction": "Klik op «AND».", "bbox": [164, 121, 188, 129], "point": [176, 125], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [164, 121, 188, 129]}, "data_type": "word", "category": "word_center", "surface": "query_results", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0288.png", "id": "pbt_0288", "instruction": "Clicca su 'Time'.", "bbox": [660, 171, 684, 179], "point": [672, 175], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [660, 171, 684, 179]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0289.png", "id": "pbt_0289", "instruction": "For the word `approved`, isolate the first 'p' with a bbox.", "bbox": [557, 222, 566, 236], "point": [561, 229], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [557, 222, 566, 236], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "system_dialog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0290.png", "id": "pbt_0290", "instruction": "Genau hier: das fettgedruckte \"Strommarkt\"", "bbox": [794, 312, 909, 330], "point": [851, 321], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [794, 312, 909, 330]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0291.png", "id": "pbt_0291", "instruction": "target=`basis` following «same»", "bbox": [353, 129, 358, 139], "point": [355, 134], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [353, 129, 358, 139]}, "data_type": "caret", "category": "sentence_boundary", "surface": "job_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0292.png", "id": "pbt_0292", "instruction": "Clicca su `avvikelser`.", "bbox": [500, 186, 559, 196], "point": [529, 191], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 186, 559, 196]}, "data_type": "word", "category": "word_center", "surface": "order_confirmation", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0293.png", "id": "pbt_0293", "instruction": "Dov'è 'inviando'?", "bbox": [795, 679, 855, 691], "point": [825, 685], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [795, 679, 855, 691]}, "data_type": "word", "category": "word_center", "surface": "crypto_exchange", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0294.png", "id": "pbt_0294", "instruction": "Wo ist zweite 'r' in \"orientieren\"?", "bbox": [745, 372, 755, 384], "point": [750, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 372, 755, 384]}, "data_type": "char", "category": "char_center", "surface": "word_processor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0275.png", "id": "pbt_0275", "instruction": "Please place a marker at the start of the line that starts with «Jos havaitsette poikkeamia».", "bbox": [104, 641, 117, 655], "point": [111, 648], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [104, 641, 117, 655]}, "data_type": "caret", "category": "line_start", "surface": "restaurant_menu", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0276.png", "id": "pbt_0276", "instruction": "where's \"to\" before `Elena` on this?", "bbox": [936, 652, 952, 661], "point": [944, 656], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [936, 652, 952, 661]}, "data_type": "word", "category": "word_center", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0277.png", "id": "pbt_0277", "instruction": "indicate position after the fourth occurrence of 'bóka'", "bbox": [242, 174, 248, 189], "point": [245, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [242, 174, 248, 189]}, "data_type": "caret", "category": "caret_after_word", "surface": "diff_viewer", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0278.png", "id": "pbt_0278", "instruction": "Click just before the first word of the paragraph beginning with the last `Geltungsbereich`.", "bbox": [33, 458, 39, 476], "point": [36, 467], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [33, 458, 39, 476]}, "data_type": "caret", "category": "paragraph_start", "surface": "accounting_ledger", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0279.png", "id": "pbt_0279", "instruction": "Find where the colon after \"next_cursor\" renders.", "bbox": [891, 137, 898, 149], "point": [894, 143], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [891, 137, 898, 149]}, "data_type": "punctuation", "category": "punctuation", "surface": "dictionary_entry", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0280.png", "id": "pbt_0280", "instruction": "Step: get position of \"PLA\" inside \"in PLA and\"", "bbox": [363, 79, 427, 100], "point": [395, 89], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [363, 79, 427, 100]}, "data_type": "chrome", "category": "structural_text", "surface": "personal_blog", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0281.png", "id": "pbt_0281", "instruction": "i want to start a new sentence right after the «zaklenjeni» in bold. where do i click?", "bbox": [585, 536, 591, 553], "point": [587, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [585, 536, 591, 553]}, "data_type": "caret", "category": "sentence_boundary", "surface": "product_page", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0282.png", "id": "pbt_0282", "instruction": "Return the bounding box of the bank details.", "bbox": [362, 450, 524, 501], "point": [443, 475], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [362, 450, 524, 501], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_bank_details", "surface": "invoice", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0283.png", "id": "pbt_0283", "instruction": "Mark the center of the last 'conformitate' on the page.", "bbox": [237, 312, 316, 322], "point": [276, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 312, 316, 322]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0284.png", "id": "pbt_0284", "instruction": "Draw a box around the subtotal.", "bbox": [655, 341, 696, 352], "point": [675, 346], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [655, 341, 696, 352], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0285.png", "id": "pbt_0285", "instruction": "What rectangle covers the \"i\" in \"join\"?", "bbox": [790, 648, 795, 659], "point": [792, 653], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [790, 648, 795, 659], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "todo_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0286.png", "id": "pbt_0286", "instruction": "Point at the word \"scheduling\".", "bbox": [292, 543, 370, 559], "point": [331, 551], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 543, 370, 559]}, "data_type": "word", "category": "word_center", "surface": "newsletter_email", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0287.png", "id": "pbt_0287", "instruction": "label: inter-word space (\"response\" / «times»)", "bbox": [534, 615, 542, 632], "point": [538, 623], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [534, 615, 542, 632]}, "data_type": "caret", "category": "between_words", "surface": "man_page", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0288.png", "id": "pbt_0288", "instruction": "Coordinate at the leading edge of \"jiems\" in the sentence `• Trys tiekėjai gavo B reitingą; jiems nustatyti korekciniai veiksmai iki rugpjūčio 1 d.`.", "bbox": [227, 227, 233, 244], "point": [230, 235], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 227, 233, 244]}, "data_type": "caret", "category": "caret_before_word", "surface": "job_listing", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0289.png", "id": "pbt_0289", "instruction": "Place the cursor before the first word of the paragraph that starts with 'Elena’s' in the phrase «ship. Elena’s first».", "bbox": [265, 226, 271, 246], "point": [268, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [265, 226, 271, 246]}, "data_type": "caret", "category": "paragraph_start", "surface": "installer_wizard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0290.png", "id": "pbt_0290", "instruction": "Center of the text the \"Strommarkt\" in bold.", "bbox": [794, 312, 909, 330], "point": [851, 321], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [794, 312, 909, 330]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0291.png", "id": "pbt_0291", "instruction": "Draw a box around the sender's postal code.", "bbox": [270, 175, 300, 188], "point": [285, 181], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [270, 175, 300, 188], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_zip", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0292.png", "id": "pbt_0292", "instruction": "bbox the whole line starting with \"• 252 cup\"", "bbox": [76, 274, 315, 291], "point": [195, 282], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [76, 274, 315, 291], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "recipe_card", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0293.png", "id": "pbt_0293", "instruction": "Need top-left then bottom-right for the paragraph that starts with the first 'La'.", "bbox": [652, 340, 1000, 725], "point": [826, 532], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [652, 340, 1000, 725], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "crypto_exchange", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0294.png", "id": "pbt_0294", "instruction": "Coordinate on second 'r', not the whole word \"orientieren\".", "bbox": [745, 372, 755, 384], "point": [750, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 372, 755, 384]}, "data_type": "char", "category": "char_center", "surface": "word_processor", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0295.png", "id": "pbt_0295", "instruction": "Locate the center of `b` in 'labeled' in the sentence 'ID lanyard, ~/Documents/report.pdf lunch labeled with name, water bottle, v2.17.0 clothing, v4.12.3 shoes mandatory.'", "bbox": [542, 227, 551, 238], "point": [546, 232], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [542, 227, 551, 238]}, "data_type": "char", "category": "char_center", "surface": "social_feed", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0296.png", "id": "pbt_0296", "instruction": "click on \"lunch\" right after `skiing-just`.", "bbox": [554, 567, 596, 579], "point": [575, 573], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [554, 567, 596, 579]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0297.png", "id": "pbt_0297", "instruction": "Waar staat `Webcam`?", "bbox": [110, 292, 161, 302], "point": [135, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 292, 161, 302]}, "data_type": "chrome", "category": "structural_text", "surface": "query_results", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0298.png", "id": "pbt_0298", "instruction": "Geef me de coördinaat van 'first'.", "bbox": [395, 632, 430, 640], "point": [412, 636], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [395, 632, 430, 640]}, "data_type": "chrome", "category": "structural_text", "surface": "docs_site", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0299.png", "id": "pbt_0299", "instruction": "Click to place cursor at \"Earth\".", "bbox": [573, 569, 579, 587], "point": [576, 578], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [573, 569, 579, 587]}, "data_type": "caret", "category": "sentence_boundary", "surface": "wikipedia", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0300.png", "id": "pbt_0300", "instruction": "Dov'è \"this\"?", "bbox": [78, 523, 99, 533], "point": [88, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 523, 99, 533]}, "data_type": "chrome", "category": "structural_text", "surface": "pivot_summary", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0301.png", "id": "pbt_0301", "instruction": "Waar staat 'random'?", "bbox": [34, 93, 81, 103], "point": [57, 98], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 93, 81, 103]}, "data_type": "chrome", "category": "structural_text", "surface": "slack_like", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0302.png", "id": "pbt_0302", "instruction": "nur der punkt bei 'sind' im satz «change-management-schulungen für sachbearbeiterinnen und sachbearbeiter sind dabei kein luxus, sondern voraussetzung order_token akzeptanzmessungen über 70 % in folgebefragungen.»", "bbox": [872, 160, 900, 172], "point": [886, 166], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [872, 160, 900, 172]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0303.png", "id": "pbt_0303", "instruction": "expected target: «e» in the third occurrence of \"Session\"", "bbox": [881, 570, 889, 579], "point": [884, 574], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [881, 570, 889, 579]}, "data_type": "char", "category": "char_center", "surface": "shopping_cart", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0304.png", "id": "pbt_0304", "instruction": "Dame la coordenada de \"steps\".", "bbox": [704, 133, 733, 145], "point": [718, 139], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [704, 133, 733, 145]}, "data_type": "word", "category": "word_center", "surface": "hotel_listing", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0305.png", "id": "pbt_0305", "instruction": "Mark only the full paragraph that starts with \"Above\".", "bbox": [288, 473, 484, 507], "point": [386, 490], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [288, 473, 484, 507], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "kanban_board", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0306.png", "id": "pbt_0306", "instruction": "Click the boundary between the `r` and the \"i\" in \"during\" in the sentence \"Our current Snowflake compute cluster is operating at 89% average utilization during business hours, up from 62% at the start of Q1.\".", "bbox": [740, 238, 745, 252], "point": [742, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 238, 745, 252]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0307.png", "id": "pbt_0307", "instruction": "Waar staat \"Oct\"?", "bbox": [740, 297, 757, 305], "point": [748, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 297, 757, 305]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0308.png", "id": "pbt_0308", "instruction": "Can you find the position of the `to` that's a hyperlink?", "bbox": [390, 748, 400, 755], "point": [395, 751], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [390, 748, 400, 755]}, "data_type": "chrome", "category": "structural_text", "surface": "password_reset", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0309.png", "id": "pbt_0309", "instruction": "Klik op 'v9.4.1'.", "bbox": [903, 576, 939, 586], "point": [921, 581], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [903, 576, 939, 586]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0310.png", "id": "pbt_0310", "instruction": "Où est 'Go' ?", "bbox": [797, 723, 815, 732], "point": [806, 727], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [797, 723, 815, 732]}, "data_type": "chrome", "category": "structural_text", "surface": "installer_wizard", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0311.png", "id": "pbt_0311", "instruction": "Dammi la coordinata di \"June\".", "bbox": [121, 231, 146, 241], "point": [133, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [121, 231, 146, 241]}, "data_type": "chrome", "category": "structural_text", "surface": "fax_cover", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0312.png", "id": "pbt_0312", "instruction": "Place the cursor at the end of the line that starts with 'Section G -'.", "bbox": [775, 365, 790, 382], "point": [783, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [775, 365, 790, 382]}, "data_type": "caret", "category": "line_end", "surface": "search_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0313.png", "id": "pbt_0313", "instruction": "Setze den Cursor unmittelbar hinter \"iOS\" in der Passage \"/ iOS) Vor\".", "bbox": [974, 154, 980, 168], "point": [977, 161], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [974, 154, 980, 168]}, "data_type": "caret", "category": "caret_after_word", "surface": "product_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0314.png", "id": "pbt_0314", "instruction": "Dame la coordenada de 'vremena'.", "bbox": [657, 201, 715, 208], "point": [686, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [657, 201, 715, 208]}, "data_type": "word", "category": "word_center", "surface": "gmail_inbox", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0315.png", "id": "pbt_0315", "instruction": "Clique sur 'Item'.", "bbox": [110, 289, 140, 299], "point": [125, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [110, 289, 140, 299]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0316.png", "id": "pbt_0316", "instruction": "Où est 'Estate' ?", "bbox": [420, 219, 472, 230], "point": [446, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 219, 472, 230]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0317.png", "id": "pbt_0317", "instruction": "Begin the first «job» boundary.", "bbox": [525, 406, 531, 420], "point": [528, 413], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [525, 406, 531, 420]}, "data_type": "caret", "category": "caret_before_word", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0318.png", "id": "pbt_0318", "instruction": "Klicke genau zwischen «raise» und 'ValueError'.", "bbox": [111, 114, 118, 128], "point": [114, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [111, 114, 118, 128]}, "data_type": "caret", "category": "between_words", "surface": "code_editor", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0319.png", "id": "pbt_0319", "instruction": "I need the full-line bounding box of the line that starts with \"toolchain: Go 1.22.4,\".", "bbox": [209, 147, 815, 162], "point": [512, 154], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [209, 147, 815, 162], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0320.png", "id": "pbt_0320", "instruction": "Return x,y for the start of the line that starts with 'require documented waivers'.", "bbox": [272, 348, 287, 363], "point": [280, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [272, 348, 287, 363]}, "data_type": "caret", "category": "line_start", "surface": "terms_of_service", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0321.png", "id": "pbt_0321", "instruction": "x,y between the 'b' and the `i` in the italicized \"billion\".", "bbox": [790, 535, 795, 554], "point": [792, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [790, 535, 795, 554]}, "data_type": "caret", "category": "caret_between_chars", "surface": "gmail_inbox", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0322.png", "id": "pbt_0322", "instruction": "leading insertion for the 'of' in bold", "bbox": [513, 640, 521, 658], "point": [517, 649], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [513, 640, 521, 658]}, "data_type": "caret", "category": "caret_before_word", "surface": "man_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0323.png", "id": "pbt_0323", "instruction": "Dammi la coordinata di 'utils/parse.py'.", "bbox": [20, 17, 109, 32], "point": [64, 24], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 109, 32]}, "data_type": "chrome", "category": "structural_text", "surface": "code_editor", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0324.png", "id": "pbt_0324", "instruction": "put it right before the boldfaced \"links\"", "bbox": [123, 515, 129, 534], "point": [126, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [123, 515, 129, 534]}, "data_type": "caret", "category": "caret_before_word", "surface": "faq_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0325.png", "id": "pbt_0325", "instruction": "Dammi la coordinata di 'začasno'.", "bbox": [380, 418, 413, 424], "point": [396, 421], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [380, 418, 413, 424]}, "data_type": "word", "category": "word_center", "surface": "magazine_spread", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0326.png", "id": "pbt_0326", "instruction": "Dov'è «Si»?", "bbox": [51, 52, 72, 69], "point": [61, 60], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [51, 52, 72, 69]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0327.png", "id": "pbt_0327", "instruction": "Geef me de coördinaat van 'Location'.", "bbox": [681, 217, 718, 226], "point": [699, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [681, 217, 718, 226]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0328.png", "id": "pbt_0328", "instruction": "¿Dónde está `quarterly`?", "bbox": [748, 76, 815, 88], "point": [781, 82], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [748, 76, 815, 88]}, "data_type": "word", "category": "word_center", "surface": "video_call_chat", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0296.png", "id": "pbt_0296", "instruction": "just the center of 'marrow' inside the option d", "bbox": [343, 445, 400, 453], "point": [371, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [343, 445, 400, 453]}, "data_type": "word", "category": "word_center", "surface": "quiz_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0297.png", "id": "pbt_0297", "instruction": "the first «Informe» in the results grid::«r»", "bbox": [409, 262, 414, 272], "point": [411, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [409, 262, 414, 272]}, "data_type": "char", "category": "char_center", "surface": "query_results", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0298.png", "id": "pbt_0298", "instruction": "Find the drawn center of «riadne» just before 'zasadnutie.'.", "bbox": [260, 551, 294, 560], "point": [277, 555], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [260, 551, 294, 560]}, "data_type": "word", "category": "word_center", "surface": "docs_site", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0299.png", "id": "pbt_0299", "instruction": "Place the cursor directly after the period of the \"Earth\" with the squiggly underline.", "bbox": [573, 569, 579, 587], "point": [576, 578], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [573, 569, 579, 587]}, "data_type": "caret", "category": "sentence_boundary", "surface": "wikipedia", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0300.png", "id": "pbt_0300", "instruction": "I-Beam location between «although» and «response»", "bbox": [630, 472, 634, 487], "point": [632, 479], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 472, 634, 487]}, "data_type": "caret", "category": "between_words", "surface": "accounting_ledger", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0301.png", "id": "pbt_0301", "instruction": "For the second `d’Inventaire` on the page, respond with one corner per line: top-left, then bottom-right.", "bbox": [715, 189, 784, 199], "point": [749, 194], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [715, 189, 784, 199], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "slack_like", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0302.png", "id": "pbt_0302", "instruction": "Click at the very end of the paragraph ending with the last 'E'.", "bbox": [715, 464, 721, 478], "point": [718, 471], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [715, 464, 721, 478]}, "data_type": "caret", "category": "paragraph_end", "surface": "finance_dashboard", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0303.png", "id": "pbt_0303", "instruction": "Draw a box around the bill-to address block.", "bbox": [519, 168, 610, 224], "point": [564, 196], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [519, 168, 610, 224], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0304.png", "id": "pbt_0304", "instruction": "just the center of the first `príprava` in the service notice", "bbox": [73, 401, 118, 413], "point": [95, 407], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [73, 401, 118, 413]}, "data_type": "word", "category": "word_center", "surface": "train_timetable", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0305.png", "id": "pbt_0305", "instruction": "Click at the end of the sentence ending in \"publish\" in the event details, right after the full stop.", "bbox": [728, 443, 734, 458], "point": [731, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [728, 443, 734, 458]}, "data_type": "caret", "category": "sentence_boundary", "surface": "calendar_week", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0306.png", "id": "pbt_0306", "instruction": "The caret point between the «a» and the `t` in `gates`.", "bbox": [613, 287, 618, 301], "point": [615, 294], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [613, 287, 618, 301]}, "data_type": "caret", "category": "caret_between_chars", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0307.png", "id": "pbt_0307", "instruction": "click just before the first word of the paragraph beginning with 'the' in the phrase «j. the new».", "bbox": [177, 408, 189, 443], "point": [183, 425], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [177, 408, 189, 443]}, "data_type": "caret", "category": "paragraph_start", "surface": "newsletter_email", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0308.png", "id": "pbt_0308", "instruction": "Box in the line beginning with \"< 30) -\", top-left then bottom-right, one per line.", "bbox": [30, 276, 456, 292], "point": [243, 284], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [30, 276, 456, 292], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0309.png", "id": "pbt_0309", "instruction": "paragraph extent, opens with 'max_name' in the machine notes", "bbox": [717, 222, 1002, 389], "point": [859, 305], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [717, 222, 1002, 389], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "server_inventory", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0310.png", "id": "pbt_0310", "instruction": "Caret landing zone after `para` within the snippet «INC-4481 para revisar».", "bbox": [508, 125, 514, 139], "point": [511, 132], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [508, 125, 514, 139]}, "data_type": "caret", "category": "caret_after_word", "surface": "flight_booking", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0311.png", "id": "pbt_0311", "instruction": "Return the bounding box of the subtotal (before tax).", "bbox": [683, 370, 743, 382], "point": [713, 376], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [683, 370, 743, 382], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0312.png", "id": "pbt_0312", "instruction": "Draw a box around the city in the sender's address.", "bbox": [292, 128, 313, 140], "point": [302, 134], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [292, 128, 313, 140], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_city", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0313.png", "id": "pbt_0313", "instruction": "locate the spot after `für` following `Schnittstellen`", "bbox": [324, 360, 329, 374], "point": [326, 367], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 360, 329, 374]}, "data_type": "caret", "category": "caret_after_word", "surface": "product_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0314.png", "id": "pbt_0314", "instruction": "Box in the second 'n' of \"gagnagrunni\" in the sentence \"Nora Krüger Server maintenance window, Efni: Viðhald á gagnagrunni - viðskiptakerfið Kæru samstarfsfólk, 2025-07-03\".", "bbox": [604, 490, 612, 501], "point": [607, 495], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [604, 490, 612, 501], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "gmail_inbox", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0315.png", "id": "pbt_0315", "instruction": "gimme the spot for the last 'poslovnice' on the page", "bbox": [198, 243, 258, 256], "point": [228, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [198, 243, 258, 256]}, "data_type": "word", "category": "word_center", "surface": "order_confirmation", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0316.png", "id": "pbt_0316", "instruction": "Selector anchor: the «del» with the underline", "bbox": [720, 218, 742, 230], "point": [731, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [720, 218, 742, 230]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0317.png", "id": "pbt_0317", "instruction": "Tight box around the slanted «email-only», two corners, one per line.", "bbox": [403, 246, 483, 260], "point": [443, 253], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [403, 246, 483, 260], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0318.png", "id": "pbt_0318", "instruction": "Draw a box around the VAT amount.", "bbox": [683, 370, 718, 381], "point": [700, 375], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [683, 370, 718, 381], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0319.png", "id": "pbt_0319", "instruction": "Box the sender's VAT identification number.", "bbox": [275, 193, 332, 206], "point": [303, 199], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [275, 193, 332, 206], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax_id", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0320.png", "id": "pbt_0320", "instruction": "The period suffix after the last word of the fifth paragraph.", "bbox": [710, 531, 716, 542], "point": [712, 536], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [710, 531, 716, 542]}, "data_type": "punctuation", "category": "punctuation", "surface": "court_filing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0321.png", "id": "pbt_0321", "instruction": "x,y between the 'r' and the «o» in the word 'Drop'.", "bbox": [538, 78, 544, 94], "point": [541, 86], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [538, 78, 544, 94]}, "data_type": "caret", "category": "caret_between_chars", "surface": "gmail_inbox", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0322.png", "id": "pbt_0322", "instruction": "bbox: the dimmed \"non-exclusive\"", "bbox": [279, 173, 369, 186], "point": [324, 179], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [279, 173, 369, 186], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "glossary_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0323.png", "id": "pbt_0323", "instruction": "Geometric center of the first \"data.rows\" in the code", "bbox": [153, 158, 223, 167], "point": [188, 162], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 158, 223, 167]}, "data_type": "word", "category": "word_center", "surface": "code_editor", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0324.png", "id": "pbt_0324", "instruction": "Label: the 'the' in bold", "bbox": [616, 441, 658, 455], "point": [637, 448], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [616, 441, 658, 455]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0325.png", "id": "pbt_0325", "instruction": "Where to insert in the first \"budget\" on the page between the 'd' and the 'g'.", "bbox": [436, 454, 443, 470], "point": [439, 462], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [436, 454, 443, 470]}, "data_type": "caret", "category": "caret_between_chars", "surface": "press_release", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0326.png", "id": "pbt_0326", "instruction": "GT: first «k» in the italicized 'ekki'", "bbox": [857, 338, 864, 348], "point": [860, 343], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [857, 338, 864, 348]}, "data_type": "char", "category": "char_center", "surface": "markdown_notes", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0327.png", "id": "pbt_0327", "instruction": "Where's the box around 'per' following «residuo»?", "bbox": [519, 149, 553, 163], "point": [536, 156], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [519, 149, 553, 163], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "job_listing", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0328.png", "id": "pbt_0328", "instruction": "The caret coords between the «k» and the \"a\" in the \"logistika\" flagged by spellcheck.", "bbox": [557, 382, 563, 397], "point": [560, 389], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [557, 382, 563, 397]}, "data_type": "caret", "category": "caret_between_chars", "surface": "support_chat", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0329.png", "id": "pbt_0329", "instruction": "Marker: insertion after 'February' in the sentence «3) Dark mode for the agent workspace Matches system preference; reduces eye strain complaints in our February survey by a meaningful margin (details in the changelog).»", "bbox": [500, 449, 508, 468], "point": [504, 458], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [500, 449, 508, 468]}, "data_type": "caret", "category": "caret_after_word", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0330.png", "id": "pbt_0330", "instruction": "what's the center of \"Leadership\"?", "bbox": [234, 554, 329, 571], "point": [281, 562], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [234, 554, 329, 571]}, "data_type": "word", "category": "word_center", "surface": "accounting_ledger", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0331.png", "id": "pbt_0331", "instruction": "¿Dónde está 'Refills'?", "bbox": [132, 469, 167, 478], "point": [149, 473], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 469, 167, 478]}, "data_type": "chrome", "category": "structural_text", "surface": "prescription_view", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0332.png", "id": "pbt_0332", "instruction": "Dammi la coordinata di \"Under\".", "bbox": [52, 367, 82, 375], "point": [67, 371], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [52, 367, 82, 375]}, "data_type": "word", "category": "word_center", "surface": "tax_form", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0333.png", "id": "pbt_0333", "instruction": "the spot between the \"t\" and the 'h' in \"health\".", "bbox": [669, 353, 675, 369], "point": [672, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [669, 353, 675, 369]}, "data_type": "caret", "category": "caret_between_chars", "surface": "magazine_spread", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0334.png", "id": "pbt_0334", "instruction": "Return the bbox of the first \"o\" in the first «toolchain» on the page.", "bbox": [644, 361, 652, 371], "point": [648, 366], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [644, 361, 652, 371], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "fax_cover", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0330.png", "id": "pbt_0330", "instruction": "Pixel position before 'expedite' in the sentence 'File sharing Sales notified 11:35; expedite request under review for partial ship plus backorder.' starts.", "bbox": [336, 260, 342, 277], "point": [339, 268], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [336, 260, 342, 277]}, "data_type": "caret", "category": "caret_before_word", "surface": "settings_panel", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0331.png", "id": "pbt_0331", "instruction": "Return x,y for the end of the line that starts with \"feidhmiúcháin i dteideal\".", "bbox": [990, 174, 1003, 189], "point": [997, 181], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [990, 174, 1003, 189]}, "data_type": "caret", "category": "line_end", "surface": "nutrition_label", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0332.png", "id": "pbt_0332", "instruction": "the word «ondernemingsraad» within the snippet `de ondernemingsraad van`, centered", "bbox": [87, 521, 207, 534], "point": [147, 527], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [87, 521, 207, 534]}, "data_type": "word", "category": "word_center", "surface": "job_application", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0333.png", "id": "pbt_0333", "instruction": "box coords for the whole line starting with \"not a contract\"", "bbox": [116, 237, 908, 249], "point": [512, 243], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [116, 237, 908, 249], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "press_release", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0334.png", "id": "pbt_0334", "instruction": "Please give the exact rectangle surrounding «Subject» within the snippet `manager. Subject: Mandatory`.", "bbox": [841, 357, 886, 369], "point": [863, 363], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [841, 357, 886, 369], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "memo_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0335.png", "id": "pbt_0335", "instruction": "Inside the first `input` in the code, target the `p`.", "bbox": [193, 88, 203, 103], "point": [197, 95], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [193, 88, 203, 103]}, "data_type": "char", "category": "char_center", "surface": "code_editor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0336.png", "id": "pbt_0336", "instruction": "Return the coordinate of \"long\" in the sentence 'There’s no emergency leak @mia21 now, but I’m worried about moisture buildup if this sits too long.'.", "bbox": [885, 456, 908, 465], "point": [896, 460], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 456, 908, 465]}, "data_type": "word", "category": "word_center", "surface": "appointment_portal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0336.png", "id": "pbt_0336", "instruction": "Expected position: the last 'use'", "bbox": [603, 639, 621, 645], "point": [612, 642], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 639, 621, 645]}, "data_type": "word", "category": "word_center", "surface": "contract_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0337.png", "id": "pbt_0337", "instruction": "expected: insertion point after the word «commitment»", "bbox": [229, 543, 235, 561], "point": [232, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [229, 543, 235, 561]}, "data_type": "caret", "category": "caret_after_word", "surface": "gmail_thread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0338.png", "id": "pbt_0338", "instruction": "Return the bbox of the last `months` in the annotation note.", "bbox": [890, 694, 968, 712], "point": [929, 703], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [890, 694, 968, 712], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "metrics_dashboard", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0339.png", "id": "pbt_0339", "instruction": "Front of «advantage» inside «military advantage, contributing», not inside it.", "bbox": [724, 151, 732, 169], "point": [728, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 151, 732, 169]}, "data_type": "caret", "category": "caret_before_word", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0340.png", "id": "pbt_0340", "instruction": "locate the midpoint of whitespace between «acceptance» and `checks`", "bbox": [562, 354, 566, 368], "point": [564, 361], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [562, 354, 566, 368]}, "data_type": "caret", "category": "between_words", "surface": "system_dialog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0338.png", "id": "pbt_0338", "instruction": "The period immediately to the right of `deductible` right after «minus».", "bbox": [746, 642, 752, 652], "point": [748, 647], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [746, 642, 752, 652]}, "data_type": "punctuation", "category": "punctuation", "surface": "alert_list", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0339.png", "id": "pbt_0339", "instruction": "line edge coordinate: the end of the line that starts with \"factual basis police\".", "bbox": [957, 116, 972, 131], "point": [965, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [957, 116, 972, 131]}, "data_type": "caret", "category": "line_end", "surface": "tax_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0340.png", "id": "pbt_0340", "instruction": "Where should I point for the period after 'test'?", "bbox": [828, 546, 837, 561], "point": [832, 553], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [828, 546, 837, 561]}, "data_type": "punctuation", "category": "punctuation", "surface": "installer_wizard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0341.png", "id": "pbt_0341", "instruction": "Only the center coordinate of the grayed-out \"options\".", "bbox": [418, 537, 453, 545], "point": [435, 541], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [418, 537, 453, 545]}, "data_type": "word", "category": "word_center", "surface": "checkout_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0342.png", "id": "pbt_0342", "instruction": "Grounding target: `the` following 'renegotiating'", "bbox": [474, 612, 497, 623], "point": [485, 617], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [474, 612, 497, 623]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0343.png", "id": "pbt_0343", "instruction": "¿Dónde está \"cadena\"?", "bbox": [685, 409, 749, 424], "point": [717, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [685, 409, 749, 424]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0344.png", "id": "pbt_0344", "instruction": "«to» following 'up' center", "bbox": [447, 132, 459, 141], "point": [453, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [447, 132, 459, 141]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0345.png", "id": "pbt_0345", "instruction": "Dov'è \"reikalavimams\"?", "bbox": [677, 272, 773, 283], "point": [725, 277], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [677, 272, 773, 283]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0346.png", "id": "pbt_0346", "instruction": "bbox: the last \"days\"", "bbox": [40, 486, 84, 502], "point": [62, 494], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [40, 486, 84, 502], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0347.png", "id": "pbt_0347", "instruction": "the word \"i’d\" in the transcription, centered", "bbox": [653, 125, 668, 136], "point": [660, 130], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [653, 125, 668, 136]}, "data_type": "word", "category": "word_center", "surface": "voicemail_list", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0348.png", "id": "pbt_0348", "instruction": "Donne-moi la coordonnée de `Cancel`.", "bbox": [548, 472, 592, 482], "point": [570, 477], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [548, 472, 592, 482]}, "data_type": "chrome", "category": "structural_text", "surface": "system_dialog", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0349.png", "id": "pbt_0349", "instruction": "Où est `Avviż` ?", "bbox": [207, 50, 272, 68], "point": [239, 59], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 50, 272, 68]}, "data_type": "chrome", "category": "structural_text", "surface": "markdown_notes", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0350.png", "id": "pbt_0350", "instruction": "Find the letterform box: «n» in `sampling` in the settings list.", "bbox": [450, 335, 458, 347], "point": [453, 341], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [450, 335, 458, 347], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "settings_panel", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0351.png", "id": "pbt_0351", "instruction": "Clique sur «Notes».", "bbox": [36, 412, 73, 421], "point": [54, 416], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [36, 412, 73, 421]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0352.png", "id": "pbt_0352", "instruction": "Où est «ja» ?", "bbox": [372, 478, 380, 489], "point": [376, 483], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [372, 478, 380, 489]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0353.png", "id": "pbt_0353", "instruction": "bbox: `news` right before \"- matches print hed. Editor\"", "bbox": [492, 221, 525, 229], "point": [508, 225], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [492, 221, 525, 229], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "flashcard_deck", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0354.png", "id": "pbt_0354", "instruction": "Validation target: semicolon after `Q3`.", "bbox": [533, 133, 539, 143], "point": [535, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [533, 133, 539, 143]}, "data_type": "punctuation", "category": "punctuation", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0342.png", "id": "pbt_0342", "instruction": "Single point: center of the first occurrence of `incidental`", "bbox": [509, 537, 587, 552], "point": [548, 544], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [509, 537, 587, 552]}, "data_type": "word", "category": "word_center", "surface": "faq_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0343.png", "id": "pbt_0343", "instruction": "Coordinates of the slanted `envieu`?", "bbox": [316, 570, 358, 584], "point": [337, 577], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 570, 358, 584]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0344.png", "id": "pbt_0344", "instruction": "Locate \"local\" in the background document; answer with the upper-left corner followed by the lower-right corner.", "bbox": [554, 209, 588, 221], "point": [571, 215], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [554, 209, 588, 221], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "system_dialog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0345.png", "id": "pbt_0345", "instruction": "The gap between the `u` and the 'g' in the slanted 'rugpjūčio'.", "bbox": [807, 214, 815, 233], "point": [811, 223], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [807, 214, 815, 233]}, "data_type": "caret", "category": "caret_between_chars", "surface": "flashcard_deck", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0346.png", "id": "pbt_0346", "instruction": "Return the bounding box of the phone number.", "bbox": [288, 245, 361, 258], "point": [324, 251], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [288, 245, 361, 258], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_phone", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0347.png", "id": "pbt_0347", "instruction": "Ground the caret past 'two'.", "bbox": [695, 536, 705, 562], "point": [700, 549], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [695, 536, 705, 562]}, "data_type": "caret", "category": "caret_after_word", "surface": "metrics_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0348.png", "id": "pbt_0348", "instruction": "Set focus just after the 'Beste' shown in green text.", "bbox": [420, 529, 429, 554], "point": [424, 541], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 529, 429, 554]}, "data_type": "caret", "category": "caret_after_word", "surface": "installer_wizard", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0349.png", "id": "pbt_0349", "instruction": "trailing the `hub` with the squiggly underline", "bbox": [654, 537, 662, 554], "point": [658, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [654, 537, 662, 554]}, "data_type": "caret", "category": "caret_after_word", "surface": "markdown_notes", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0350.png", "id": "pbt_0350", "instruction": "Box in the line beginning with 'effective June 12.'.", "bbox": [734, 631, 1008, 656], "point": [871, 643], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [734, 631, 1008, 656], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "file_manager", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0351.png", "id": "pbt_0351", "instruction": "Place the cursor directly after the period of \"CPU\" in the phrase `de CPU. El`.", "bbox": [939, 276, 947, 300], "point": [943, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 276, 947, 300]}, "data_type": "caret", "category": "sentence_boundary", "surface": "server_inventory", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0352.png", "id": "pbt_0352", "instruction": "gap after `prillit` in the sentence 'Ju lutemi të mbani të disponueshme regjistrat e lukas.schäfer@example.com të peshës për lotet e prillit.'", "bbox": [523, 298, 528, 311], "point": [525, 304], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [523, 298, 528, 311]}, "data_type": "caret", "category": "caret_after_word", "surface": "pdf_viewer", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0353.png", "id": "pbt_0353", "instruction": "bbox: `news` right before \"- matches print hed. Editor\"", "bbox": [492, 221, 525, 229], "point": [508, 225], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [492, 221, 525, 229], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "flashcard_deck", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0354.png", "id": "pbt_0354", "instruction": "Place the caret at the end of the line that starts with «On time Count».", "bbox": [885, 366, 900, 381], "point": [893, 373], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [885, 366, 900, 381]}, "data_type": "caret", "category": "line_end", "surface": "train_timetable", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0355.png", "id": "pbt_0355", "instruction": "return the gap between the «s» and the «u» in «results» right after 'search'.", "bbox": [481, 159, 486, 176], "point": [483, 167], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [481, 159, 486, 176]}, "data_type": "caret", "category": "caret_between_chars", "surface": "slack_like", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0356.png", "id": "pbt_0356", "instruction": "Geef me de coördinaat van 'canllawiau'.", "bbox": [630, 575, 702, 586], "point": [666, 580], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [630, 575, 702, 586]}, "data_type": "word", "category": "word_center", "surface": "pivot_summary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0357.png", "id": "pbt_0357", "instruction": "new content goes after the last «the»", "bbox": [816, 494, 822, 511], "point": [819, 502], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 494, 822, 511]}, "data_type": "caret", "category": "caret_after_word", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0358.png", "id": "pbt_0358", "instruction": "The period that comes right after 'integrations' before 'The'.", "bbox": [420, 405, 426, 416], "point": [422, 410], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [420, 405, 426, 416]}, "data_type": "punctuation", "category": "punctuation", "surface": "contract_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0359.png", "id": "pbt_0359", "instruction": "Need the screen rectangle containing 'Permit' in the sentence `Application submission channels Applications may be submitted in person at the Permit`.", "bbox": [856, 153, 908, 166], "point": [882, 159], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [856, 153, 908, 166], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0356.png", "id": "pbt_0356", "instruction": "Offset to the left of \"podrška\" right after \"Dodana\".", "bbox": [190, 254, 196, 270], "point": [193, 262], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [190, 254, 196, 270]}, "data_type": "caret", "category": "caret_before_word", "surface": "accounting_ledger", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0357.png", "id": "pbt_0357", "instruction": "where the caret belongs: between \"favorable\" and «offset»", "bbox": [181, 520, 185, 537], "point": [183, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [181, 520, 185, 537]}, "data_type": "caret", "category": "between_words", "surface": "accounting_ledger", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0358.png", "id": "pbt_0358", "instruction": "One coordinate pair for the dimmed «conflicts».", "bbox": [531, 197, 568, 205], "point": [549, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [531, 197, 568, 205]}, "data_type": "word", "category": "word_center", "surface": "terms_of_service", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0359.png", "id": "pbt_0359", "instruction": "Need the screen rectangle containing 'Permit' in the sentence `Application submission channels Applications may be submitted in person at the Permit`.", "bbox": [856, 153, 908, 166], "point": [882, 159], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [856, 153, 908, 166], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "diff_viewer", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} {"file_name": "0360.png", "id": "pbt_0360", "instruction": "Rendered center of `an`", "bbox": [791, 234, 806, 242], "point": [798, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [791, 234, 806, 242]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0361.png", "id": "pbt_0361", "instruction": "Dammi la coordinata di `Hoffmann`.", "bbox": [209, 63, 263, 72], "point": [236, 67], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [209, 63, 263, 72]}, "data_type": "chrome", "category": "structural_text", "surface": "email_3pane", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0362.png", "id": "pbt_0362", "instruction": "Klicke direkt hinter 'Endpunkte' im Bereich „claim 6“.", "bbox": [764, 647, 770, 661], "point": [767, 654], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [764, 647, 770, 661]}, "data_type": "caret", "category": "caret_after_word", "surface": "patent_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0363.png", "id": "pbt_0363", "instruction": "typographic `j` within `jump` in the phrase \"on jump 3)\"", "bbox": [246, 307, 253, 327], "point": [249, 317], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 307, 253, 327]}, "data_type": "char", "category": "char_center", "surface": "music_lyrics", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0364.png", "id": "pbt_0364", "instruction": "Clique sur 'Nov'.", "bbox": [740, 297, 758, 305], "point": [749, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 297, 758, 305]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0365.png", "id": "pbt_0365", "instruction": "aim at the comma after 'infrastructure' inside 'data infrastructure, and'", "bbox": [692, 542, 698, 553], "point": [694, 547], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [692, 542, 698, 553]}, "data_type": "punctuation", "category": "punctuation", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0366.png", "id": "pbt_0366", "instruction": "Dame la coordenada de `Oscar`.", "bbox": [190, 722, 217, 730], "point": [203, 726], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [190, 722, 217, 730]}, "data_type": "chrome", "category": "structural_text", "surface": "press_release", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0367.png", "id": "pbt_0367", "instruction": "between-word gap: \"covered\" / \"data\"", "bbox": [293, 130, 298, 147], "point": [295, 138], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 130, 298, 147]}, "data_type": "caret", "category": "between_words", "surface": "hotel_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0368.png", "id": "pbt_0368", "instruction": "target the inter-word gap: «refresh» then 'oscar.schäfer@corp.net'", "bbox": [740, 697, 744, 717], "point": [742, 707], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [740, 697, 744, 717]}, "data_type": "caret", "category": "between_words", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0361.png", "id": "pbt_0361", "instruction": "Return coords for pre-\"de\" before `CPU. Naslov:` caret.", "bbox": [827, 410, 833, 425], "point": [830, 417], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [827, 410, 833, 425]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0362.png", "id": "pbt_0362", "instruction": "please draw a tight rectangle enclosing `Remediation` inside the requirement 6.", "bbox": [100, 515, 179, 525], "point": [139, 520], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [100, 515, 179, 525], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "compliance_checklist", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0363.png", "id": "pbt_0363", "instruction": "I want to start a new sentence right after 'personas' in the sentence \"Recommended response Ship Overdue as sessionName saved view on Home for Team+ with role-aware default for Admin and Program Manager personas.\". Where do I click?", "bbox": [883, 232, 891, 250], "point": [887, 241], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [883, 232, 891, 250]}, "data_type": "caret", "category": "sentence_boundary", "surface": "photo_gallery", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0364.png", "id": "pbt_0364", "instruction": "Please give the exact rectangle surrounding \"make\" following \"publishing. Please\".", "bbox": [623, 355, 650, 363], "point": [636, 359], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [623, 355, 650, 363], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "scanned_letter", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0365.png", "id": "pbt_0365", "instruction": "Help me place the caret between the \"s\" and the 't' in \"standup\" right after ']'.", "bbox": [270, 420, 276, 435], "point": [272, 427], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 420, 276, 435]}, "data_type": "caret", "category": "caret_between_chars", "surface": "accounting_ledger", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0366.png", "id": "pbt_0366", "instruction": "Grounding target: the word `Betreff`", "bbox": [214, 173, 249, 182], "point": [231, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [214, 173, 249, 182]}, "data_type": "word", "category": "word_center", "surface": "rss_reader", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0367.png", "id": "pbt_0367", "instruction": "Immediately following the first «Cancelled».", "bbox": [661, 190, 667, 208], "point": [664, 199], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [661, 190, 667, 208]}, "data_type": "caret", "category": "caret_after_word", "surface": "train_timetable", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0368.png", "id": "pbt_0368", "instruction": "need x and y for the slanted «jenny».", "bbox": [524, 482, 562, 495], "point": [543, 488], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 482, 562, 495]}, "data_type": "word", "category": "word_center", "surface": "accounting_ledger", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0369.png", "id": "pbt_0369", "instruction": "One character left of the \"Monitor\" colored orange.", "bbox": [317, 246, 323, 264], "point": [320, 255], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 246, 323, 264]}, "data_type": "caret", "category": "caret_before_word", "surface": "data_table", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0370.png", "id": "pbt_0370", "instruction": "Give the midpoint coordinates of 'that' right after 'managers'.", "bbox": [246, 535, 279, 550], "point": [262, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [246, 535, 279, 550]}, "data_type": "word", "category": "word_center", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0371.png", "id": "pbt_0371", "instruction": "Setze den Cursor unmittelbar vor das Wort «salt».", "bbox": [379, 241, 385, 256], "point": [382, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [379, 241, 385, 256]}, "data_type": "caret", "category": "caret_before_word", "surface": "store_receipt", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0372.png", "id": "pbt_0372", "instruction": "fix typo after the last 'on' in the requirements", "bbox": [561, 530, 567, 546], "point": [564, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [561, 530, 567, 546]}, "data_type": "caret", "category": "caret_after_word", "surface": "job_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0373.png", "id": "pbt_0373", "instruction": "Donne-moi la coordonnée de `și`.", "bbox": [348, 386, 366, 399], "point": [357, 392], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [348, 386, 366, 399]}, "data_type": "word", "category": "word_center", "surface": "man_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0374.png", "id": "pbt_0374", "instruction": "Put a rectangle around the last 'Management' in the lyrics.", "bbox": [295, 302, 411, 321], "point": [353, 311], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [295, 302, 411, 321], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "music_lyrics", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0375.png", "id": "pbt_0375", "instruction": "The insertion point at \"MRPD-2026-1022\" within the snippet \"through MRPD-2026-1022. Detailed\".", "bbox": [783, 295, 791, 312], "point": [787, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [783, 295, 791, 312]}, "data_type": "caret", "category": "sentence_boundary", "surface": "bios_screen", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0376.png", "id": "pbt_0376", "instruction": "Between-letter gap in \"milestone\" following \"by\": the «n» and the \"e\".", "bbox": [253, 60, 259, 80], "point": [256, 70], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [253, 60, 259, 80]}, "data_type": "caret", "category": "caret_between_chars", "surface": "system_dialog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0377.png", "id": "pbt_0377", "instruction": "Clicca su 'rebuild-index'.", "bbox": [220, 126, 300, 136], "point": [260, 131], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [220, 126, 300, 136]}, "data_type": "chrome", "category": "structural_text", "surface": "cron_schedule", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0378.png", "id": "pbt_0378", "instruction": "Dammi la coordinata di \"Care\".", "bbox": [20, 17, 56, 27], "point": [38, 22], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 17, 56, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "appointment_portal", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0379.png", "id": "pbt_0379", "instruction": "Dammi la coordinata di `Accessories`.", "bbox": [34, 99, 99, 109], "point": [66, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 99, 99, 109]}, "data_type": "chrome", "category": "structural_text", "surface": "product_listing", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0380.png", "id": "pbt_0380", "instruction": "¿Dónde está «sistema»?", "bbox": [714, 281, 756, 290], "point": [735, 285], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 281, 756, 290]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0381.png", "id": "pbt_0381", "instruction": "Klik op 'shows'.", "bbox": [320, 474, 355, 483], "point": [337, 478], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 474, 355, 483]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0382.png", "id": "pbt_0382", "instruction": "Donne-moi la coordonnée de «Smo».", "bbox": [30, 232, 57, 242], "point": [43, 237], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [30, 232, 57, 242]}, "data_type": "word", "category": "word_center", "surface": "finance_dashboard", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0370.png", "id": "pbt_0370", "instruction": "Return where 'launch' inside the visit notes is drawn.", "bbox": [24, 216, 74, 226], "point": [49, 221], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 216, 74, 226]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0371.png", "id": "pbt_0371", "instruction": "Draw a box around the VAT ID.", "bbox": [569, 375, 635, 388], "point": [602, 381], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [569, 375, 635, 388], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax_id", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0372.png", "id": "pbt_0372", "instruction": "center of visible the second 'damage' on the page", "bbox": [81, 325, 123, 336], "point": [102, 330], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [81, 325, 123, 336]}, "data_type": "word", "category": "word_center", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0373.png", "id": "pbt_0373", "instruction": "edge of the start of the line that starts with 'Customer feedback remains'", "bbox": [34, 564, 43, 581], "point": [39, 572], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 564, 43, 581]}, "data_type": "caret", "category": "line_start", "surface": "metrics_dashboard", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0374.png", "id": "pbt_0374", "instruction": "Provide the bounding rect around «Construction» just before 'and'.", "bbox": [739, 230, 834, 242], "point": [786, 236], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [739, 230, 834, 242], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "photo_gallery", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0375.png", "id": "pbt_0375", "instruction": "Rendered center of `Headlines` in the navigation footer", "bbox": [40, 712, 121, 724], "point": [80, 718], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [40, 712, 121, 724]}, "data_type": "chrome", "category": "structural_text", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0376.png", "id": "pbt_0376", "instruction": "on-screen center of «Bank» before \"have\"", "bbox": [840, 224, 872, 235], "point": [856, 229], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [840, 224, 872, 235]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0377.png", "id": "pbt_0377", "instruction": "Return the bbox of the first `facturaziun` in the annotation note.", "bbox": [226, 519, 310, 528], "point": [268, 523], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [226, 519, 310, 528], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "metrics_dashboard", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0378.png", "id": "pbt_0378", "instruction": "need the location of \"verzijom\" inside the failure summary", "bbox": [796, 704, 845, 716], "point": [820, 710], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [796, 704, 845, 716]}, "data_type": "word", "category": "word_center", "surface": "ci_pipeline", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0379.png", "id": "pbt_0379", "instruction": "find x,y in the blank between «All» and \"products\"", "bbox": [42, 13, 47, 33], "point": [44, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [42, 13, 47, 33]}, "data_type": "caret", "category": "between_words", "surface": "product_listing", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0380.png", "id": "pbt_0380", "instruction": "Return the bounding box of the recipient's city.", "bbox": [555, 211, 584, 224], "point": [569, 217], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [555, 211, 584, 224], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient_city", "surface": "invoice", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0381.png", "id": "pbt_0381", "instruction": "Return the bounding box of the full line-item table (column headers and all rows).", "bbox": [266, 307, 757, 428], "point": [511, 367], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [266, 307, 757, 428], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_items", "surface": "invoice", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0382.png", "id": "pbt_0382", "instruction": "Center pixel of the first \"Proveïdors\"", "bbox": [231, 117, 301, 126], "point": [266, 121], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [231, 117, 301, 126]}, "data_type": "word", "category": "word_center", "surface": "csv_preview", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0383.png", "id": "pbt_0383", "instruction": "position of the word `assets`", "bbox": [886, 243, 932, 256], "point": [909, 249], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [886, 243, 932, 256]}, "data_type": "word", "category": "word_center", "surface": "flashcard_deck", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0384.png", "id": "pbt_0384", "instruction": "Just prior to 'forty-five'.", "bbox": [891, 650, 897, 666], "point": [894, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [891, 650, 897, 666]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0384.png", "id": "pbt_0384", "instruction": "leading edge of \"for\" in the sentence 'Expense reimbursement for home internet remains capped at forty-five dollars per v3.5.0 with receipts submitted by the fifth business day of the following month.'", "bbox": [656, 650, 662, 666], "point": [659, 658], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [656, 650, 662, 666]}, "data_type": "caret", "category": "caret_before_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0385.png", "id": "pbt_0385", "instruction": "`d`, part of \"reported\" following 'Near-miss'", "bbox": [394, 128, 404, 144], "point": [398, 136], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [394, 128, 404, 144]}, "data_type": "char", "category": "char_center", "surface": "lecture_slide", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0386.png", "id": "pbt_0386", "instruction": "Klik op 'Designer'.", "bbox": [756, 373, 798, 383], "point": [777, 378], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [756, 373, 798, 383]}, "data_type": "chrome", "category": "structural_text", "surface": "project_overview", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0387.png", "id": "pbt_0387", "instruction": "Où est «Reset» ?", "bbox": [699, 660, 728, 668], "point": [713, 664], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [699, 660, 728, 668]}, "data_type": "chrome", "category": "structural_text", "surface": "support_chat", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0388.png", "id": "pbt_0388", "instruction": "right after 'M-896', left of 'updated'", "bbox": [237, 558, 241, 573], "point": [239, 565], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 558, 241, 573]}, "data_type": "caret", "category": "between_words", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0389.png", "id": "pbt_0389", "instruction": "Clicca su \"Singapore\".", "bbox": [150, 238, 214, 251], "point": [182, 244], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [150, 238, 214, 251]}, "data_type": "chrome", "category": "structural_text", "surface": "train_timetable", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0390.png", "id": "pbt_0390", "instruction": "Clique sur 'fx'.", "bbox": [92, 11, 101, 20], "point": [96, 15], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 11, 101, 20]}, "data_type": "chrome", "category": "structural_text", "surface": "spreadsheet_grid", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0391.png", "id": "pbt_0391", "instruction": "Clicca su «v4.20.3».", "bbox": [257, 173, 299, 182], "point": [278, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [257, 173, 299, 182]}, "data_type": "word", "category": "word_center", "surface": "map_results", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0386.png", "id": "pbt_0386", "instruction": "x,y: the first \"radnog\" in the lead story", "bbox": [529, 250, 596, 269], "point": [562, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [529, 250, 596, 269]}, "data_type": "word", "category": "word_center", "surface": "newsletter_email", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0387.png", "id": "pbt_0387", "instruction": "insert after \"irányítószám\" before `mező.`", "bbox": [704, 149, 711, 167], "point": [707, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [704, 149, 711, 167]}, "data_type": "caret", "category": "caret_after_word", "surface": "voicemail_list", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0388.png", "id": "pbt_0388", "instruction": "edit here: between «via» and «the»", "bbox": [831, 633, 835, 650], "point": [833, 641], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [831, 633, 835, 650]}, "data_type": "caret", "category": "between_words", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0389.png", "id": "pbt_0389", "instruction": "What is the bounding box of \"in\" after `17:53 increased slightly`? Top-left then bottom-right.", "bbox": [654, 416, 663, 424], "point": [658, 420], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [654, 416, 663, 424], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "boarding_pass", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0390.png", "id": "pbt_0390", "instruction": "Mark the period that terminates «44.5K» in the phrase `33.9K 44.5K 97.1K`.", "bbox": [316, 337, 326, 346], "point": [320, 341], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [316, 337, 326, 346]}, "data_type": "punctuation", "category": "punctuation", "surface": "finance_dashboard", "language": "fr", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0391.png", "id": "pbt_0391", "instruction": "Give me x,y at the end of «Chocolate».", "bbox": [221, 477, 229, 495], "point": [225, 486], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [221, 477, 229, 495]}, "data_type": "caret", "category": "caret_after_word", "surface": "restaurant_menu", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0392.png", "id": "pbt_0392", "instruction": "Click the boundary between the «i» and the \"n\" in the 'Within' colored purple.", "bbox": [378, 512, 384, 526], "point": [381, 519], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [378, 512, 384, 526]}, "data_type": "caret", "category": "caret_between_chars", "surface": "wikipedia", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0393.png", "id": "pbt_0393", "instruction": "What are the x,y coordinates of `region` before `liaison Patricia Dunn. School`?", "bbox": [243, 539, 291, 554], "point": [267, 546], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [243, 539, 291, 554]}, "data_type": "word", "category": "word_center", "surface": "word_processor", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0394.png", "id": "pbt_0394", "instruction": "Center of the label \"Our\" in the sentence \"Our last three emails to your fulfillment team have gone\".", "bbox": [317, 490, 352, 505], "point": [334, 497], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 490, 352, 505]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0395.png", "id": "pbt_0395", "instruction": "Donne-moi la coordonnée de «Search».", "bbox": [270, 30, 308, 40], "point": [289, 35], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [270, 30, 308, 40]}, "data_type": "chrome", "category": "structural_text", "surface": "settings_panel", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0396.png", "id": "pbt_0396", "instruction": "Waar staat `October`?", "bbox": [132, 228, 181, 238], "point": [156, 233], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [132, 228, 181, 238]}, "data_type": "chrome", "category": "structural_text", "surface": "fax_cover", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0397.png", "id": "pbt_0397", "instruction": "CV task: localize `North` following 'p.m. Central, Chicago office, River' with a tight rectangle.", "bbox": [477, 641, 510, 650], "point": [493, 645], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [477, 641, 510, 650], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "word_processor", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0398.png", "id": "pbt_0398", "instruction": "locate between the «t» and the «o» in \"monitoring\" right before 'network'.", "bbox": [768, 230, 774, 246], "point": [771, 238], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [768, 230, 774, 246]}, "data_type": "caret", "category": "caret_between_chars", "surface": "project_overview", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0399.png", "id": "pbt_0399", "instruction": "Où est «17h» ?", "bbox": [603, 403, 621, 410], "point": [612, 406], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [603, 403, 621, 410]}, "data_type": "chrome", "category": "structural_text", "surface": "expense_report", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0400.png", "id": "pbt_0400", "instruction": "Click location for `eaten`.", "bbox": [745, 410, 753, 427], "point": [749, 418], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [745, 410, 753, 427]}, "data_type": "caret", "category": "paragraph_end", "surface": "bios_screen", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0394.png", "id": "pbt_0394", "instruction": "add text between \"Do\" and «not»", "bbox": [414, 113, 422, 134], "point": [418, 123], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 113, 422, 134]}, "data_type": "caret", "category": "between_words", "surface": "tax_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0395.png", "id": "pbt_0395", "instruction": "Please place a marker at the end of the line that starts with 'klo 01:00-04:00 (EET).'.", "bbox": [939, 289, 963, 314], "point": [951, 301], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 289, 963, 314]}, "data_type": "caret", "category": "line_end", "surface": "file_manager", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0396.png", "id": "pbt_0396", "instruction": "x,y just past the last occurrence of `breise`", "bbox": [875, 664, 880, 681], "point": [877, 672], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [875, 664, 880, 681]}, "data_type": "caret", "category": "caret_after_word", "surface": "memo_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0397.png", "id": "pbt_0397", "instruction": "CV task: localize `North` following 'p.m. Central, Chicago office, River' with a tight rectangle.", "bbox": [477, 641, 510, 650], "point": [493, 645], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [477, 641, 510, 650], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "word_processor", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0398.png", "id": "pbt_0398", "instruction": "Draw a box around the bill-to address block.", "bbox": [526, 129, 633, 184], "point": [579, 156], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [526, 129, 633, 184], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0399.png", "id": "pbt_0399", "instruction": "midpoint: «Email» in the sign-up form", "bbox": [481, 153, 510, 163], "point": [495, 158], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [481, 153, 510, 163]}, "data_type": "chrome", "category": "structural_text", "surface": "signup_form", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0400.png", "id": "pbt_0400", "instruction": "Kindly return coordinates for the start of the line that starts with \"class period by\".", "bbox": [34, 583, 53, 602], "point": [44, 592], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [34, 583, 53, 602]}, "data_type": "caret", "category": "line_start", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0401.png", "id": "pbt_0401", "instruction": "Grounding target: the \"II\" in bold", "bbox": [774, 93, 790, 115], "point": [782, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [774, 93, 790, 115]}, "data_type": "chrome", "category": "structural_text", "surface": "website_article", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0402.png", "id": "pbt_0402", "instruction": "add text after 'v1' in the sentence 'Reason v0.19.2 v1 export path performs full table scans for large streams and cannot honor per-tenant fairness guarantees.'", "bbox": [310, 198, 317, 214], "point": [313, 206], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [310, 198, 317, 214]}, "data_type": "caret", "category": "caret_after_word", "surface": "issue_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0403.png", "id": "pbt_0403", "instruction": "respond with x,y for the center of the last 'adult' in the visit notes.", "bbox": [311, 363, 347, 375], "point": [329, 369], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 363, 347, 375]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0404.png", "id": "pbt_0404", "instruction": "Ticket: return coords for the washed-out `sensitivity`.", "bbox": [207, 166, 217, 193], "point": [212, 179], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [207, 166, 217, 193]}, "data_type": "caret", "category": "sentence_boundary", "surface": "tax_form", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0405.png", "id": "pbt_0405", "instruction": "Klik op «dokumentation».", "bbox": [736, 534, 817, 543], "point": [776, 538], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [736, 534, 817, 543]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0406.png", "id": "pbt_0406", "instruction": "spelling fix after the second occurrence of \"and\"", "bbox": [307, 253, 317, 282], "point": [312, 267], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [307, 253, 317, 282]}, "data_type": "caret", "category": "caret_after_word", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0402.png", "id": "pbt_0402", "instruction": "Return the bounding box of the tax ID.", "bbox": [274, 207, 332, 217], "point": [303, 212], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [274, 207, 332, 217], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax_id", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0403.png", "id": "pbt_0403", "instruction": "Draw a box around the due date.", "bbox": [695, 130, 749, 143], "point": [722, 136], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [695, 130, 749, 143], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0404.png", "id": "pbt_0404", "instruction": "Text-line box request: the line that starts with «during the light»", "bbox": [93, 353, 931, 393], "point": [512, 373], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [93, 353, 931, 393], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "job_application", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0405.png", "id": "pbt_0405", "instruction": "bbox pls: the line beginning with `Thursday. The quarterly`", "bbox": [91, 72, 933, 97], "point": [512, 84], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [91, 72, 933, 97], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "poll_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0406.png", "id": "pbt_0406", "instruction": "Locate the end of the line that starts with 'Contains wheat, barley,'", "bbox": [781, 509, 796, 524], "point": [789, 516], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [781, 509, 796, 524]}, "data_type": "caret", "category": "line_end", "surface": "nutrition_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0407.png", "id": "pbt_0407", "instruction": "following \"dr\" within the snippet `with dr.\" }`", "bbox": [596, 374, 604, 391], "point": [600, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [596, 374, 604, 391]}, "data_type": "caret", "category": "caret_after_word", "surface": "api_client", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0408.png", "id": "pbt_0408", "instruction": "Give the bounding box of the line that starts with \"Section 7 -\": top-left then bottom-right.", "bbox": [30, 666, 466, 680], "point": [248, 673], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [30, 666, 466, 680], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "fitness_tracker", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0409.png", "id": "pbt_0409", "instruction": "Klik op 'birželio'.", "bbox": [568, 647, 613, 657], "point": [590, 652], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [568, 647, 613, 657]}, "data_type": "word", "category": "word_center", "surface": "pivot_summary", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0410.png", "id": "pbt_0410", "instruction": "Return where «portal» inside the news story sits on screen.", "bbox": [570, 513, 579, 535], "point": [574, 524], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [570, 513, 579, 535]}, "data_type": "caret", "category": "sentence_boundary", "surface": "teletext_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0411.png", "id": "pbt_0411", "instruction": "the word \"rate\", centered", "bbox": [754, 643, 778, 652], "point": [766, 647], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [754, 643, 778, 652]}, "data_type": "word", "category": "word_center", "surface": "expense_report", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0412.png", "id": "pbt_0412", "instruction": "Dov'è `lease_agreement.pdf`?", "bbox": [20, 15, 134, 27], "point": [77, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 15, 134, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "pdf_viewer", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0413.png", "id": "pbt_0413", "instruction": "Haz clic en «shows».", "bbox": [498, 417, 536, 428], "point": [517, 422], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [498, 417, 536, 428]}, "data_type": "word", "category": "word_center", "surface": "course_platform", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0414.png", "id": "pbt_0414", "instruction": "what point marks the center of the second occurrence of \"to\"?", "bbox": [763, 505, 776, 514], "point": [769, 509], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [763, 505, 776, 514]}, "data_type": "word", "category": "word_center", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0415.png", "id": "pbt_0415", "instruction": "Identify the smallest rectangle that contains «up» after `sell-through`.", "bbox": [263, 539, 275, 551], "point": [269, 545], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [263, 539, 275, 551], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "dictionary_entry", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0416.png", "id": "pbt_0416", "instruction": "Waar staat \"Odjel\"?", "bbox": [595, 52, 677, 85], "point": [636, 68], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [595, 52, 677, 85]}, "data_type": "chrome", "category": "structural_text", "surface": "lecture_slide", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0417.png", "id": "pbt_0417", "instruction": "Return the coordinate of the 'Transferred' colored purple.", "bbox": [50, 299, 110, 308], "point": [80, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [50, 299, 110, 308]}, "data_type": "word", "category": "word_center", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0418.png", "id": "pbt_0418", "instruction": "Output the box for `n` within «And» just before «309.65», top-left first.", "bbox": [58, 558, 66, 569], "point": [61, 563], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [58, 558, 66, 569], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "spreadsheet_grid", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0419.png", "id": "pbt_0419", "instruction": "Show the top-left and bottom-right corners for the word 'payroll'.", "bbox": [673, 558, 717, 571], "point": [695, 564], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [673, 558, 717, 571], "threshold": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "court_filing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0408.png", "id": "pbt_0408", "instruction": "return where \"to\" right before 'bump' is drawn.", "bbox": [383, 290, 391, 297], "point": [387, 293], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [383, 290, 391, 297]}, "data_type": "word", "category": "word_center", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0409.png", "id": "pbt_0409", "instruction": "show me where the 'IT' in bold is", "bbox": [659, 516, 689, 534], "point": [674, 525], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [659, 516, 689, 534]}, "data_type": "word", "category": "word_center", "surface": "accounting_ledger", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0410.png", "id": "pbt_0410", "instruction": "put the caret at the end of the paragraph that ends with 'clarity' inside 'about clarity. 1,'.", "bbox": [498, 311, 506, 328], "point": [502, 319], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [498, 311, 506, 328]}, "data_type": "caret", "category": "paragraph_end", "surface": "dos_file_manager", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0411.png", "id": "pbt_0411", "instruction": "give the bounding box of the \"g\" in the bold \"ridge\": top-left then bottom-right.", "bbox": [110, 433, 118, 443], "point": [114, 438], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [110, 433, 118, 443], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "signup_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0412.png", "id": "pbt_0412", "instruction": "what's the center of the \"regjistrat\" in the code pill?", "bbox": [368, 443, 418, 451], "point": [393, 447], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [368, 443, 418, 451]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0413.png", "id": "pbt_0413", "instruction": "that first \"e\" in «Hornitzaileen» right after 'Gaia:'", "bbox": [320, 271, 328, 282], "point": [323, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [320, 271, 328, 282]}, "data_type": "char", "category": "char_center", "surface": "course_platform", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0414.png", "id": "pbt_0414", "instruction": "give me the coordinate pair for «engineering».", "bbox": [891, 692, 969, 705], "point": [930, 698], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [891, 692, 969, 705]}, "data_type": "word", "category": "word_center", "surface": "crypto_exchange", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0415.png", "id": "pbt_0415", "instruction": "label task: draw the box around the 'were' in italics.", "bbox": [522, 595, 545, 600], "point": [533, 597], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [522, 595, 545, 600], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "recipe_card", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0416.png", "id": "pbt_0416", "instruction": "cursor position after the first `prillit`", "bbox": [638, 491, 643, 508], "point": [640, 499], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [638, 491, 643, 508]}, "data_type": "caret", "category": "caret_after_word", "surface": "lecture_slide", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0417.png", "id": "pbt_0417", "instruction": "OCR bbox request: the \"WT\" colored pink", "bbox": [616, 426, 632, 437], "point": [624, 431], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [616, 426, 632, 437], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "finance_dashboard", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0418.png", "id": "pbt_0418", "instruction": "Return the bounding box of the 'Onsite training' line item.", "bbox": [266, 349, 757, 367], "point": [511, 358], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [266, 349, 757, 367], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_item", "surface": "invoice", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0419.png", "id": "pbt_0419", "instruction": "Put insertion between the two \"p\"'s in 'approximately' following \"began\".", "bbox": [367, 597, 373, 612], "point": [369, 604], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [367, 597, 373, 612]}, "data_type": "caret", "category": "caret_between_chars", "surface": "patent_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0420.png", "id": "pbt_0420", "instruction": "Put the cursor just past the last «ad».", "bbox": [881, 444, 889, 464], "point": [885, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [881, 444, 889, 464]}, "data_type": "caret", "category": "caret_after_word", "surface": "email_3pane", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0421.png", "id": "pbt_0421", "instruction": "Locate the paragraph whose opening text is «With» in the phrase `tolerance. With 34-unit` and return the bbox.", "bbox": [187, 332, 837, 389], "point": [512, 360], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [187, 332, 837, 389], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0422.png", "id": "pbt_0422", "instruction": "Geef me de coördinaat van \"ekipi\".", "bbox": [153, 525, 180, 537], "point": [166, 531], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [153, 525, 180, 537]}, "data_type": "word", "category": "word_center", "surface": "calendar_week", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0423.png", "id": "pbt_0423", "instruction": "Waar staat 'mmHg'?", "bbox": [915, 195, 953, 207], "point": [934, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 195, 953, 207]}, "data_type": "chrome", "category": "structural_text", "surface": "patient_record", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0424.png", "id": "pbt_0424", "instruction": "Clicca su \"miss\".", "bbox": [278, 89, 310, 100], "point": [294, 94], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [278, 89, 310, 100]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0425.png", "id": "pbt_0425", "instruction": "¿Dónde está \"sinhronizaciji\"?", "bbox": [533, 516, 618, 529], "point": [575, 522], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [533, 516, 618, 529]}, "data_type": "word", "category": "word_center", "surface": "lecture_slide", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0421.png", "id": "pbt_0421", "instruction": "Locate the paragraph whose opening text is «With» in the phrase `tolerance. With 34-unit` and return the bbox.", "bbox": [187, 332, 837, 389], "point": [512, 360], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [187, 332, 837, 389], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0422.png", "id": "pbt_0422", "instruction": "Box the sender's VAT identification number.", "bbox": [340, 120, 395, 131], "point": [367, 125], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [340, 120, 395, 131], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_tax_id", "surface": "invoice", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0423.png", "id": "pbt_0423", "instruction": "Whole-paragraph rectangle, begins with \"Efni\" inside \"d. Efni: Viðhald\".", "bbox": [133, 231, 891, 329], "point": [512, 280], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [133, 231, 891, 329], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "prescription_view", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0424.png", "id": "pbt_0424", "instruction": "Draw a box around the sender's postal code.", "bbox": [274, 170, 299, 181], "point": [286, 175], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [274, 170, 299, 181], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_zip", "surface": "invoice", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0425.png", "id": "pbt_0425", "instruction": "Locate between the \"l\" and the 'i' in the slanted 'linjën'.", "bbox": [434, 382, 442, 409], "point": [438, 395], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [434, 382, 442, 409]}, "data_type": "caret", "category": "caret_between_chars", "surface": "package_registry", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0426.png", "id": "pbt_0426", "instruction": "The period glued after the `nora.richter@example.com` colored purple.", "bbox": [928, 399, 936, 417], "point": [932, 408], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 399, 936, 417]}, "data_type": "punctuation", "category": "punctuation", "surface": "email_3pane", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0427.png", "id": "pbt_0427", "instruction": "Dame la coordenada de \"all\".", "bbox": [928, 632, 945, 645], "point": [936, 638], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [928, 632, 945, 645]}, "data_type": "word", "category": "word_center", "surface": "trip_itinerary", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0428.png", "id": "pbt_0428", "instruction": "Haz clic en `editor`.", "bbox": [98, 16, 139, 27], "point": [118, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [98, 16, 139, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "code_editor", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0429.png", "id": "pbt_0429", "instruction": "Klik op 'instalacije'.", "bbox": [592, 620, 644, 632], "point": [618, 626], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [592, 620, 644, 632]}, "data_type": "word", "category": "word_center", "surface": "search_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0430.png", "id": "pbt_0430", "instruction": "Donne-moi la coordonnée de `Page`.", "bbox": [844, 13, 873, 25], "point": [858, 19], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [844, 13, 873, 25]}, "data_type": "chrome", "category": "structural_text", "surface": "pdf_viewer", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0431.png", "id": "pbt_0431", "instruction": "Dov'è 'Stand'?", "bbox": [136, 320, 173, 330], "point": [154, 325], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [136, 320, 173, 330]}, "data_type": "chrome", "category": "structural_text", "surface": "order_confirmation", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0432.png", "id": "pbt_0432", "instruction": "¿Dónde está \"rādītājs\"?", "bbox": [293, 304, 328, 313], "point": [310, 308], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [293, 304, 328, 313]}, "data_type": "word", "category": "word_center", "surface": "comment_section", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0433.png", "id": "pbt_0433", "instruction": "Geef me de coördinaat van «Bookkeeping».", "bbox": [20, 16, 112, 30], "point": [66, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 16, 112, 30]}, "data_type": "chrome", "category": "structural_text", "surface": "accounting_ledger", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0434.png", "id": "pbt_0434", "instruction": "Setze den Cursor zwischen `e` und «r» in `ändern` im Satz «Internationale Investoren fordern häufig langfristige Cashflow-Prognosen; diese wiederum hängen von politischen Rahmenbedingungen, CO₂-Bepreisung, Gebäudeenergiegesetz, ab, die sich innerhalb einer Legislaturperiode ändern können.».", "bbox": [640, 680, 648, 698], "point": [644, 689], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [640, 680, 648, 698]}, "data_type": "caret", "category": "caret_between_chars", "surface": "package_registry", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0435.png", "id": "pbt_0435", "instruction": "need the location of `Net` in the phrase '31. Net income'", "bbox": [637, 155, 654, 165], "point": [645, 160], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [637, 155, 654, 165]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0436.png", "id": "pbt_0436", "instruction": "Setze den Cursor zwischen `D` und 'a' in das letzte \"Datenmitnahme\" auf der Seite.", "bbox": [741, 569, 747, 583], "point": [744, 576], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [741, 569, 747, 583]}, "data_type": "caret", "category": "caret_between_chars", "surface": "court_filing", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0437.png", "id": "pbt_0437", "instruction": "Dame la coordenada de 'billing-export'.", "bbox": [690, 50, 932, 79], "point": [811, 64], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [690, 50, 932, 79]}, "data_type": "chrome", "category": "structural_text", "surface": "lecture_slide", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0438.png", "id": "pbt_0438", "instruction": "near center of «logo» just before 'Norgay,'", "bbox": [519, 195, 544, 205], "point": [531, 200], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [519, 195, 544, 205]}, "data_type": "word", "category": "word_center", "surface": "installer_wizard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0439.png", "id": "pbt_0439", "instruction": "Klik op \"intranetpagina\".", "bbox": [785, 135, 871, 148], "point": [828, 141], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [785, 135, 871, 148]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0440.png", "id": "pbt_0440", "instruction": "Dame la coordenada de «PALVELINHUOLTO».", "bbox": [192, 43, 576, 70], "point": [384, 56], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [192, 43, 576, 70]}, "data_type": "chrome", "category": "structural_text", "surface": "magazine_spread", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0441.png", "id": "pbt_0441", "instruction": "Bounding Box des Absatzes, der mit das Wort `Bitte` beginnt?", "bbox": [691, 140, 1008, 250], "point": [849, 195], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [691, 140, 1008, 250], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "file_manager", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0442.png", "id": "pbt_0442", "instruction": "[LOC] «that» before `to`", "bbox": [181, 513, 206, 525], "point": [193, 519], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [181, 513, 206, 525]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0443.png", "id": "pbt_0443", "instruction": "Waar staat \"in\"?", "bbox": [237, 346, 247, 355], "point": [242, 350], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [237, 346, 247, 355]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0444.png", "id": "pbt_0444", "instruction": "Start typing location for 'hold' inside \"quality hold on\".", "bbox": [365, 106, 370, 126], "point": [367, 116], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [365, 106, 370, 126]}, "data_type": "caret", "category": "caret_before_word", "surface": "tax_form", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0445.png", "id": "pbt_0445", "instruction": "Label: the `Spell` in bold", "bbox": [261, 251, 295, 264], "point": [278, 257], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [261, 251, 295, 264]}, "data_type": "word", "category": "word_center", "surface": "settings_panel", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0446.png", "id": "pbt_0446", "instruction": "Please box just the second 'c' in 'Pacific' in the phrase \"Experience. Pacific, Zoom\".", "bbox": [680, 714, 689, 726], "point": [684, 720], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [680, 714, 689, 726], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "ci_pipeline", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0447.png", "id": "pbt_0447", "instruction": "Waar staat \"Edit\"?", "bbox": [324, 749, 356, 757], "point": [340, 753], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [324, 749, 356, 757]}, "data_type": "chrome", "category": "structural_text", "surface": "dos_file_manager", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0448.png", "id": "pbt_0448", "instruction": "Ich will direkt nach das erste «row» auf der Seite weiterschreiben, wo klicke ich?", "bbox": [128, 155, 136, 172], "point": [132, 163], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [128, 155, 136, 172]}, "data_type": "caret", "category": "caret_after_word", "surface": "code_editor", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0449.png", "id": "pbt_0449", "instruction": "Haz clic en «Naslov».", "bbox": [664, 740, 701, 748], "point": [682, 744], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [664, 740, 701, 748]}, "data_type": "chrome", "category": "structural_text", "surface": "personal_blog", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0450.png", "id": "pbt_0450", "instruction": "Klicke auf das Ende der Zeile, die mit «Akzeptanzmessungen über 70» beginnt.", "bbox": [940, 378, 955, 393], "point": [948, 385], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [940, 378, 955, 393]}, "data_type": "caret", "category": "line_end", "surface": "server_inventory", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0451.png", "id": "pbt_0451", "instruction": "Geef me de coördinaat van «1/125s».", "bbox": [835, 445, 869, 453], "point": [852, 449], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [835, 445, 869, 453]}, "data_type": "chrome", "category": "structural_text", "surface": "photo_gallery", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0452.png", "id": "pbt_0452", "instruction": "Gib mir den Rahmen um die Zeile, die mit \"Design consultation Betreff:\" beginnt.", "bbox": [61, 284, 423, 299], "point": [242, 291], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [61, 284, 423, 299], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "invoice_detail", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0453.png", "id": "pbt_0453", "instruction": "Please identify where 'nonprofit' appears on screen.", "bbox": [714, 248, 780, 264], "point": [747, 256], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [714, 248, 780, 264]}, "data_type": "word", "category": "word_center", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0454.png", "id": "pbt_0454", "instruction": "ich will direkt nach 'hosting' direkt nach «cloud» weiterschreiben, wo klicke ich?", "bbox": [152, 348, 158, 360], "point": [155, 354], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [152, 348, 158, 360]}, "data_type": "caret", "category": "caret_after_word", "surface": "invoice_detail", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0427.png", "id": "pbt_0427", "instruction": "Click at the start of the line that starts with 'Efni: Viðhald á'.", "bbox": [22, 252, 37, 266], "point": [30, 259], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [22, 252, 37, 266]}, "data_type": "caret", "category": "line_start", "surface": "fitness_tracker", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0428.png", "id": "pbt_0428", "instruction": "what's the center of the \"main.py\" in bold?", "bbox": [20, 16, 75, 30], "point": [47, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 16, 75, 30]}, "data_type": "chrome", "category": "structural_text", "surface": "code_editor", "language": "es", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0429.png", "id": "pbt_0429", "instruction": "just the center of \"juna\"", "bbox": [793, 599, 816, 610], "point": [804, 604], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [793, 599, 816, 610]}, "data_type": "word", "category": "word_center", "surface": "search_page", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0430.png", "id": "pbt_0430", "instruction": "gimme the spot for the \"so\" with the underline", "bbox": [707, 633, 725, 642], "point": [716, 637], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [707, 633, 725, 642]}, "data_type": "word", "category": "word_center", "surface": "pdf_viewer", "language": "fr", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0431.png", "id": "pbt_0431", "instruction": "char bbox: the \"l\" in the 'licencí' colored green", "bbox": [78, 231, 85, 247], "point": [81, 239], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [78, 231, 85, 247], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "order_confirmation", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0432.png", "id": "pbt_0432", "instruction": "☐ find center of the \"sunnuntain\" in bold", "bbox": [328, 141, 409, 151], "point": [368, 146], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [328, 141, 409, 151]}, "data_type": "word", "category": "word_center", "surface": "poll_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0433.png", "id": "pbt_0433", "instruction": "Give me x,y at the end of the \"planning\" flagged by spellcheck.", "bbox": [560, 537, 566, 553], "point": [563, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [560, 537, 566, 553]}, "data_type": "caret", "category": "caret_after_word", "surface": "settings_panel", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0434.png", "id": "pbt_0434", "instruction": "The typing position between the `t` and the 'o' in `Investoren` within the snippet «Internationale Investoren fordern».", "bbox": [233, 624, 239, 642], "point": [236, 633], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [233, 624, 239, 642]}, "data_type": "caret", "category": "caret_between_chars", "surface": "package_registry", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0435.png", "id": "pbt_0435", "instruction": "Box the entire supplier (from) block.", "bbox": [288, 170, 365, 259], "point": [326, 214], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [288, 170, 365, 259], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0436.png", "id": "pbt_0436", "instruction": "ground-truth point for first «t» in 'initiativen' following '5. während frühe'", "bbox": [187, 591, 192, 599], "point": [189, 595], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [187, 591, 192, 599]}, "data_type": "char", "category": "char_center", "surface": "patent_page", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0437.png", "id": "pbt_0437", "instruction": "Can you find the position of 'Slide' right after «5»?", "bbox": [20, 447, 43, 454], "point": [31, 450], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 447, 43, 454]}, "data_type": "chrome", "category": "structural_text", "surface": "lecture_slide", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0438.png", "id": "pbt_0438", "instruction": "Centroid: \"Closed-toe\"", "bbox": [24, 541, 66, 549], "point": [45, 545], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 541, 66, 549]}, "data_type": "word", "category": "word_center", "surface": "flight_booking", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0439.png", "id": "pbt_0439", "instruction": "Draw a box around the line item row for 'UX research'.", "bbox": [268, 310, 755, 330], "point": [511, 320], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [268, 310, 755, 330], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_line_item", "surface": "invoice", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0440.png", "id": "pbt_0440", "instruction": "Put the caret just after the period that ends the sentence with 'OPS-771' right before 'Jos'.", "bbox": [311, 212, 317, 226], "point": [314, 219], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [311, 212, 317, 226]}, "data_type": "caret", "category": "sentence_boundary", "surface": "realestate_listing", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0441.png", "id": "pbt_0441", "instruction": "Tap target center: `fehlt` right before `der`", "bbox": [544, 480, 569, 489], "point": [556, 484], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [544, 480, 569, 489]}, "data_type": "word", "category": "word_center", "surface": "notification_center", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0442.png", "id": "pbt_0442", "instruction": "Center of the text `and` in the phrase «labels and barcodes».", "bbox": [752, 628, 776, 639], "point": [764, 633], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [752, 628, 776, 639]}, "data_type": "word", "category": "word_center", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0443.png", "id": "pbt_0443", "instruction": "Single mark: period; word: the last «sostenibilitat@empresa.cat» in the event description.", "bbox": [414, 264, 421, 277], "point": [417, 270], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [414, 264, 421, 277]}, "data_type": "punctuation", "category": "punctuation", "surface": "event_page", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0444.png", "id": "pbt_0444", "instruction": "Center of the line reading the first occurrence of \"arrive\".", "bbox": [347, 283, 383, 293], "point": [365, 288], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [347, 283, 383, 293]}, "data_type": "word", "category": "word_center", "surface": "job_application", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0445.png", "id": "pbt_0445", "instruction": "Phrase delimiter: semicolon after 'defects' in the sentence `Quality https://github.com/acme/guide prohibit shipping known sev-1 defects; sev-2 items require documented waivers with compensating controls and sunset dates.`.", "bbox": [903, 516, 910, 528], "point": [906, 522], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [903, 516, 910, 528]}, "data_type": "punctuation", "category": "punctuation", "surface": "file_manager", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0446.png", "id": "pbt_0446", "instruction": "Please box just the second \"a\" in 'Data'.", "bbox": [362, 714, 371, 724], "point": [366, 719], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [362, 714, 371, 724], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "ci_pipeline", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0447.png", "id": "pbt_0447", "instruction": "Target the start of the line that starts with \"od 08:00 do\"", "bbox": [31, 228, 48, 245], "point": [40, 236], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [31, 228, 48, 245]}, "data_type": "caret", "category": "line_start", "surface": "retro_forum", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0448.png", "id": "pbt_0448", "instruction": "Return the bounding box of the subtotal (before tax).", "bbox": [706, 353, 739, 366], "point": [722, 359], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [706, 353, 739, 366], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_subtotal", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0449.png", "id": "pbt_0449", "instruction": "Insert here: between the `t` and the 'i' in the first occurrence of 'meeting'.", "bbox": [855, 396, 867, 422], "point": [860, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [855, 396, 867, 422]}, "data_type": "caret", "category": "caret_between_chars", "surface": "magazine_spread", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0450.png", "id": "pbt_0450", "instruction": "Click right after the last word of the paragraph ending with the last occurrence of \"vorliegen\".", "bbox": [724, 583, 730, 598], "point": [727, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [724, 583, 730, 598]}, "data_type": "caret", "category": "paragraph_end", "surface": "cron_schedule", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0451.png", "id": "pbt_0451", "instruction": "Give the midpoint coordinates of 'Lager' in the phrase 'vum Lager 11.05.2024'.", "bbox": [483, 211, 528, 225], "point": [505, 218], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [483, 211, 528, 225]}, "data_type": "word", "category": "word_center", "surface": "streaming_catalog", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0452.png", "id": "pbt_0452", "instruction": "could you find the end of the line that starts with 'fachverfahren hinweg genutzt'?", "bbox": [206, 575, 219, 589], "point": [213, 582], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [206, 575, 219, 589]}, "data_type": "caret", "category": "line_end", "surface": "expense_report", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0453.png", "id": "pbt_0453", "instruction": "The period at the terminus of 'soy' within the snippet \"peanuts, soy. May\".", "bbox": [540, 538, 546, 547], "point": [542, 542], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [540, 538, 546, 547]}, "data_type": "punctuation", "category": "punctuation", "surface": "nutrition_label", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0454.png", "id": "pbt_0454", "instruction": "Grounding target: before the last occurrence of 'aktiv'", "bbox": [155, 461, 160, 479], "point": [157, 470], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [155, 461, 160, 479]}, "data_type": "caret", "category": "caret_before_word", "surface": "expense_report", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0455.png", "id": "pbt_0455", "instruction": "visual center of \"job\"", "bbox": [302, 117, 326, 131], "point": [314, 124], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [302, 117, 326, 131]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0456.png", "id": "pbt_0456", "instruction": "Need coordinates between the 'e' and the \"v\" in `review` following 'to'.", "bbox": [884, 626, 892, 643], "point": [888, 634], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [884, 626, 892, 643]}, "data_type": "caret", "category": "caret_between_chars", "surface": "bbs_terminal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0457.png", "id": "pbt_0457", "instruction": "What are the x,y coordinates of the underlined \"API\"?", "bbox": [466, 436, 496, 449], "point": [481, 442], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [466, 436, 496, 449]}, "data_type": "word", "category": "word_center", "surface": "poll_page", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0458.png", "id": "pbt_0458", "instruction": "Dammi la coordinata di «Windy».", "bbox": [54, 170, 89, 184], "point": [71, 177], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [54, 170, 89, 184]}, "data_type": "chrome", "category": "structural_text", "surface": "weather_forecast", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0459.png", "id": "pbt_0459", "instruction": "Waar staat 'sul'?", "bbox": [907, 349, 924, 362], "point": [915, 355], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [907, 349, 924, 362]}, "data_type": "word", "category": "word_center", "surface": "survey_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0460.png", "id": "pbt_0460", "instruction": "The editable boundary described as the code-formatted \"objectives\".", "bbox": [555, 191, 563, 216], "point": [559, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [555, 191, 563, 216]}, "data_type": "caret", "category": "sentence_boundary", "surface": "personal_blog", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0461.png", "id": "pbt_0461", "instruction": "Waar staat \"le\"?", "bbox": [617, 243, 628, 253], "point": [622, 248], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [617, 243, 628, 253]}, "data_type": "chrome", "category": "structural_text", "surface": "gmail_inbox", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0462.png", "id": "pbt_0462", "instruction": "¿Dónde está \"være\"?", "bbox": [816, 316, 846, 324], "point": [831, 320], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [816, 316, 846, 324]}, "data_type": "word", "category": "word_center", "surface": "markdown_notes", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0463.png", "id": "pbt_0463", "instruction": "☐ find center of the word 'where'", "bbox": [817, 377, 856, 387], "point": [836, 382], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [817, 377, 856, 387]}, "data_type": "word", "category": "word_center", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0464.png", "id": "pbt_0464", "instruction": "Waar staat 'want'?", "bbox": [438, 304, 481, 316], "point": [459, 310], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [438, 304, 481, 316]}, "data_type": "chrome", "category": "structural_text", "surface": "system_dialog", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0465.png", "id": "pbt_0465", "instruction": "x,y between the 'r' and the «y» in the boldfaced \"Advisory\".", "bbox": [227, 660, 235, 681], "point": [231, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [227, 660, 235, 681]}, "data_type": "caret", "category": "caret_between_chars", "surface": "weather_forecast", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0466.png", "id": "pbt_0466", "instruction": "Clicca su 'RateIt'.", "bbox": [20, 18, 74, 29], "point": [47, 23], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [20, 18, 74, 29]}, "data_type": "chrome", "category": "structural_text", "surface": "review_page", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0467.png", "id": "pbt_0467", "instruction": "pick «manual» after 'separate' on the document.", "bbox": [347, 218, 353, 235], "point": [350, 226], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [347, 218, 353, 235]}, "data_type": "caret", "category": "sentence_boundary", "surface": "patient_record", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0468.png", "id": "pbt_0468", "instruction": "Haz clic en \"sont\".", "bbox": [542, 188, 574, 198], "point": [558, 193], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [542, 188, 574, 198]}, "data_type": "word", "category": "word_center", "surface": "dos_file_manager", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0469.png", "id": "pbt_0469", "instruction": "Waar staat «v1.19.1»?", "bbox": [348, 584, 409, 597], "point": [378, 590], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [348, 584, 409, 597]}, "data_type": "word", "category": "word_center", "surface": "metrics_dashboard", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0470.png", "id": "pbt_0470", "instruction": "Where's \"Inbox\" following «code.» exactly?", "bbox": [76, 446, 82, 462], "point": [79, 454], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [76, 446, 82, 462]}, "data_type": "caret", "category": "paragraph_start", "surface": "memo_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0471.png", "id": "pbt_0471", "instruction": "\"r\" (inside «are»)", "bbox": [108, 406, 113, 413], "point": [110, 409], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [108, 406, 113, 413]}, "data_type": "char", "category": "char_center", "surface": "pivot_summary", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0472.png", "id": "pbt_0472", "instruction": "\"day\" // need position", "bbox": [803, 181, 809, 197], "point": [806, 189], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [803, 181, 809, 197]}, "data_type": "caret", "category": "sentence_boundary", "surface": "email_3pane", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0473.png", "id": "pbt_0473", "instruction": "Clique sur 'regions'.", "bbox": [527, 97, 587, 112], "point": [557, 104], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [527, 97, 587, 112]}, "data_type": "word", "category": "word_center", "surface": "plain_text", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0474.png", "id": "pbt_0474", "instruction": "correction point after 'controls' right before \"and\"", "bbox": [915, 706, 921, 723], "point": [918, 714], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [915, 706, 921, 723]}, "data_type": "caret", "category": "caret_after_word", "surface": "status_page", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0456.png", "id": "pbt_0456", "instruction": "Coordinates for the point following `power`.", "bbox": [958, 314, 970, 348], "point": [964, 331], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [958, 314, 970, 348]}, "data_type": "caret", "category": "caret_after_word", "surface": "profile_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0457.png", "id": "pbt_0457", "instruction": "Center pixel of the purple 'Hosted'", "bbox": [687, 260, 725, 270], "point": [706, 265], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [687, 260, 725, 270]}, "data_type": "chrome", "category": "structural_text", "surface": "event_page", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0458.png", "id": "pbt_0458", "instruction": "I am looking for the line extent of the line that starts with \"Molimo da ponesete\".", "bbox": [127, 522, 921, 542], "point": [524, 532], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [127, 522, 921, 542], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "video_player", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0459.png", "id": "pbt_0459", "instruction": "Return the visual extents of 'd' in \"den\" in the phrase `C:\\Users\\max\\notes.txt licencí Dobrý den, v příloze`.", "bbox": [56, 142, 65, 155], "point": [60, 148], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [56, 142, 65, 155], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "tax_form", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0460.png", "id": "pbt_0460", "instruction": "Please return the top-left coordinate, then the bottom-right coordinate, for the last occurrence of 'trust'.", "bbox": [461, 511, 498, 522], "point": [479, 516], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [461, 511, 498, 522], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "magazine_spread", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0461.png", "id": "pbt_0461", "instruction": "Return the bounding box of the invoice number.", "bbox": [370, 646, 433, 657], "point": [401, 651], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [370, 646, 433, 657], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0462.png", "id": "pbt_0462", "instruction": "ticket: need a bounding rect for \"vormil\" before \"TÖ-17\".", "bbox": [360, 184, 395, 194], "point": [377, 189], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [360, 184, 395, 194], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "word_bbox", "surface": "markdown_notes", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0463.png", "id": "pbt_0463", "instruction": "could you point to after 'Artifacts' just before 'expected'", "bbox": [157, 280, 162, 293], "point": [159, 286], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [157, 280, 162, 293]}, "data_type": "caret", "category": "caret_after_word", "surface": "comment_section", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0464.png", "id": "pbt_0464", "instruction": "between `gennemgår` and \"skabelonerne\"", "bbox": [841, 333, 845, 348], "point": [843, 340], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 333, 845, 348]}, "data_type": "caret", "category": "between_words", "surface": "installer_wizard", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0465.png", "id": "pbt_0465", "instruction": "Offset to the left of the word \"Icefall\".", "bbox": [283, 719, 289, 734], "point": [286, 726], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [283, 719, 289, 734]}, "data_type": "caret", "category": "caret_before_word", "surface": "video_player", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0466.png", "id": "pbt_0466", "instruction": "letter-level target in «Secure» right after '•': first «e»", "bbox": [717, 241, 727, 250], "point": [721, 245], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [717, 241, 727, 250]}, "data_type": "char", "category": "char_center", "surface": "realestate_listing", "language": "it", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0467.png", "id": "pbt_0467", "instruction": "Resolve coordinates for the word \"priority\".", "bbox": [266, 197, 307, 209], "point": [286, 203], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [266, 197, 307, 209]}, "data_type": "word", "category": "word_center", "surface": "prescription_view", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0468.png", "id": "pbt_0468", "instruction": "Grounding target: the second occurrence of \"transakcji\"", "bbox": [668, 470, 733, 484], "point": [700, 477], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [668, 470, 733, 484]}, "data_type": "word", "category": "word_center", "surface": "retro_forum", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0469.png", "id": "pbt_0469", "instruction": "The visible second \"n\" in «planning».", "bbox": [382, 367, 390, 381], "point": [385, 374], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [382, 367, 390, 381]}, "data_type": "char", "category": "char_center", "surface": "alert_list", "language": "nl", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0470.png", "id": "pbt_0470", "instruction": "cursor position before the last 'can' in the handling instructions", "bbox": [788, 516, 796, 536], "point": [792, 526], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [788, 516, 796, 536]}, "data_type": "caret", "category": "caret_before_word", "surface": "shipping_label", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0471.png", "id": "pbt_0471", "instruction": "Annotation point: the end of the line that starts with «on the opposite».", "bbox": [933, 461, 970, 493], "point": [952, 477], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [933, 461, 970, 493]}, "data_type": "caret", "category": "line_end", "surface": "accounting_ledger", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0472.png", "id": "pbt_0472", "instruction": "Draw a box around the due date.", "bbox": [682, 72, 728, 85], "point": [705, 78], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [682, 72, 728, 85], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_due_date", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0473.png", "id": "pbt_0473", "instruction": "Click at the very end of the paragraph ending with 'pressure' in the sentence \"The quarterly report shows https://github.com/acme/releases growth across all regions despite supply chain pressure.\".", "bbox": [829, 93, 835, 117], "point": [832, 105], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [829, 93, 835, 117]}, "data_type": "caret", "category": "paragraph_end", "surface": "plain_text", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0474.png", "id": "pbt_0474", "instruction": "Where is the last occurrence of \"type\"?", "bbox": [694, 476, 722, 487], "point": [708, 481], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [694, 476, 722, 487]}, "data_type": "word", "category": "word_center", "surface": "server_inventory", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} {"file_name": "0475.png", "id": "pbt_0475", "instruction": "the margin between 'config' and 'reloaded'", "bbox": [247, 282, 254, 296], "point": [250, 289], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [247, 282, 254, 296]}, "data_type": "caret", "category": "between_words", "surface": "terminal", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0476.png", "id": "pbt_0476", "instruction": "Dammi la coordinata di \"F1\".", "bbox": [24, 725, 42, 736], "point": [33, 730], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [24, 725, 42, 736]}, "data_type": "chrome", "category": "structural_text", "surface": "bios_screen", "language": "it", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0477.png", "id": "pbt_0477", "instruction": "Gib die Bounding Box von zweite \"e\" in 'Keine' direkt nach \"Abnahmekriterien\": oben links, dann unten rechts.", "bbox": [188, 284, 195, 293], "point": [191, 288], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [188, 284, 195, 293], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "job_listing", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0478.png", "id": "pbt_0478", "instruction": "position following \"Workflow\" in the phrase \"of Workflow Orchestrator\"", "bbox": [524, 412, 530, 430], "point": [527, 421], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [524, 412, 530, 430]}, "data_type": "caret", "category": "caret_after_word", "surface": "job_listing", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0479.png", "id": "pbt_0479", "instruction": "Mark where the end of the line that starts with \"accounts.payable@sterlingmfg.com and matched\" is.", "bbox": [937, 520, 952, 536], "point": [945, 528], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [937, 520, 952, 536]}, "data_type": "caret", "category": "line_end", "surface": "course_platform", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0476.png", "id": "pbt_0476", "instruction": "I want to start a new sentence right after 'katkoa' in the news story. Where do I click?", "bbox": [440, 621, 449, 642], "point": [444, 631], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [440, 621, 449, 642]}, "data_type": "caret", "category": "sentence_boundary", "surface": "teletext_page", "language": "it", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0477.png", "id": "pbt_0477", "instruction": "Checklist: center of the last «von» on the page", "bbox": [114, 719, 142, 729], "point": [128, 724], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [114, 719, 142, 729]}, "data_type": "word", "category": "word_center", "surface": "spreadsheet_grid", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0478.png", "id": "pbt_0478", "instruction": "between 'fx' and '=SUM(C2:B10'", "bbox": [102, 9, 109, 26], "point": [105, 17], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [102, 9, 109, 26]}, "data_type": "caret", "category": "between_words", "surface": "spreadsheet_grid", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0479.png", "id": "pbt_0479", "instruction": "Box the ZIP code in the sender's address.", "bbox": [487, 115, 507, 125], "point": [497, 120], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [487, 115, 507, 125], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_sender_zip", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} {"file_name": "0480.png", "id": "pbt_0480", "instruction": "just the center of the «viewer» in bold", "bbox": [95, 16, 141, 27], "point": [118, 21], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [95, 16, 141, 27]}, "data_type": "chrome", "category": "structural_text", "surface": "log_viewer", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0481.png", "id": "pbt_0481", "instruction": "Center of the phrase \"Primary\" right before 'risk watch: supplier insolvency rumors affecting'.", "bbox": [530, 575, 568, 586], "point": [549, 580], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [530, 575, 568, 586]}, "data_type": "word", "category": "word_center", "surface": "cron_schedule", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0482.png", "id": "pbt_0482", "instruction": "Donne-moi la coordonnée de `votes`.", "bbox": [144, 275, 173, 283], "point": [158, 279], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [144, 275, 173, 283]}, "data_type": "chrome", "category": "structural_text", "surface": "poll_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0483.png", "id": "pbt_0483", "instruction": "Bounding Box des Absatzes, der mit das Wort «Barrierefreiheit» beginnt?", "bbox": [50, 326, 704, 479], "point": [377, 402], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [50, 326, 704, 479], "threshold": 0.7}, "data_type": "bbox", "category": "paragraph_bbox", "surface": "issue_tracker", "language": "de", "difficulty": "easy", "image_size": [1024, 768]} -{"file_name": "0484.png", "id": "pbt_0484", "instruction": "Waar staat «radnog»?", "bbox": [410, 500, 454, 516], "point": [432, 508], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [410, 500, 454, 516]}, "data_type": "chrome", "category": "structural_text", "surface": "rss_reader", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0485.png", "id": "pbt_0485", "instruction": "The period at `days` just before \"Secondary\"'s tail.", "bbox": [451, 445, 457, 457], "point": [453, 451], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [451, 445, 457, 457]}, "data_type": "punctuation", "category": "punctuation", "surface": "terms_of_service", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0486.png", "id": "pbt_0486", "instruction": "Place the caret at the end of the line that starts with \"nightly HRIS sync?\".", "bbox": [939, 369, 956, 386], "point": [948, 377], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [939, 369, 956, 386]}, "data_type": "caret", "category": "line_end", "surface": "bbs_terminal", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0487.png", "id": "pbt_0487", "instruction": "Return coords for the gap between the \"u\" and the 'e' in \"Request\" right before 'body'.", "bbox": [465, 322, 471, 337], "point": [468, 329], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [465, 322, 471, 337]}, "data_type": "caret", "category": "caret_between_chars", "surface": "calendar_week", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0488.png", "id": "pbt_0488", "instruction": "Dame la coordenada de «je».", "bbox": [841, 690, 853, 705], "point": [847, 697], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [841, 690, 853, 705]}, "data_type": "word", "category": "word_center", "surface": "rss_reader", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0489.png", "id": "pbt_0489", "instruction": "Could you return the box for the whole line starting with 'Portal by April'?", "bbox": [24, 621, 604, 635], "point": [314, 628], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [24, 621, 604, 635], "threshold": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "patient_record", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0490.png", "id": "pbt_0490", "instruction": "Please mark the character-level bounds of 'v' in `review` before \"for\".", "bbox": [727, 292, 735, 302], "point": [730, 297], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [727, 292, 735, 302], "threshold": 0.7}, "data_type": "bbox", "category": "char_bbox", "surface": "photo_gallery", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0491.png", "id": "pbt_0491", "instruction": "¿Dónde está \"Posts\"?", "bbox": [292, 271, 326, 281], "point": [309, 276], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [292, 271, 326, 281]}, "data_type": "chrome", "category": "structural_text", "surface": "profile_page", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0492.png", "id": "pbt_0492", "instruction": "¿Dónde está \"status\"?", "bbox": [72, 266, 114, 274], "point": [93, 270], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [72, 266, 114, 274]}, "data_type": "word", "category": "word_center", "surface": "terminal", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0493.png", "id": "pbt_0493", "instruction": "Where exactly is \"month\" inside the security notice on the page?", "bbox": [706, 367, 711, 377], "point": [708, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 367, 711, 377]}, "data_type": "caret", "category": "sentence_boundary", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0494.png", "id": "pbt_0494", "instruction": "¿Dónde está 'razvoj'?", "bbox": [550, 266, 592, 279], "point": [571, 272], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [550, 266, 592, 279]}, "data_type": "word", "category": "word_center", "surface": "api_client", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0495.png", "id": "pbt_0495", "instruction": "Klicke auf das Ende der Zeile, die mit `billing_staging_eu, Schema-Version 2026.05.01` beginnt.", "bbox": [388, 365, 403, 380], "point": [396, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [388, 365, 403, 380]}, "data_type": "caret", "category": "line_end", "surface": "dictionary_entry", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} -{"file_name": "0496.png", "id": "pbt_0496", "instruction": "Waar staat \"Hamburg\"?", "bbox": [289, 121, 339, 133], "point": [314, 127], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [289, 121, 339, 133]}, "data_type": "chrome", "category": "structural_text", "surface": "scanned_letter", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0481.png", "id": "pbt_0481", "instruction": "the semicolon butted up against \"daily\" after «IU»", "bbox": [362, 240, 369, 254], "point": [365, 247], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [362, 240, 369, 254]}, "data_type": "punctuation", "category": "punctuation", "surface": "scanned_letter", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0482.png", "id": "pbt_0482", "instruction": "Locate the line that starts with \"an t-áireamhán uastaonraithe\"; return one corner per line.", "bbox": [50, 244, 606, 260], "point": [328, 252], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [50, 244, 606, 260], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "bbox", "category": "line_bbox", "surface": "event_page", "language": "fr", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0483.png", "id": "pbt_0483", "instruction": "Box the invoice number.", "bbox": [647, 52, 710, 63], "point": [678, 57], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [647, 52, 710, 63], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_number", "surface": "invoice", "language": "de", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0484.png", "id": "pbt_0484", "instruction": "text cursor trailing the slanted `tekið`", "bbox": [317, 362, 323, 378], "point": [320, 370], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [317, 362, 323, 378]}, "data_type": "caret", "category": "caret_after_word", "surface": "dictionary_entry", "language": "nl", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0485.png", "id": "pbt_0485", "instruction": "Box the entire customer block.", "bbox": [523, 133, 616, 188], "point": [569, 160], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [523, 133, 616, 188], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0486.png", "id": "pbt_0486", "instruction": "Box the BIC / SWIFT code.", "bbox": [358, 540, 418, 552], "point": [388, 546], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [358, 540, 418, 552], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_bic", "surface": "invoice", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0487.png", "id": "pbt_0487", "instruction": "centerline of the «set» in green", "bbox": [676, 666, 691, 674], "point": [683, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [676, 666, 691, 674]}, "data_type": "word", "category": "word_center", "surface": "todo_app", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0488.png", "id": "pbt_0488", "instruction": "insert after 'að'", "bbox": [78, 513, 84, 527], "point": [81, 520], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [78, 513, 84, 527]}, "data_type": "caret", "category": "caret_after_word", "surface": "dictionary_entry", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0489.png", "id": "pbt_0489", "instruction": "[after the underlined \"at\"]", "bbox": [684, 194, 690, 214], "point": [687, 204], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [684, 194, 690, 214]}, "data_type": "caret", "category": "caret_after_word", "surface": "prescription_view", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0490.png", "id": "pbt_0490", "instruction": "Click at the end of the sentence ending in «plates» just before 'Cell', right after the full stop.", "bbox": [92, 193, 98, 209], "point": [95, 201], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [92, 193, 98, 209]}, "data_type": "caret", "category": "sentence_boundary", "surface": "streaming_catalog", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0491.png", "id": "pbt_0491", "instruction": "Click at the very start of the paragraph beginning with the first \"Předmět\".", "bbox": [94, 214, 100, 234], "point": [97, 224], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [94, 214, 100, 234]}, "data_type": "caret", "category": "paragraph_start", "surface": "comment_section", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0492.png", "id": "pbt_0492", "instruction": "Center of the on-page text the last occurrence of 'sūdzības'.", "bbox": [712, 627, 776, 635], "point": [744, 631], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [712, 627, 776, 635]}, "data_type": "word", "category": "word_center", "surface": "bbs_terminal", "language": "es", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0493.png", "id": "pbt_0493", "instruction": "Place the cursor directly after the period of \"month\" inside the security notice.", "bbox": [706, 367, 711, 377], "point": [708, 372], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [706, 367, 711, 377]}, "data_type": "caret", "category": "sentence_boundary", "surface": "banking_dashboard", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0494.png", "id": "pbt_0494", "instruction": "eval point: \"P\" in \"DPH\" following \"bez\"", "bbox": [935, 293, 943, 302], "point": [938, 297], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [935, 293, 943, 302]}, "data_type": "char", "category": "char_center", "surface": "api_client", "language": "es", "difficulty": "hard", "image_size": [1024, 768]} +{"file_name": "0495.png", "id": "pbt_0495", "instruction": "Selector anchor: `clove` right after '49'", "bbox": [81, 298, 113, 308], "point": [97, 303], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [81, 298, 113, 308]}, "data_type": "word", "category": "word_center", "surface": "recipe_card", "language": "de", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0496.png", "id": "pbt_0496", "instruction": "Box the entire customer block.", "bbox": [274, 179, 344, 229], "point": [309, 204], "answer_type": "bbox", "eval": {"type": "iou", "bbox": [274, 179, 344, 229], "min_coverage": 0.9, "min_precision": 0.7}, "data_type": "invoice", "category": "invoice_recipient", "surface": "invoice", "language": "nl", "difficulty": "easy", "image_size": [1024, 768]} {"file_name": "0497.png", "id": "pbt_0497", "instruction": "Where to insert in the faded 'before' between the «e» and the \"f\".", "bbox": [451, 346, 459, 373], "point": [455, 359], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [451, 346, 459, 373]}, "data_type": "caret", "category": "caret_between_chars", "surface": "word_processor", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0498.png", "id": "pbt_0498", "instruction": "where's the `m` in the last \"from\" on the page?", "bbox": [455, 558, 465, 570], "point": [459, 564], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [455, 558, 465, 570]}, "data_type": "char", "category": "char_center", "surface": "realestate_listing", "language": "en", "difficulty": "hard", "image_size": [1024, 768]} -{"file_name": "0499.png", "id": "pbt_0499", "instruction": "Where is the bold \"no\"?", "bbox": [737, 182, 761, 193], "point": [749, 187], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [737, 182, 761, 193]}, "data_type": "word", "category": "word_center", "surface": "gmail_thread", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} +{"file_name": "0498.png", "id": "pbt_0498", "instruction": "position of the boldfaced `Advisory`", "bbox": [172, 661, 233, 679], "point": [202, 670], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [172, 661, 233, 679]}, "data_type": "word", "category": "word_center", "surface": "weather_forecast", "language": "en", "difficulty": "medium", "image_size": [1024, 768]} +{"file_name": "0499.png", "id": "pbt_0499", "instruction": "☐ find center of «Resolve» following «and Next Week's Priorities: -»", "bbox": [581, 547, 635, 558], "point": [608, 552], "answer_type": "point", "eval": {"type": "point_in_bbox", "bbox": [581, 547, 635, 558]}, "data_type": "word", "category": "word_center", "surface": "gmail_thread", "language": "en", "difficulty": "easy", "image_size": [1024, 768]} diff --git a/pointerbench-text/eval.py b/pointerbench-text/eval.py index 0f4d312d11f6fa379338e0b6fa052b405a31a223..bb30c0360fefe63292997e2fb9fd90b08300c508 100644 --- a/pointerbench-text/eval.py +++ b/pointerbench-text/eval.py @@ -1,8 +1,12 @@ #!/usr/bin/env python3 """Pointerbench-Text official scorer. -Point-answer rows use point-in-bbox accuracy. Bbox-answer rows use strict -binary IoU. Reports overall accuracy plus per-answer-type, per-data-type, +Point-answer rows use point-in-bbox accuracy. Bbox-answer rows use an +asymmetric overlap rule: a hit requires the ground truth to be almost fully +covered (coverage >= 0.90) and the prediction to stay reasonably tight around +it (precision >= 0.70). This penalises predictions that cut off part of the +target far more than predictions that wrap it with some margin. +Reports overall accuracy plus per-answer-type, per-data-type, per-category, per-surface, per-language, and per-difficulty breakdowns. Pure standard library, no dependencies. @@ -95,16 +99,37 @@ def _in_bbox(pt: tuple[float, float], bbox: list[int]) -> bool: return min(x0, x1) <= pt[0] <= max(x0, x1) and min(y0, y1) <= pt[1] <= max(y0, y1) -def _iou(a: list[float], b: list[int]) -> float: +# Asymmetric bbox rule. Plain IoU treats a box that *cuts off* part of the +# target the same as one that simply overshoots it. For grounding we care far +# more about coverage: a prediction that misses part of the ground truth is the +# worst failure, while a prediction that wraps the target with some margin is +# fine. So a hit requires (a) the GT is almost fully covered and (b) the +# prediction does not balloon far past it. +COVERAGE_MIN = 0.90 # share of GT area that must be inside the prediction +PRECISION_MIN = 0.70 # share of prediction area that must be inside the GT + + +def _overlap(a: list[float], b: list[int]) -> tuple[float, float, float]: + """Return (iou, coverage, precision) where coverage = inter/GT and + precision = inter/pred.""" ax0, ay0, ax1, ay1 = _norm_bbox(a) bx0, by0, bx1, by1 = _norm_bbox([float(v) for v in b]) ix0, iy0 = max(ax0, bx0), max(ay0, by0) ix1, iy1 = min(ax1, bx1), min(ay1, by1) inter = max(0.0, ix1 - ix0) * max(0.0, iy1 - iy0) - area_a = max(0.0, ax1 - ax0) * max(0.0, ay1 - ay0) - area_b = max(0.0, bx1 - bx0) * max(0.0, by1 - by0) - denom = area_a + area_b - inter - return inter / denom if denom else 0.0 + pred_area = max(0.0, ax1 - ax0) * max(0.0, ay1 - ay0) + gt_area = max(0.0, bx1 - bx0) * max(0.0, by1 - by0) + union = pred_area + gt_area - inter + iou = inter / union if union else 0.0 + coverage = inter / gt_area if gt_area else 0.0 + precision = inter / pred_area if pred_area else 0.0 + return iou, coverage, precision + + +def _bbox_hit(pred: list[float], gt: list[int], rule: dict) -> bool: + _, coverage, precision = _overlap(pred, gt) + return (coverage >= float(rule.get("min_coverage", COVERAGE_MIN)) + and precision >= float(rule.get("min_precision", PRECISION_MIN))) def evaluate(gt: list[dict], preds: dict[str, dict]) -> dict: @@ -124,7 +149,7 @@ def evaluate(gt: list[dict], preds: dict[str, dict]) -> dict: missing += 1 ok = False else: - ok = _iou(box, ex["bbox"]) >= float(rule.get("threshold", 0.7)) + ok = _bbox_hit(box, ex["bbox"], rule) else: pt = _point(pred) if pt is None: