Values.AdaptersConfigSourceContains information about adapters used when analyzing a document, with each adapter specified using an AdapterId and version
type nonrec t = {adapters : Adapters.t;A list of adapters to be used when analyzing the specified document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of AdapterPage.t ] list
| `String of AdapterId.t ])
list ]
list ])
list ]