%timeit  result = ocr.ocr(img_path, cls =True)
for line in result:
  print(line)

I couldn't figure anything out as I do not understand what is wrong with it

0

There are 0 best solutions below