NLP-image-to-text:从图像中提取文本的代码

时间:2024-06-13 07:41:32
【文件属性】:

文件名称: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 我们观察到,对于干净的输入,准确性很高。 参见输入2。嘈杂的输入可能不会产生相同的效果! 一些示例输入和输出: 输入: 输出: DON’T WATCH THE CLOCK; KEEP GOING. SAM LEVENSON / / 7 J .- - flCESSc


【文件预览】:
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)

网友评论