Epub Character Page Count Estimation Options
data class EpubCharacterPageCountEstimationOptions(val audioElementWeight: Int = 50, val iframeElementWeight: Int = 50, val imageElementWeight: Int = 50, val videoElementWeight: Int = 50)
Properties
Link copied to clipboard
The number of characters each audio element should be counted as.
Link copied to clipboard
The number of characters each iframe element should be counted as.
Link copied to clipboard
The number of characters each image element should be counted as.
Link copied to clipboard
The number of characters each video element should be counted as.