************** 异常文本 **************
Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
at Newtonsoft.Json.Linq.JObject.Parse(String json)
at WXOCR.Form1.PictureBoxExample() in E:\截图OCR\Form1.cs:line 99
at WXOCR.Form1.button1_Click(Object sender, EventArgs e) in E:\截图OCR\Form1.cs:line 66
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.PerformClick()
at WXOCR.Form1.GlobalKeyProcess() in E:\截图OCR\Form1.cs:line 144
at WXOCR.Form1.WndProc(Message& m) in E:\截图OCR\Form1.cs:line 160
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)