# TableDataExtractionModel

## Content

# Type Alias: TableDataExtractionModel

```ts
type TableDataExtractionModel = object;
```

Data model for the TableDataExtraction feature.

## Properties

### fontInfo

```ts
fontInfo: object;
```

Contains detailed information about font metrics and style.

#### font

```ts
font: string;
```

Font name.

#### fontDescent

```ts
fontDescent: number;
```

Font descent distance.

#### fontFamily

```ts
fontFamily: string | null;
```

Font family.

#### fontHeight

```ts
fontHeight: number;
```

Font height.

#### scale

```ts
scale: number;
```

Text scale.

***

### newText

```ts
newText: string;
```

The new text to be inserted.

***

### selectedCoords

```ts
selectedCoords: SelectedTextCoordinates;
```

Exact coordinates of the text to be replaced.

***

### selectedText

```ts
selectedText: string;
```

The text that will be replaced.
