fix: correct URL encoding in JSON examples for invoice paths

This commit is contained in:
yuanmengqi
2025-06-09 08:06:27 +00:00
parent b41339c5e5
commit 630f92fd7c
2 changed files with 4 additions and 4 deletions

View File

@@ -14,11 +14,11 @@
},
{
"path": "/home/user/Desktop/Invoice # GES-20220215-82.pdf",
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%2523%20GES-20220215-82.pdf"
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%23%20GES-20220215-82.pdf"
},
{
"path": "/home/user/Desktop/Invoice # 243729.pdf",
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%2523%20243729.pdf"
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%23%20243729.pdf"
},
{
"path": "/home/user/Desktop/Bank-Statement.pdf",
@@ -42,7 +42,7 @@
},
"expected": {
"type": "cloud_file",
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%2523%20243729.pdf",
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/337d318b-aa07-4f4f-b763-89d9a2dd013f/Invoice%20%23%20243729.pdf",
"dest": "Invoice # 243729 Gold.pdf"
}
},