timClicks / slate

The simplest way to extract text from PDFs in Python
http://timmcnamara.co.nz/
GNU General Public License v3.0
428 stars 139 forks source link

Specify slate utils #29

Open StumpyFrostreaver opened 8 years ago

violet4 commented 6 years ago

this new import has an issue. see the demonstration:

In [1]: import slate.utils

In [2]: utils
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-2-161bece6c1ba> in <module>
----> 1 utils

NameError: name 'utils' is not defined

better:

import slate.utils as utils