mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 14:27:10 +00:00
图片识别换行改为marked兼容
This commit is contained in:
parent
b179270bc1
commit
fb5e55131d
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ export class chatgpt extends plugin {
|
|||
const imgorc = await Bot.imageOcr(e.img[i])
|
||||
if (imgorc.language === 'zh' || imgorc.language === 'en') {
|
||||
for (let text of imgorc.wordslist) {
|
||||
imgOcrText += `${text.words}\n`
|
||||
imgOcrText += `${text.words} \n`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue