pycharm textract how to import into pycharm

Answered

I want to write this in pycharm and see it working - what do I need to import etc?

  1. from textract import process
  2. text = process('/tmp/mydocument.pdf')
0
1 comment

Sorry, not sure I follow you. If you need to install *textract* package for your project interpreter, please see: https://www.jetbrains.com/help/pycharm/2016.3/installing-uninstalling-and-upgrading-packages.html. If you need something else, please provide more details to let me help you.

0

Please sign in to leave a comment.