Files
fil/fixtures/format_specific/format_hwpx_standalone.json

27 lines
570 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "format_hwpx_standalone",
"category": "format_specific",
"description": "Standalone HWPX extraction using extract_bytes_sync",
"tags": ["format_specific", "hwpx", "text_extraction"],
"call": "extract_bytes_sync",
"input": {
"data": "hwpx/simple.hwpx",
"mime_type": "application/haansofthwpx"
},
"assertions": [
{
"type": "not_error"
},
{
"type": "min_length",
"field": "content",
"value": 20
},
{
"type": "contains",
"field": "content",
"value": "Hello from HWPX"
}
]
}