Spire.OCR 1.9.12 现已正式发布,该版本新增了 OCR 使用的新模型。同时,一些已知问题也在此次更新中被成功修复,例如字符识别错误和多次读取时字符识别不一致的问题。更多详情请查阅以下内容。 新功能: 新增了 OCR 使用的新模型。 OcrScanner scanner = new OcrScanner(); ConfigureOptions configureOptions = new ConfigureOptions(); configureOptions.ModelPath = "ocr_model\\win-x64\\"; // The default is English(for exmple English, Chinese, Chinesetraditional, French, German, Japan, or Korean)…