Biblioteka OCR .NET
- Komercyjna biblioteka OCR dla ASP.NET
- Obsługa języków dla C# & VB .NET
- Obsługa dokumentów dla OCR PDF w C#
Or download the DLL directly here
Obrazy na tekst z OCR
Zobacz wszystkie przykłady kodu %susing IronOcr;
var ocr = new IronTesseract();
using var input = new OcrInput();
input.LoadImage("attachment.png");
input.LoadPdf("report.pdf");
OcrResult result = ocr.Read(input);
string text = result.Text;
Dim ocr = New IronTesseract()
Using input = New OcrInput()
input.LoadImage("attachment.png")
input.LoadPdf("report.pdf")
Dim result As OcrResult = ocr.Read(input)
Dim text As String = result.Text
End UsingRozwiązanie OCR dla Twoich aplikacji .NET...

Wsparcie Human
Skontaktuj się bezpośrednio z naszym zespołem deweloperskim
Zadaj pytanie
Dokumentacja
Jasne poradniki online w prostym języku angielskim.
Zobacz Dokumentację
Proste licencjonowanie
Bezpłatna licencja deweloperska. Komercyjna od $999.
Przeglądaj Opcje
Zacznij teraz
Rozpocznij w kilka minut z NuGet lub DLL.
Zainstaluj i wypróbuj teraz