HazyResearch / pdftotree

:evergreen_tree: A tool for converting PDF into hOCR with text, tables, and figures being recognized and preserved.
MIT License
434 stars 92 forks source link

Update setup.py #126

Closed SarveshMankar closed 1 year ago

SarveshMankar commented 1 year ago

Error in installing the Module

I was trying to install the pdftotree module on my windows system, it shows up an Error. In the dependencies, we have sklearn which is deprecated and gives an error. So replacing sklearn with scikit-learn make the installing process error-free!

Issue Id: #123 https://github.com/HazyResearch/pdftotree/issues/123

Description of the proposed changes

Just replacing sklearn with scikit-learn.