I am really satisfied about the convenience and high accuracy about it. However my attention has been turned to the following problem.
This is the original image I used as input data.
As the photo had high resolution - 3000x1700 pixel, it was not fast to process the entire image. And following images show the processing the image as a percentage.
As I can see, characters detection is proceeding in order, line by line. The source image has more than 20 lines, so maybe it needs more than 20 times of calculating one line.Is it possible to do this asynchronously perhaps using thread or Async task to improve the optimization?
Thanks in advance.
XueQing