Expose Pl_QPDFTokenizer, and have it do more of the work of managing the token filter's pipeline.
Implement a TokenFilter class and refactor Pl_QPDFTokenizer to use a TokenFilter class called ContentNormalizer. Pl_QPDFTokenizer is now a general filter that passes data through a TokenFilter.