2

I use Tess_two library and need to interrupt recognizing(method getUTF8Text) if it goes too long. How can i do it. Method stop() dosen't work((

JJoe
  • 175
  • 6

1 Answers1

1

You need to use getHOCRText instead of getUTF8Text if you want to use stop().

rmtheis
  • 5,992
  • 12
  • 61
  • 78