Open starpit opened 4 days ago
Update: by adding an fcntl file lock wrapper around the DocumentConverter
constructor, we can skirt this race condition. Which seems like fair albeit not definitive evidence that it is indeed a race condition on the easyocr side.
When we try to run two or more easyocr's concurrently, we get an error in the downloader. I am guessing that the download logic uses a fixed download filepath?