xy3
xy3
学习了,试试看,之前我也是跑网心云高丢包
可能因为作者只适配了中文的画图功能,你可能需要修改js和php文件搜索'画'来修改相关代码并且改成draw这个单词
Perhaps because the author only adapted the Chinese drawing function, you may need to modify the js and php files to search for '画' to modify the relevant code and...
you should also change setsession.php `

估计官方还没开放使用吧,可以先用用mineru或者硅基流动的deepseek ocr 我一直没用上官方api ---原始邮件--- 发件人: "Chen ***@***.***> 发送时间: 2025年11月10日(周一) 中午11:10 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [PaddlePaddle/PaddleOCR] Aistudio api缺少pdf页数参数 (Issue #16871) Jeckinchen left a comment (PaddlePaddle/PaddleOCR#16871) 想问一下你知道这个API_URL怎么填写吗?文档里没找到写这个的 — Reply to...
It may be caused by the reverse openai interface used by the third-party transit API I use. Now I have changed one, which seems to be normal.
写了个在控制台可执行的脚本方便一键禁用某个文件夹内的文件 ``` // 获取当前页面的URL参数 function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } // 从当前URL中提取datasetId和parentId const datasetId = getQueryParam('datasetId'); const parentId = getQueryParam('parentId'); // 获取总页数 let totalPages =...