XDoc.PDF.OCR.AspNet.Mvc
12.3.5.2
dotnet add package XDoc.PDF.OCR.AspNet.Mvc --version 12.3.5.2
NuGet\Install-Package XDoc.PDF.OCR.AspNet.Mvc -Version 12.3.5.2
<PackageReference Include="XDoc.PDF.OCR.AspNet.Mvc" Version="12.3.5.2" />
<PackageVersion Include="XDoc.PDF.OCR.AspNet.Mvc" Version="12.3.5.2" />
<PackageReference Include="XDoc.PDF.OCR.AspNet.Mvc" />
paket add XDoc.PDF.OCR.AspNet.Mvc --version 12.3.5.2
#r "nuget: XDoc.PDF.OCR.AspNet.Mvc, 12.3.5.2"
#:package XDoc.PDF.OCR.AspNet.Mvc@12.3.5.2
#addin nuget:?package=XDoc.PDF.OCR.AspNet.Mvc&version=12.3.5.2
#tool nuget:?package=XDoc.PDF.OCR.AspNet.Mvc&version=12.3.5.2
XDoc.PDF with OCR add-in for ASP.NET MVC web app is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET projects.
XDoc.PDF with OCR add-in for ASP.NET MVC from RasterEdge is an advanced OCR library :
- Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF
- Support multiple languages, including English, French, German, Portuguese, Spanish, Russian, Italian, Dutch, Arabic, Korean, etc
- Support user-defined image and document OCR, like full-page, auto and manual zonal OCR recognition
- Able to read QR Code, barcode data from PDF, Tiff and image files
Compatible with
- .NET Standard 2.0
- .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
- .NET Framework 4.x
- Windows, Mac, Linux, Docker, Azure
Get to Start
Once installed the package, you can use the following C# code to scan, extract text content from images in C# application
// Set the training data path. Please put eng.traineddata (for English) under the directory you specified.
OCRHandler.SetTrainResourcePath(@"c:\source\");
//Load an image.
Bitmap img = new Bitmap(@"C:\page.jpeg");
// Recognize characters from this image. Default language is English.
OCRPage ocrPage = OCRHandler.Import(img);
ocrPage.Recognize();
Console.WriteLine(ocrPage.GetText());
Support & Documents
- C# How to Guide : http://www.rasteredge.com/how-to/csharp-imaging/ocr-sdk/
- Email : support@rasteredge.com
High quality and easy to use library.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XDoc.PDF.OCR.AspNet.Mvc:
Package | Downloads |
---|---|
XDoc.PDF.OCR
XDoc.PDF with OCR add-in is a C# Optical Character Recognition library to read, extract text contents from scanned PDFs, multi-page TIFF files in .NET projects. XDoc.PDF with OCR add-in from RasterEdge is an advanced OCR library : * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages, including English, French, German, Portuguese, Spanish, Russian, Italian, Dutch, Arabic, Korean, etc * Support user-defined image and document OCR, like full-page, auto and manual zonal OCR recognition * Able to read QR Code, barcode data Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : http://www.rasteredge.com/how-to/csharp-imaging/ocr-sdk/ * Email : support@rasteredge.com |
GitHub repositories
This package is not used by any popular GitHub repositories.