GroupDocs.Parser per .NET 26.3 è ora disponibile. Questa versione aggiunge il supporto OCR per le lingue araba e coreana, con tutte le risorse necessarie incluse nel DLL.
Novità di questa versione
| Chiave | Categoria | Riepilogo |
|---|---|---|
| PARSERNET-2843 | Miglioramento | Implementare il supporto per le lingue araba e coreana quando si utilizza OCR |
Modifiche all’API pubblica
Nessuna.
Esempio di codice
// Create an instance of Parser class
using (Parser parser = new Parser(documentPath))
{
OcrOptions ocrOptions = new OcrOptions()
{
Language = Language.Kor
};
TextOptions options = new TextOptions(false, true, ocrOptions);
TextReader result = parser.GetText(options);
string text = result.ReadToEnd();
Console.WriteLine(text);
}
Come ottenere l’aggiornamento
-
NuGet – Aggiorna al pacchetto GroupDocs.Parser più recente tramite NuGet:
NuGet\Install-Package GroupDocs.Parser -Version 26.3.0NuGet\Install-Package GroupDocs.Parser.NETFramework -Version 26.3.0 -
Download diretto – Scarica gli assembly per .NET dalla pagina GroupDocs.Parser for .NET 26.3 sul sito dei rilasci di GroupDocs:
https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-.net-26.3-dlls-only/ https://releases.groupdocs.com/parser/net/new-releases/groupdocs.parser-for-.net--26.3/