In this section we start the gateway appication that will separate out a lot of different document types and deliver them to other applications that are specialized for that document type. The learning template application we just created understands account opening and beneficiary designation form will be fed documents of that type. When we pass in other HR documents they will go to a different application. We need to do this because learning template applications ar really only good at one document type. We can add others, but it's prabably easier just to have two separate applications if you are feeding wildly different document types into a scanner and expecting Datacap to figure out what is what and get all the data off. We need to classify the documents first, then get the data off.