From One-Off to On-Demand: Productising a Raster-Log Digitiser into a Hosted Scan-to-LAS Service
A research model that wins on a validation set is not a product, and the distance between the two is mostly engineering and product design rather than more training. We built VeerNet, an encoder-decoder segmentation network with transformer attention refinement, as a bespoke deliverable for a US onshore operator: it digitised scanned raster well logs into spec-compliant LAS and CSV files, trained on roughly 15,000 synthetic curves, reaching a peak coefficient of determination of 0.9891, a lowest mean absolute error of 0.0132, and a 20x to 200x speedup over manual tracing. This whitepaper documents the productisation of that one-off capability into a repeatable, hosted, self-serve service, where a user uploads a scan, the model digitises it, a reviewer corrects the imperfect prediction, and a compliant file is downloaded. We treat productisation as three coupled engineering decisions. First, the shape change: a bespoke project is built once and billed once, while a service amortises one trained model across many scans, which inverts the unit economics and forces a different posture toward cost, isolation, and idempotency. Second, the flow: the four self-serve stages of upload, digitise, review, and download, where the review stage is not a convenience but the load-bearing element, because a peak curve-class intersection-over-union of only 0.51 means the model is excellent at most of the trace and wrong on a minority of it, and the product must let a human see and fix exactly that minority. Third, the throughput dividend: one build pointed at a reference archive of 136,771 scanned images returns tracing hours that scale with the speedup, the compounding payoff that justifies the productisation work. We embed three interactive instruments, a bespoke-versus-hosted ledger, the upload-to-download product flow, and a one-model-many-scans throughput meter, and close with the working rule we adopted, that the model is the easy half and the service is the half that decides whether anyone outside the original engagement ever benefits from it.