I'm using ocropus library for large images.
When I try to process 5000x4000pix image, MemoryError is raised.
I looked up an answer, but following answer is all that I found.
But, I am working on windows, and my servers are working on windows; therefore that solution does not work for me.
Is there an any parameters for Python, like -Xmx in Java?
Thank you, for your answers.