Aspose.OCR 25.1.0

Optical character recognition (OCR) API for .NET

Version 25.1.0 Downloads

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

The ultimate OCR solution, designed for both all-in-one functionality and developer ease. Effortlessly integrate powerful optical character recognition into your .NET applications, websites, cloud services, or serverless functions. With just a few lines of C# code, convert images, scans, PDFs, illustrations, and screenshots into accurate, editable, and searchable text. Transform scanned documents into searchable, indexable PDFs, extract and compare text across images, and streamline your workflows with unrivaled precision and performance.

What is optical character recognition (OCR)?

OCR, or Optical Character Recognition, is used to convert different types of images containing written or printed text into machine-readable text that can be edited, searched, and analyzed digitally. OCR analyzes the image, recognizes the shapes and patterns of characters (letters, numbers, symbols), and converts them into text that a computer can process. This allows users to extract information from physical documents, images, and forms and turn it into usable digital data. It also plays a critical role in accessibility, enabling visually impaired individuals to access textual content through screen readers and other assistive tools.

Recognition languages

Aspose OCR is the perfect solution for global applications and multi-lingual documents. With support for nearly all languages, it ensures accurate text extraction across a wide range of scripts and alphabets. Our engine excels at handling mixed-language documents, such as those featuring both Chinese and English.

  • Extended Latin (English, French, German, Spanish, Portuguese, and other European languages)
  • Cyrillic (Russian, Ukrainian, Bulgarian, and more)
  • Arabic and Persian
  • Chinese
  • Hindi and other Devanagari-based scripts
  • Korean
  • Japanese

Aspose OCR can also extract text from handwritten notes and street photos.

Key features

  • Universal – Effortlessly extract text from any image, whether it's a high-quality scan or a casual street photo, captured via scanner or camera.
  • Fast – Achieve rapid text recognition, processing a page in just seconds with minimal resource consumption. Adjust recognition speed, quality, and resource usage according to your specific needs.
  • Developer-friendly – With just a few lines of code, easily convert images to text, create searchable PDFs, save recognition results to documents, and more, integrating OCR into your workflows seamlessly.
  • Modular – Maintain a lean and efficient application by selectively incorporating advanced features from our comprehensive resource repository.
  • Reliable – Experience exceptional recognition accuracy, even with challenging images that are blurry, rotated, distorted, or noisy.
  • Tesseract alternative – Aspose OCR outperforms Tesseract in complex scenarios, ensuring superior accuracy in cases where Tesseract may struggle or fail.

Supported file formats

Aspose OCR can handle nearly any file format from scanners or cameras, including:

  • JPEG, PNG, BMP, and GIF images
  • Single-page and multi-page TIFF files
  • PDF documents
  • DjVu files

All above-mentioned files can be read directly from web links. You can also use Aspose OCR to perform bulk recognition on images within folders and archives, streamlining large-scale document processing.

The recognition results are returned in popular file and data exchange formats, enabling easy storage, database import, or real-time analysis:

  • Plain Text
  • Searchable PDF
  • Microsoft Word or Excel documents
  • HTML
  • RTF
  • ePUB
  • JSON and XML

Platforms

  • .NET 7, .NET 6, .NET 5, .NET Core, .NET Standard, and .NET Framework.
  • Windows, Linux, macOS, AWS, Azure, and Google Cloud.
  • Desktop applications, console applications, services, web, serverless functions, Docker.

Easy to use

Aspose OCR is designed by developers for developers, offering a straightforward and intuitive interface. You only need 5 lines of code to convert image to text:

  1. Create an instance of Aspose OCR recognition engine:
    Aspose.OCR.AsposeOcr recognitionEngine = new Aspose.OCR.AsposeOcr();
    
  2. Add one or more images to the recognition batch:
    Aspose.OCR.OcrInput source = new Aspose.OCR.OcrInput(Aspose.OCR.InputType.SingleImage);
    source.Add("source.png");
    
  3. Convert image to text:
    List<Aspose.OCR.RecognitionResult> results = recognitionEngine.Recognize(source);
    
  4. Output the recognized text:
    Console.WriteLine(results[0].RecognitionText);
    

That's all! Add Aspose OCR library to your project and paste the full code to try yourself:

Aspose.OCR.AsposeOcr recognitionEngine = new Aspose.OCR.AsposeOcr();
Aspose.OCR.OcrInput source = new Aspose.OCR.OcrInput(Aspose.OCR.InputType.SingleImage);
source.Add("source.png");
List<Aspose.OCR.RecognitionResult> results = recognitionEngine.Recognize(source);
Console.WriteLine(results[0].RecognitionText);

You can download sample projects to explore the advanced capabilities of the Aspose OCR library or visit the product page for live code sample.

Licensing

You can begin using the Aspose OCR library immediately after installation. In evaluation mode (without providing a license), you can recognize text in any supported language and save recognition results in all supported formats, with a few limitations:

  • If the number of characters in a recognized image exceeds 300, only the first 300 characters will be recognized.
  • If the number of characters is fewer than 300, only the first 60% of the characters will be recognized.

To unlock all features, request a temporary license, which removes all trial limitations for 30 days. This gives you the opportunity to build a fully functional OCR application and evaluate Aspose.OCR before making your final purchase decision.

