Results 3 issues of 天行侠

建议增加手动立即同步一个包的命令,类似 cnpm sync的命令,可立即同步一个包。

enhancement

通过预定义文件(docvqa_predefine.py)为Label.txt 增加关系抽取(RE),直观地就是增加id、linking属性,并修改key_cls为question、answer或other。以PPLabelOCRLabel V3的Label.txt新格式要求实现RE( 移除xfund格式、移除切分文本)。

community

error:"Request must accept a json response." ```php public function handle($request, Closure $next, $tokenType = 'api_token', $guard = 'jwt') { // if ($request->ajax() || $request->wantsJson()) { if (($errors = Auth::guard($guard)->validateToken($tokenType)) ===...