I'm ripping a file but the output is with encode problems. How should I pass the encode to the ripper?
My output is something like:
Um cronograma que você terá em mãos para acompanhá-lo
My code is:
text = DocRipper::rip('file_name.docx')
puts text
I'm ripping a file but the output is with encode problems. How should I pass the encode to the ripper?
My output is something like:
Um cronograma que você terá em mãos para acompanhá-lo
My code is:
text = DocRipper::rip('file_name.docx')
puts text