feat: pdf2cad

This commit is contained in:
2026-03-03 21:24:02 +00:00
commit 112213da6e
61 changed files with 7290 additions and 0 deletions

16
tests/fixtures/expected/edge_cases.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"source_pdf": "edge_cases.pdf",
"extraction_timestamp": "2026-01-01T00:00:00Z",
"part_name": "back_panel",
"overall_dimensions": {
"width_mm": 600,
"height_mm": 720,
"depth_mm": 3
},
"parts": [],
"raw_annotations": [
"Scale: 1:1",
"Material: 3mm HDF",
"Note: Thin panel, handle with care"
]
}