The document describes how to convert a given NFA-ε into an equivalent DFA. It finds the ε-closure of each state in the NFA to create the states of the DFA. It then determines the transitions between these DFA states on each input symbol by taking the ε-closure of the NFA state transitions. This results in a DFA transition table and diagram that is equivalent to the original NFA.