JaidedAI / EasyOCR

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

Home Page:https://www.jaided.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VM shuts down when easy-ocr is run on it

rishavmitra opened this issue · comments

Hello,
We are trying to create a website that converts Images in a PDF to text. While running it locally this works works fine and after a minute we get the results.

But when I hosted my application on a VM in Azure, the VM shuts down whenever the readtext() function is called for reading large text filled images. There are no exceptions raised and no warnings.

Here is a screenshot:

image

This is the Easy-ocr function:

image

Any help is highly appreciated.

I am facing the same issue but on docker, any solution for this?

I am facing the same issue but on docker, any solution for this?

Yeah, the solution was upgrading your RAM, Seems like Easy OCR requires a minimum of 8GB ram to run. So bumping up the RAM on your VM might solve this issue.

I am facing the same issue but on docker, any solution for this?

Yeah, the solution was upgrading your RAM, Seems like Easy OCR requires a minimum of 8GB ram to run. So bumping up the RAM on your VM might solve this issue.

Yeah you are right, figured it out a while ago.