You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api=tesserocr.PyTessBaseAPI()
api.SetImage(image)
api.Recognize()
ri=api.GetIterator()
level=tesserocr.RIL.SYMBOLforrintesserocr.iterate_level(ri, level):
ci=r.GetChoiceIterator()
for_inci:
print(123) # crash before this printapi.End()
error result_it.it_->word() != nullptr:Error:Assert failed:in file C:\projects\tesserocr-windows-build\tesseract\src\ccmain\ltrresultiterator.cpp, line 383 when encountering an empty api.GetUTF8Text().
error
result_it.it_->word() != nullptr:Error:Assert failed:in file C:\projects\tesserocr-windows-build\tesseract\src\ccmain\ltrresultiterator.cpp, line 383
when encountering an emptyapi.GetUTF8Text()
.I guess the issue is probably around
tesserocr/tesserocr.pyx
Line 1112 in 2fd8eb5
The text was updated successfully, but these errors were encountered: