随笔分类 - c#
摘要:string text="中文"; string keyword; byte[] buffer= Encoding.UTF8.GetBytes(text); keyword=Encoding.GetEncoding("GB2312").GetString(buffer);
阅读全文
摘要:https://files.cnblogs.com/files/trdbk/%E7%94%B5%E8%A7%86%E5%89%A7%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD.zip
阅读全文
摘要://百度图片识别api接口 public static JObject GeneralBasic(string apikey,string secretkey,string path) { var client = new Baidu.Aip.Ocr.Ocr(apikey, secretkey);
阅读全文
摘要:我主要是用于识别视频上的文字,只是图文识别的技术还不够成熟,识别起来比较困难,有些简单的页面可以识别。 本文介绍两种比较主流和成熟的识别方式: 方式一、Asprise-OCR实现。 方式二、Microsoft Office Document Imaging(Office 2007) 组件实现。 方式
阅读全文
摘要:Rectangle ScreenArea = Screen.GetWorkingArea(this); this.Size = new Size(100,ScreenArea.Height);//设置为屏幕高度
阅读全文

浙公网安备 33010602011771号