Learn more

Showing the top 20 packages that depend on Aspose.OCR.

Packages Downloads
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
1

https://releases.aspose.com/ocr/net/release-notes/2024/aspose-ocr-for-net-25-1-0-release-notes/

.NET Standard 2.0

Version Downloads Last updated
26.9.1 2 2026/9/16
26.9.0 1 2026/9/16
26.7.1 1 2026/9/16
26.7.0 1 2026/9/16
26.6.1 1 2026/9/16
26.6.0 1 2026/9/16
26.5.2 1 2026/9/16
26.5.1 1 2026/9/16
26.5.0 1 2026/9/16
26.4.0 1 2026/9/16
26.3.0 1 2026/9/16
26.2.0 1 2026/9/16
26.1.0 1 2026/9/16
25.11.0 1 2026/9/16
25.9.1 1 2026/9/16
25.9.0 1 2026/9/16
25.8.0 1 2026/9/16
25.7.0 1 2026/9/16
25.6.0 1 2026/9/16
25.5.0 1 2026/9/16
25.4.0 1 2026/9/16
25.3.0 1 2026/9/16
25.2.0 1 2026/9/16
25.1.0 1 2026/9/16
24.12.0 1 2026/9/16
24.11.1 1 2026/9/16
24.11.0 1 2026/9/16
24.10.0 1 2026/9/16
24.9.0 1 2026/9/16
24.8.1 1 2026/9/16
24.8.0 1 2026/9/16
24.7.0 1 2026/9/16
24.6.0 1 2026/9/16
24.5.0 1 2026/9/16
24.4.2 1 2026/9/16
24.4.1 1 2026/9/16
24.4.0 1 2026/9/16
24.3.1 1 2026/9/16
24.3.0 1 2026/9/16
24.2.0 1 2026/9/16
24.1.0 1 2026/9/16
23.12.1 1 2026/9/16
23.12.0 1 2026/9/16
23.10.1 1 2026/9/16
23.10.0 1 2026/9/16
23.9.0 1 2026/9/16
23.8.1 1 2026/9/16
23.7.1 1 2026/9/16
23.7.0 1 2026/9/16
23.6.0 1 2026/9/16
23.5.0 1 2026/9/13
23.4.0 1 2026/9/16
23.3.1 1 2026/9/16
23.2.1 1 2026/9/16
23.2.0 1 2026/9/16
23.1.0 1 2026/9/16
22.12.0 1 2026/9/16
22.11.1 1 2026/9/16
22.11.0 1 2026/9/16
22.10.0 1 2026/9/16
22.9.0 1 2026/9/16
22.8.0 1 2026/9/16
22.7.0 1 2026/9/16
22.6.0 1 2026/9/16
22.5.0 1 2026/9/16
22.4.0 1 2026/9/16
22.3.0 1 2026/9/16
22.2.0 1 2026/9/16
22.1.0 1 2026/9/16
21.12.0 1 2026/9/16
21.11.0 1 2026/9/16
21.10.0 1 2026/9/16
21.9.0 1 2026/9/16
21.8.0 1 2026/9/16
21.7.0 1 2026/9/16
21.6.1 1 2026/9/16
21.6.0 1 2026/9/16
21.5.0 1 2026/9/16
21.4.0 1 2026/9/16
21.3.0 1 2026/9/16
21.2.0 1 2026/9/16
21.1.2 1 2026/9/16
20.12.1 1 2026/9/16
20.11.0 1 2026/9/16
20.10.0 1 2026/9/16
20.9.0 1 2026/9/16
20.8.0 1 2026/9/16
20.7.0 1 2026/9/16
20.6.1 1 2026/9/16
20.4.3 1 2026/9/16
19.9.3 1 2026/9/13
19.9.2 1 2026/9/16
19.9.1 1 2026/9/13
19.9.0 1 2026/9/16
19.8.1 1 2026/9/16
19.8.0 1 2026/9/16
17.11.0 1 2026/9/16
17.6.0 1 2026/9/16
17.3.0 1 2026/9/16
17.2.0 1 2026/9/16
17.1.0 1 2026/9/16
16.12.0 1 2026/9/16
16.11.0 1 2026/9/16
16.10.0 1 2026/9/16
3.7.0 1 2026/9/16
3.6.0 1 2026/9/16
3.5.0 1 2026/9/16
3.4.0 1 2026/9/16
3.3.0 0 2016/2/1
3.2.0 1 2026/9/16
3.1.0 1 2026/9/16
3.0.0 0 2015/10/15
2.9.0 1 2026/9/16
2.8.0 1 2026/9/16
2.7.0 1 2026/9/16
2.6.0 1 2026/9/16
2.5.0 0 2015/4/30
2.4.0 1 2026/9/16
2.3.0 1 2026/9/16
2.2.0 1 2026/9/16
2.1.0 0 2014/10/21
2.0.0 0 2014/6/23
1.9.0 1 2026/9/16
1.8.0 1 2026/9/16
1.6.0 1 2026/9/16
1.5.0 1 2026/9/16
1.4.0 0 2012/12/27
1.3.0 1 2026/9/16
1.2.0 1 2026/9/16
1.1.0.1 1 2026/9/16
1.1.0 1 2026/9/16