Red Pen Mark Remover Removes red handwritten marks from scanned documents and images using color detection and inpainting algorithms. Installation Usage Python API Command Line Parameters | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | input path | str | - | Path to input image | | output path | str | - | Path to save output | | sensitivity | float | 0.3 | Color detection sensitivity (0.0-1.0) | | radius | int | 3 | Inpainting radius | | method | str | "telea" | Inpainting method: "telea" or "ns" | Tips - High sensitivity (0.4-0.5) : Better for brig…