Gnostice.DocumentStudio.OCR
19.3.0
See the version list below for details.
dotnet add package Gnostice.DocumentStudio.OCR --version 19.3.0
NuGet\Install-Package Gnostice.DocumentStudio.OCR -Version 19.3.0
<PackageReference Include="Gnostice.DocumentStudio.OCR" Version="19.3.0" />
paket add Gnostice.DocumentStudio.OCR --version 19.3.0
#r "nuget: Gnostice.DocumentStudio.OCR, 19.3.0"
// Install Gnostice.DocumentStudio.OCR as a Cake Addin #addin nuget:?package=Gnostice.DocumentStudio.OCR&version=19.3.0 // Install Gnostice.DocumentStudio.OCR as a Cake Tool #tool nuget:?package=Gnostice.DocumentStudio.OCR&version=19.3.0
This package adds OCR capability to Gnostice Document Studio .NET product.
Note that this is an add-on package and therefore should be used along with other packages of Gnostice Document Studio packages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Tesseract (>= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2019 R3 - November 22, 2019
====================================
Important
~~~~~~~~~~
- From this release onward .NET Framework 4.0 is not supported anymore. The
lowest supported version is .NET Framework 4.5.
Introduced
~~~~~~~~~~
- WPF Document Viewer
- Introduced a new property “MouseMode” to change the mouse pointer actions.
It provides three options: pan, selection and marquee zoom.
- Introduced area selection tool.
- Introduced drag and zoom feature.
- Added support for Mouse Up, Down and Move events.
Enhanced
~~~~~~~~~~
- Document Viewer
- Introduced Non-page switching Scrolling Mode
- Introduced Cover Page Page Layouting option.
- The event ‘ZoomListUpdated’ is renamed as ‘ZoomValuesUpdated’.
- New .NET Core compliant PDF Engine
- Support for rendering of CCITT Group 3 and Group 4 encoded images.
- Support for decoding of streams encoded in ASCIIHex, ASCII85, RunLength, and
LZW, compression filter types in addition to already supported Flate encoded streams
- Image engine
- Addressed the issue with TIFF taking longer time to load by loading the pages
only when they are accessed.
- Word engine
- Fixed threading issue when drawing images embedded in Word documents.
- Handled parsing of external HTML content in DOCX engine.
- Handled the color property ‘Auto’ so that the text is visible when a black
background is present.
- DOCX Parsing issue when cell properties are not defined resulting in “Object
reference not set to an instance of an object” exception.
- DOCX fails to load when it has a namespace associated with ECMA 376 3rd edition.
- DOCX parsing issue when the unit is set to ‘pt’ as the expected unit is ‘twips’.
- HTML engine
- Replaced the usage of XML parser in HTML engine with AngleSharp.
- Enabled HTML as an input format. This was disabled earlier since most HTML would
fail to parse with the built in XML parser.
Fixed
~~~~~
- PDF : Updated fault tolerance logic to handle the case when trailer has incorrect
xref table /Size entry.