Relative Content

Tag Archive for pythonocreasyocr

EasyOCR not writing output to file on a different system

I am working on an OCR project using the EasyOCR library. I wrote a Python script on my system that works perfectly fine, but when I run the same script on a different system, the output is not being written to the text file.

EasyOCR with async in python3

I use easyocr with processes in aiogram, I need to be able to call the command /stop or /status at any time when the user wants, but because easyocr looks synchronous to me, I can’t implement this