- Executed pdftract extract on tests/fixtures/encoding/no-mapping.pdf - Captured output in multiple formats: JSON, NDJSON, text - Documented commands and findings in notes/bf-3j4ec.md - Fixture yields valid JSON structure but with empty content (0 pages, 0 blocks, 0 spans) - All exit codes: 0 (success) Closes bf-3j4ec
19 lines
451 B
Text
19 lines
451 B
Text
{
|
|
"attachments": [],
|
|
"fingerprint": "pdftract-v1:ab24a95f44ceca5d2aed4b6d056adddd8539f44c6cd6ca506534e830c82ea8a8",
|
|
"form_fields": [],
|
|
"javascript_actions": [],
|
|
"links": [],
|
|
"metadata": {
|
|
"block_count": 0,
|
|
"cache_age_seconds": null,
|
|
"cache_status": "skipped",
|
|
"page_count": 0,
|
|
"reading_order_algorithm": "xy_cut",
|
|
"span_count": 0
|
|
},
|
|
"pages": [],
|
|
"schema_version": "1.0",
|
|
"signatures": [],
|
|
"threads": []
|
|
}
|