
DocShadow (SD7K) document shadow remover. Runs each shadow-cast Image through a learned restoration model that separates uneven illumination from text detail and emits an evenly-lit Image. Tiny inputs pass through unchanged.
Clean a phone photo of a page, then run OCR on the result.
Deshadow a live camera capture and serve it to a viewer.
Unwarp a document, deshadow it, then recognize the text.
weights_url into the node cache; the first run needs outbound network unless the cache is pre-seeded.
device falls back to CPU when no GPU backend is visible.
device and weights_url are read once at startup; the model is loaded once and reused for every call.
Automated release