资源说明:Aspose.OCR for .NET examples, plugins and showcase projects
![Nuget](https://img.shields.io/nuget/v/Aspose.OCR) ![Nuget](https://img.shields.io/nuget/dt/Aspose.OCR) ![GitHub](https://img.shields.io/github/license/aspose-ocr/Aspose.OCR-for-.NET) # Optical Character Recognition (OCR) .NET API It is a standalone OCR API that enhances your .NET apps to [perform OCR on JPEG, PNG, GIF, BMP & TIFF images](https://docs.aspose.com/ocr/net/supported-file-formats/) for extraction of English, French, Spanish & Portuguese content. [Aspose.OCR for .NET](https://products.aspose.com/ocr/net) not only provides the Optical Character Recognition engine but more. You can also apply Blur, Gaussian Blur, and Median filter to reduce noise before document recognition and can set the OcrEngine to ignore non-textual blocks, maintain correct text order during document text recognition & automatically correct spellings of the document text. Directory | Description --------- | ----------- [Demos](Demos) | source code for live demos hosted at https://products.aspose.app/ocr/family. [Examples](Examples) | A collection of .NET examples that help you learn the product features. ## Image OCR API Features - Programmatically [detect, identify and read characters](https://docs.aspose.com/ocr/net/performing-ocr-on-an-image/) from images. - Currently, it supports 20 European languages and Chinese. - Detect and read popular font faces such as Arial, Times New Roman, Courier New, Tahoma, Calibri & Verdana. - Supports regular, bold and italic font styles. - Scan whole image or only a specific portion of the image. - Scan rotated images. - Application of various noise removal filters to assist image recognition. - Calculate the bounding boxes of lines or paragraphs. - Get possible choices for each recognized character. - Pass URI and recognize the image from it. - Recognize multiple images in a folder or zip archive. - Get result in JSON format. - Save results in text, DOCX or PDF formats ## Supported Characters | | | | | | | | | | | | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | | space | ! | " | # | $ | % | & | ' | ( | ) | | * | + | , | - | . | / | 0 | 1 | 2 | 3 | | 4 | 5 | 6 | 7 | 8 | 9 | : | ; | < | = | | > | ? | @ | [ | \ | ] | _ | ` | { | \| | | } | ~ | A | B | C | D | E | F | G | H | | I | J | K | L | M | N | O | P | Q | R | | S | T | U | V | W | X | Y | Z | a | b | | c | d | e | f | g | h | i | j | k | l | | m | n | o | p | q | r | s | t | u | v | | w | x | y | z | À | Á |  | à | Ä | Å | | Æ | Ā | Ă | Ą | Ç | Ć | Ĉ | Ċ | Č | Ð | | Ď | Đ | È | É | Ê | Ë | Ē | Ė | Ę | Ě | | Ə | à | á | â | ã | ä | å | æ | ā | ă | | ą | ç | ć | ĉ | ċ | č | ð | ď | đ | è | | é | ê | ë | ē | ė | ę | ě | ə | Ĝ | Ğ | | Ġ | Ģ | Ĥ | Ħ | Ì | Í | Î | Ï | Ī | Į | | İ | IJ | Ĵ | Ķ | Ļ | Ł | Ñ | Ń | Ņ | Ň | | ĝ | ğ | ġ | ģ | ĥ | ħ | ì | í | î | ï | | ī | į | ı | ij | ĵ | ķ | ļ | ł | ñ | ń | | ņ | ň | Ò | Ó | Ô | Õ | Ö | Ø | Ő | Œ | | Ơ | Ŕ | Ř | ẞ | Ś | Ŝ | Ş | Ș | Š | Þ | | Ţ | Ť | Ù | Ú | Û | Ü | Ū | Ŭ | Ů | Ű | | Ų | Ư | Ŵ | Ý | Ŷ | Ÿ | Ź | Ż | Ž | ò | | ó | ô | õ | ö | ø | ő | œ | ơ | ŕ | ř | | ß | ś | ŝ | ş | ș | š | þ | ţ | ť | ù | | ú | û | ü | ū | ŭ | ů | ű | ų | ư | ŵ | | ý | ŷ | ÿ | ź | ż | ž | c | ## Load Images for OCR **Raster Formats:** JPEG, PNG, GIF, BMP, TIFF ## Platform Independence You can use Aspose.OCR for .NET to develop applications in any development environment that targets the .NET Framework 4.6.1 and higher, .NET Core 2.0 and higher. Supports x64, x86, AnyCPU This includes support for Mono, Xamarin and Client Profiles. ## Get Started with Aspose.OCR for .NET Are you ready to give Aspose.OCR for .NET a try? Simply execute `Install-Package Aspose.OCR` from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.OCR for .NET and want to upgrade the version, please execute `Update-Package Aspose.OCR` to get the latest version. ## Perform OCR on PNG Image via C# Code ```csharp // initialize an instance of AsposeOcr AsposeOcr api = new AsposeOcr(); // recognize image string result = api.RecognizeImage(dataDir + "sample.png"); // display the recognized text Console.WriteLine(result); ``` [Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/ocr/net) | [Docs](https://docs.aspose.com/ocr/net/) | [Demos](https://products.aspose.app/ocr/family) | [API Reference](https://apireference.aspose.com/ocr/net) | [Examples](https://github.com/aspose-ocr/Aspose.OCR-for-.NET) | [Blog](https://blog.aspose.com/category/ocr/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr) | [Temporary License](https://purchase.aspose.com/temporary-license)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。