goldfishh / chatgpt-tool-hub

An open-source chatgpt tool ecosystem where you can combine tools with chatgpt and use natural language to do anything.
MIT License
1.22k stars 165 forks source link

能够增加一个支持图片文字识别的功能吗?就是我发送图片后,能够识别文字,然后回复我。 #47

Open kumuweifengchun-sudo opened 1 year ago

kumuweifengchun-sudo commented 1 year ago

前置确认

1. 网络能够访问openai接口
2. git pull 拉取最新代码
3. 执行pip install -r requirements.txt,检查依赖是否满足
4. 在已有 issue 中未搜索到类似问题

5. 注意,提issue前请确认用本项目test.py(参考README.md 快速开始配置)重试一次你的问题是否能复现

问题描述

  1. 你的问题是否在test.py能复现?

  2. 你复现时的config.json,注意抹去你的api-key

    {
    "tools": [],
    "kwargs": {
      "debug": true  // debug模式一定要打开
    }
    }
  3. 你的问题:

[替换我]
  1. 收到ai的回复:
[替换我]
  1. debug模式终端打印的日志:
[替换我]

环境

goldfishh commented 1 year ago

有一个image2text的tool了,但是依赖安装会比较繁琐

leno1001 commented 1 year ago

ocr识别就能提取图片中的文字,通常用在身份证,驾驶证,银行卡等这些卡片信息的提取