Interface: ImagesConvertOptions
Defined in: src/batteries/media/contracts.ts:217
Options understood by embedded-image extraction converts (application/pdf → images).
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
format? | string | Preferred output encoding token (jpg, png, …). An extractor that can emit it natively should; outputs in other encodings are re-encoded downstream by the requesting step. | src/batteries/media/contracts.ts:222 |