The document discusses the conversion of non-deterministic finite automata (NFA) to deterministic finite automata (DFA). It states that an NFA with epsilon transitions can first be converted to an NFA without epsilon transitions, which can then be converted to an equivalent DFA. The conversion of NFA to DFA involves constructing a DFA with up to 2^n states for an n-state NFA, with the same input alphabet and transition and acceptance functions based on the NFA. Examples are provided of converting epsilon NFAs to NFAs without epsilon transitions and NFAs to equivalent DFAs.