Module Plugin.File_parser

module Pdf_config : sig ... end
type t = {
  1. id : string;
  2. pdf : Pdf_config.t option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t