feat: pdf2cad
This commit is contained in:
44
tests/fixtures/expected/cabinet_basic.json
vendored
Normal file
44
tests/fixtures/expected/cabinet_basic.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"source_pdf": "cabinet_basic.pdf",
|
||||
"extraction_timestamp": "2026-01-01T00:00:00Z",
|
||||
"part_name": "cabinet_carcass",
|
||||
"overall_dimensions": {
|
||||
"width_mm": 600,
|
||||
"height_mm": 720,
|
||||
"depth_mm": 400
|
||||
},
|
||||
"parts": [],
|
||||
"raw_annotations": [
|
||||
"Scale: 1:1",
|
||||
"Material: 18mm melamine MDF",
|
||||
"Edgebanding: 2mm ABS white",
|
||||
"Back Panel: 3mm HDF"
|
||||
],
|
||||
"material": {
|
||||
"type": "melamine MDF",
|
||||
"thickness_mm": 18,
|
||||
"finish": "white"
|
||||
},
|
||||
"edgebanding": {
|
||||
"top": {
|
||||
"material": "ABS",
|
||||
"thickness_mm": 2,
|
||||
"color": "white"
|
||||
},
|
||||
"bottom": {
|
||||
"material": "ABS",
|
||||
"thickness_mm": 2,
|
||||
"color": "white"
|
||||
},
|
||||
"left": {
|
||||
"material": "ABS",
|
||||
"thickness_mm": 2,
|
||||
"color": "white"
|
||||
},
|
||||
"right": {
|
||||
"material": "ABS",
|
||||
"thickness_mm": 2,
|
||||
"color": "white"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user