Supported Environments (original) (raw)

Platforms

Image Description
.NET Framework Supported in .NET 4.0 and later
Java Supported in Java. Java Document Service supports Tomcat® 10.x
Android Supported in Android Froyo 2.2 and later
iOS/OSX Supported in iOS 8.0 and later and macOS 10.10 and later
HTML5 Supported in any web browser that supports HTML5
LEADTOOLS Cloud Services Supported in any language via Web API endpoints
Xamarin Supported in Xamarin and Xamarin Forms

LEADTOOLS provides toolkits in editions that can support development of software applications for any of the following environments:

LEADTOOLS Document, Medical and Raster

* Note for Xamarin developers:

The Xamarin iOS compiler tries to strip out any assemblies that are not directly referenced in the project source. When developing for Xamarin iOS, if the application's linker setting is set to anything other than Don't Link, you must call Assembly.Use.

Therefore, if the application is using any of the assemblies in the table below indirectly, a call to the corresponding Assembly.Use must be added in the source code.

.NetStandard Assembly Usage
Leadtools.Core Leadtools.Core.Assembly.Use();
Leadtools.Ocr.LEADEngine Leadtools.Ocr.LEADEngine.Assembly.Use();
Leadtools.Svg Leadtools.Svg.Assembly.Use();
Leadtools.Forms.Recognition.Ocr Leadtools.Forms.Recognition.Ocr.Assembly.Use();
Leadtools.Forms.Recognition.Barcode Leadtools.Forms.Recognition.Barcode.Assembly.Use();

LEADTOOLS Multimedia

LEADTOOLS Medical Web Viewer Assemblies

LEADTOOLS Xamarin

LEADTOOLS Camera Xamarin

LEADTOOLS Cloud Services

Does your application require document recognition or conversion, but its implementation language is preventing you from using LEADTOOLS directly? Consider using the LEADTOOLS Cloud Services Web API instead. It is a high-powered and scalable Web API. Its hassle-free interface can be used to integrate advanced OCR, barcode, MICR, and document conversion into any application.

Feature Web API
OCR ExtractText and ExtractCheck
Barcode ExtractBarcode, ExtractAllBarcodes,
ConvertBarcodeSplit, ConvertRedact,
Merge, ExtractAAMVAID, and ExtractBusinessCard
150 imaging and document file formats Convert

See Also