Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【取词翻译软件】CopyTranslator(复制翻译,OCR取字翻译
Apps Section
2292
views ·
5
replies ·
To
floor
Go
houyawei
deepin
2020-05-19 04:57
Author
本帖最后由 houyawei 于 2020-6-1 10:52 编辑
看到有人在问deepin上面可用的取词翻译软件,我在这上面用过的有这两个。
1. @
hyikesong
做的软件 words-picker
链接:
https://github.com/ziqiangxu/words-picker
原贴:
https://bbs.deepin.org/post/157586
2.重点介绍这个CopyTranslator,这个对linux端做适配的还是上面这位老哥
文档:
https://copytranslator.github.io/
下载地址:
https://github.com/CopyTranslator/CopyTranslator/releases
这个在win上面挺火的,上几张图,支持复制翻译,拖拽复制,智能互译,智能词典,专注模式,对照模式,聚合引擎,截图OCR识别文字并翻译等
不过在我安装deb包的时候遇到两个问题,不知道这样做有没有啥影响,欢迎大佬指正。
1.安装完打开无响应提示赋予某文件权限,照做了
sudo chmod 4755 /opt/copytranslator/chrome-sandbox
Copy the Code
2.打开软件又提示permission denied open /dev/input/mice
sudo adduser 用户名 input
Copy the Code
注销或者重启,正常使用了
Reply
Like 0
Favorite
View the author
All Replies
houyawei
deepin
2020-05-19 05:02
#1
本帖最后由 houyawei 于 2020-5-18 21:03 编辑
使用指南
https://copytranslator.github.io/guide/9.0.0.html
Reply
Like 0
View the author
pzm9012
Moderator
2020-05-19 05:10
#2
支持一下
Reply
Like 0
View the author
许自强
deepin
2020-05-19 21:02
#3
deb打包没搞好,用AppImage格式的吧
Reply
Like 0
View the author
Comments
houyawei
2020-05-19 23:39
好的好的,大佬就坐。不过已经通过上面的方式安装了
jingle
deepin
2020-05-19 21:38
#4
点赞 来支持
Reply
Like 0
View the author
蒙笛
deepin
2022-01-11 05:04
#5
@jingle CopyTranslator商店里没有。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
看到有人在问deepin上面可用的取词翻译软件,我在这上面用过的有这两个。
1. @hyikesong 做的软件 words-picker
链接:https://github.com/ziqiangxu/words-picker
原贴:https://bbs.deepin.org/post/157586
2.重点介绍这个CopyTranslator,这个对linux端做适配的还是上面这位老哥
文档:https://copytranslator.github.io/
下载地址:https://github.com/CopyTranslator/CopyTranslator/releases
这个在win上面挺火的,上几张图,支持复制翻译,拖拽复制,智能互译,智能词典,专注模式,对照模式,聚合引擎,截图OCR识别文字并翻译等
不过在我安装deb包的时候遇到两个问题,不知道这样做有没有啥影响,欢迎大佬指正。
1.安装完打开无响应提示赋予某文件权限,照做了