OptionalContentGroup
data class OptionalContentGroup(val id: String, val name: String, val intent: List<String>, val usage: PdfDictionary?)
One Optional Content Group. The id is the OCG's PDF object number stringified. It is stable inside the document, and /OC marked-content sections refer to it.