摘要:/* IDE: VS 2022 17.5 OS: windows 10 .net: 8.0 生成PDF文档,从PDF文档中获取文字内容 控制台下测试 */ // See https://aka.ms/new-console-template for more information using Sy
阅读全文
摘要:from xpinyin import Pinyin #https://github.com/lxneng/xpinyin def print_hi(name): # Use a breakpoint in the code line below to debug your script. prin
阅读全文
摘要:using System; using NPinyin; //https://github.com/WuTong1995/NPinyin using Microsoft.International.Converters.PinYinConverter; using Microsoft.Interna
阅读全文