Hello, does anybody know if it's possible (and how!) to organize automated testing in FC, this means comparing recognition results with text typed manually by operators.
And, question #2- if it's possible-is it possible to organize more complicated comparison instead of simple "equal or not", for example counting "editing distance" between two strings,
what assumes writing some code?
I know only one possibility - writing a "rule" in FC that compares filed's value with corresponding value from DB. But as we have a lot of layouts-that means writing and copying some code
many times , is it possible to put this code out in some module? (This last question is actual not only for testing purposes..).
And, secondly, is there some other way to organize testing independently of matched layout?
And, question #2- if it's possible-is it possible to organize more complicated comparison instead of simple "equal or not", for example counting "editing distance" between two strings,
what assumes writing some code?
I know only one possibility - writing a "rule" in FC that compares filed's value with corresponding value from DB. But as we have a lot of layouts-that means writing and copying some code
many times , is it possible to put this code out in some module? (This last question is actual not only for testing purposes..).
And, secondly, is there some other way to organize testing independently of matched layout?