我安装了gocr,命令由ubuntu终端(sudo apt install gocr)建议,以便对pdf文件中的文本进行OCR识别。我怎么能用呢?我没有找到一个教程来做这个。
发布于 2020-11-18 19:02:30
在更新的Ubuntu版本中,它被tesseract-ocr:https://wiki.ubuntuusers.de/tesseract-ocr/取代。
对于GUI的简单使用,我建议使用gImageReader:https://github.com/manisandro/gImageReader/releases
安装:
sudo add-apt-repository ppa:sandromani/gimagereader
sudo apt-get update
sudo apt-get install gimagereader tesseract-ocr tesseract-ocr-eng
https://askubuntu.com/questions/1260640
复制相似问题