fix: correct URL encoding in JSON examples for invoice paths
This commit is contained in:
@@ -14,11 +14,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/home/user/Desktop/Invoice # GES-20220215-82.pdf",
|
"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",
|
"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",
|
"path": "/home/user/Desktop/Bank-Statement.pdf",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"type": "cloud_file",
|
"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"
|
"dest": "Invoice # 243729 Gold.pdf"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
"multi": "true",
|
"multi": "true",
|
||||||
"path": [
|
"path": [
|
||||||
"https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/a0b9dc9c-fc07-4a88-8c5d-5e3ecad91bcb/Amazon%20Web%20Services%20Invoice%20Available%20%5BAccount%3A%200123456789ab%5D.eml",
|
"https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/a0b9dc9c-fc07-4a88-8c5d-5e3ecad91bcb/Amazon%20Web%20Services%20Invoice%20Available%20%5BAccount%3A%200123456789ab%5D.eml",
|
||||||
"https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/a0b9dc9c-fc07-4a88-8c5d-5e3ecad91bcb/Your%20receipt%20from%20X%20%28formerly%20Twitter%29%20%25230123-4567.eml"
|
"https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/a0b9dc9c-fc07-4a88-8c5d-5e3ecad91bcb/Your%20receipt%20from%20X%20(formerly%20Twitter)%20%230123-4567.eml"
|
||||||
],
|
],
|
||||||
"dest": [
|
"dest": [
|
||||||
"gold1.eml",
|
"gold1.eml",
|
||||||
|
|||||||
Reference in New Issue
Block a user