Classifier for Custom Forms and Wage Stubs
I'd like to train a custom classifier to categorize several documents, including some forms with predefined format. Among input document types, we also have wage stubs that need to be classified as such. However, training a classifier on wage stubs is out of scope because it needs a super large training dataset to accommodate all variations, which can be many.
I’m aware there is a prebuilt model for wage stubs— is there a way to incorporate that model into the classifier? Alternatively, is there a more efficient approach than training our classifier on all wage stub variations to reliably identify wage stubs among other document types?