Traceable datasheet-to-SPICE model generation for power MOSFETs and diodes, with validation benchmarks.
Scanned datasheets and bitmap-only PDF plots cannot be handled reliably by PDF vector extraction. The v1 workflow therefore uses a calibrated raster pipeline:
This is intentionally semi-automatic. It is more reliable to ask for a small amount of calibration than to silently guess axes from a scanned image. The GUI lets reviewers fill the page and plot rectangle from rendered evidence images, then run the raster digitizer for one curve at a time.
The local workbench exposes:
POST /api/raster-digitize
Example request:
{
"session": "<upload-session>",
"filename": "device.pdf",
"page": 11,
"plot_rect": [120, 180, 420, 360],
"curve_name": "coss_pf",
"x_range": [0.1, 1000],
"y_range": [1, 100000],
"threshold": 110,
"initial_y_fraction": null
}
The response includes:
points: calibrated X/Y values plus original pixel coordinates.confidence: a coverage/continuity score for review triage.metrics: requested point count, extracted point count, gaps, threshold, and
dark-pixel fraction.Ciss, Coss, and Crss.