# TextRemovedBinaryImageUnit

The `TextRemovedBinaryImageUnit` interface extends the `IntermediateResultUnit` interface and represents a text-removed binary image unit.

```typescript
interface TextRemovedBinaryImageUnit extends IntermediateResultUnit {
    imageData: DSImageData;
} 
```

## imageData

The image data for the text-removed binary image.
