Our document structure is as per below image. There are document types present on each department, and some document types are not present in other department. Classifying by Department, then by Document Type will consume more resources. What is the best approach of classification in this case?
If document type 1 mentioned under different departments os of same structure then the classification can be based on documnet type directly …we need not segregate based on department again…
Classification is required to understand different types of documents …so if the document type across departments is same then you can directly go with document type without department classification
How do you identify which Department the Document Type 1 belongs to ? If it is available within the Document, then maybe adding an extra field Department and identifying that field value might be an approach. This is only if a clear deduction of the department name is possible when observed the document data.