# Vintage Photo Scratch Removal Restorer

**Use case:** 

Remove scratches from damaged old photos and apply a vintage recolor. Returns the restored image URL and processing details per image.

## Input

```json
{
  "imageUrls": [
    "https://raw.githubusercontent.com/microsoft/Bringing-Old-Photos-Back-to-Life/master/test_images/old_w_scratch/d.png"
  ],
  "restorationStyle": "scratch-removal",
  "recolorStyle": "vintage",
  "removeAiArtifacts": true
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Original Photo",
    "format": "image"
  },
  "restoredImageUrl": {
    "label": "Restored Photo",
    "format": "image"
  },
  "processingTime": {
    "label": "Processing Time (ms)",
    "format": "number"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Vintage Photo Restorer](https://apify.com/parseforge/vintage-photo-restorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vintage-photo-restorer) to learn more, explore other use cases, and run it yourself.