文件名称:NLP-image-to-text:从图像中提取文本的代码
文件大小:953KB
文件格式:ZIP
更新时间:2024-06-13 07:41:32
ocr python3 text-recognition tesseract-ocr opencv-python
NLP图像到文本
从图像中提取文本的代码
pip install -r requirements.txt
如果遇到找不到文件错误,如下所示:
FileNotFoundError: [Errno 2] No such file or directory: 'tesseract'
运行以下命令
brew install tesseract
然后如下运行image-to-text.py:
python image-to-text.py
【文件预览】:
NLP-image-to-text-master
----requirements.txt(33B)
----data()
--------test3.jpg(90KB)
--------test2.jpg(12KB)
--------test4.jpg(52KB)
--------test1.jpg(145KB)
--------thres.png(32KB)
--------test1.png(18KB)
----LICENSE(1KB)
----README.md(1KB)
----NLP-application-investigation.pptx(653KB)
----image-to-text.py(1KB)