OCR
Follow this website
https://towardsdatascience.com/a-gentle-introduction-to-ocr-ee1469a201aa
1. install/update scikit-image
pip install scikit-image --upgrade
2. install open cv
Instructions:
https://blog.csdn.net/qq_35608277/article/details/79132349
a. Download whl file for your python and win:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
b. Put the .whl file to the directory: XXX\Anaconda3\Lib\site-packages
c. in conda promp, go to Lib\site-packages
cd C:\Users\stops\Anaconda3\Lib\site-packages
b. install open cv
pip install opencv_python-4.1.0-cp36-cp36m-win_amd64.whl
3. install tqdm
pip install tqdm
4. install Beautifulsoup4
conda install -c anaconda beautifulsoup4
https://towardsdatascience.com/a-gentle-introduction-to-ocr-ee1469a201aa
1. install/update scikit-image
pip install scikit-image --upgrade
2. install open cv
Instructions:
https://blog.csdn.net/qq_35608277/article/details/79132349
a. Download whl file for your python and win:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
b. Put the .whl file to the directory: XXX\Anaconda3\Lib\site-packages
c. in conda promp, go to Lib\site-packages
cd C:\Users\stops\Anaconda3\Lib\site-packages
b. install open cv
pip install opencv_python-4.1.0-cp36-cp36m-win_amd64.whl
3. install tqdm
pip install tqdm
4. install Beautifulsoup4
conda install -c anaconda beautifulsoup4
留言
張貼留言