Text Recognition Issues

Thanks for replying.

I am using JetPack 4.6.1 if I am right, the file name is: jetson-nano-jp461-sd-card-image.zip

PyTorch version I use is 1.9.0 as mentioned in the setup in this link >>> Object Detection with Jetson Nano

Update:
I have installed PyTorch v1.10.0 from the link you have mentioned you sent. The errors are not showing now, but I get “Killed” when I try to run easy_ocr_demo.py or video_capture.py

Note:
The script works when I disable GPU in video_captured.py by replacing:
this line: reader = easyocr.Reader([‘en’], use_trt=True)
with this : reader = easyocr.Reader([‘en’], gpu=False, verbose=False)