HTML JPG OCR XML BMP
Aspose.OCR  for .NET
TEXT

通过 C# 将 BMP 转换为 TEXT

在任何基于 .NET 的应用程序中使用光学字符识别将 BMP 转换为文本。

如何使用 C# 将 BMP 转换为 TEXT

为了将 BMP 转换为 TEXT,我们将使用 Aspose.OCR for .NET API,这是一个功能丰富、功能强大且易于使用的用于 C# 平台的文档操作和转换 API。打开 NuGet 包管理器,搜索 Aspose.OCR 并安装。您也可以从包管理器控制台使用以下命令。

包管理器控制台命令


PM> Install-Package Aspose.OCR

通过 C# 将 BMP 转换为 TEXT 的步骤

  1. 创建AsposeOcr类的实例
  2. 调用AsposeOCR.RecognizeImage方法
  3. 将BMP文件路径作为参数传递
  4. AsposeOCR.RecognizeImage 返回一个带有识别文本的字符串
  5. 如果需要,将字符串转换为 TXT 文件

转换要求

  • Microsoft Windows 或兼容 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++(通过 COM 互操作)的操作系统。
  • Microsoft Visual Studio 等开发环境。
  • 项目中引用的 .NET DLL 的 Aspose.OCR。
 

此示例代码显示 BMP 到 TEXT C# 转换

// initialize an instance of AsposeOcr
AsposeOcr ocr = new AsposeOcr();
// recognize image
string riText = ocr.RecognizeImage("template.bmp");
// print text
Console.WriteLine(riText); 
 
  • 将 BMP 转换为 TEXT 的免费应用程序

      No need to download or setup anything.
      No need to write any code.
      Just upload your BMP file and hit the "Convert" button.
      You will instantly get the download link for resultant TEXT file.

    其他支持的转换