Hello, I am trying to classify PDF document types using the machine learning classifier.
For example, if there is a 5-page document and each page is of type A, I would like to classify it as five separate instances of type A. When using the intelligent keyword classifier, it works as expected, but with the machine learning classifier, it classifies the entire 5-page document as a single entity.
I saw a case that seems similar to mine; does the machine learning classifier not support page splitting?