text = textract.process( 'path/to/norwegian.pdf', method='tesseract', language='jpn', )
but i am still seeing gibberish text when i print it.. I have also tries it with encoding utf_8 and utf_16.. basic Japanese text formats, no luck..
please help..