I tried to find the documentation which should describe the differences between the various modes. Would someone clarify the different modes?
public enum RecognitionMode
{
Flow = 0,
PdfFlow = 1,
Fixed = 2,
}