We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try parse a large text file (.docx) I get
Yomu.read :text, data Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
but if I convert the file to a .doc works well. Is there a solution for .docx files?
The text was updated successfully, but these errors were encountered:
How large is the file? Can you provide an example docx that crashes?
Letting the user configure available memory by adding VM environment variables to https://github.com/Erol/yomu/blob/master/lib/yomu.rb#L265 might help.
Sorry, something went wrong.
No branches or pull requests
When I try parse a large text file (.docx) I get
but if I convert the file to a .doc works well. Is there a solution for .docx files?
The text was updated successfully, but these errors were encountered: