您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Typefont:第一个检测图像中文本字体的开源库-源码

  2. 字型 Typefont是一个实验库,用于检测图像中文本的字体。 用法 导入主函数并像下面的脚本一样调用它。 import { Typefont } from "./src/index.js" ; Typefont ( "image.png" ) . then ( ( result ) => console . log ( result ) ) ; 要么 import { Typefont } from "./src/index.js" ; async function getFontF
  3. 所属分类:其它