Powered by patented artificial intelligence and machine learning algorithms, LEADTOOLS is a collection of comprehensive toolkits to integrate recognition, document, medical, imaging, and multimedia technologies into desktop, server, tablet, web and mobile solutions.
Project description
Build Better Apps with LEADTOOLS
Powered by patented artificial intelligence and machine learning algorithms, LEADTOOLS SDKs have helped developers Build Better Apps for over 30 years. LEADTOOLS comprehensive collection of toolkits offer low-code, reliable controls for developers to integrate powerful recognition, document, medical, imaging and multimedia technologies into their applications.
Where to get LEADTOOLS
LEADTOOLS requires a license file for evaluation as well as production. The recommended way to receive a license file is to download the Full Evaluation, which includes all LEADTOOLS Recognition, Document, Medical, Vector, Multimedia, and Imaging technologies for all development and target platforms. The license file included with the Full Evaluation Download unlocks all LEADTOOLS features for evaluation.
LEADTOOLS also offers a package available at the Python Package Index (PyPI).
The LEADTOOLS pip package can be installed through the command line:
pip install leadtools
Note that the LEADTOOLS SDK will still need to be downloaded from the Full Evaluation Download
Starting off with LEADTOOLS
LEADTOOLS has a multitude of tutorials available to make utilizing the SDK that much easier.
Go to the LEADTOOLS Tutorials page to find the tutorial that best fits your development needs.
Included with the Full Evaluation Download are a multitude of demos with respective source code to aid in your evaluation of the SDK. These can be found at this filepath: <INSTALL DIR>\Leadtools23\Examples
LEADTOOLS hosts a multitude of web demos which can be found at the LEADTOOLS Web Demo Applications page
Getting a LEADTOOLS SDK License
- Register for a LEADTOOLS Portal account by downloading the evaluation SDK.
- Once you've downloaded, your evaluation license will be emailed to you. Your evaluation license can also be found within the LEADTOOLS Portal
For additional details, refer to the Obtaining a License documentation.
Setting the LEADTOOLS SDK License in Python
Setting your runtime license is required to use the LEADTOOLS SDK.
- Place your LEADTOOLS.LIC and LEADTOOLS.LIC.KEY files at this filepath:
<INSTALL DIR>\Leadtools23\Support\Common\License
. - Add the following to the top of your Python file:
import os
import sys
# Import LEADTOOLS Demo common modules
sys.path.append("<INSTALL DIR>/Leadtools23/Examples/Common/Python")
from DemosTools import *
from UnlockSupport import Support
# Add reference to LEADTOOLS
from leadtools import LibraryLoader
LibraryLoader.add_reference("Leadtools")
from Leadtools import RasterSupport
- In the DemosTools.py file found at
<INSTALL DIR>/Leadtools23/Examples/Common/Python
replace the get_bin() method with the following:
@staticmethod
def get_bin():
# try with version number first
bin_folder = os.path.abspath(
os.path.join(
DemosTools.get_root(), "<INSTALL DIR>/Leadtools23/Bin{}".format(DemosTools.get_version())
)
)
# then try without version number
if not os.path.exists(bin_folder):
bin_folder = os.path.abspath(os.path.join(DemosTools.get_root(), "INSTALL DIR/Leadtools23/Bin"))
return DemosTools.to_unix_path(bin_folder)
Note: If the leadtools Wheel package is installed step 3 can be skipped
This can be done with the following in the command line:
pip install leadtools
- To set your LEADTOOLS SDK license in your python application, place the following line before calling anything else from the SDK, such as the beginning of the main() method:
Support.set_license("<INSTALL DIR>/Leadtools23/Support/Common/License")
For a more detailed guide refer to our Add Reference and Set a License - Python tutorial.
LEADTOOLS Software License Agreement (EULA)
All LEADTOOLS Python Packages are Copyright (c) 1991-2024 LEAD Technologies, Inc., ALL RIGHTS RESERVED and are subject to the LEADTOOLS Software License Agreement.
Free Technical Support
LEADTOOLS offers free live chat support to evaluating users and customers. Chat is available Monday - Friday between 8:30am-6:00pm (Eastern Time).
LEADTOOLS support can also be reached at support@leadtools.com
For any licensing related questions, please contact sales@leadtools.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file leadtools-23.0.0.3-py3-none-win_amd64.whl
.
File metadata
- Download URL: leadtools-23.0.0.3-py3-none-win_amd64.whl
- Upload date:
- Size: 96.6 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2049ea49804f2741cf5e32cc2457b438ba06c81d60e8581554f91e13de7b4704 |
|
MD5 | b22a771ffccf14f2b0b242ce332e6061 |
|
BLAKE2b-256 | 9bca0865b4905a1c2233dd98c46878851d76d657346825951356b6e3078815cb |
File details
Details for the file leadtools-23.0.0.3-py3-none-manylinux1_x86_64.whl
.
File metadata
- Download URL: leadtools-23.0.0.3-py3-none-manylinux1_x86_64.whl
- Upload date:
- Size: 56.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce7fdc3ee9e2c150c9f5cc74013565a3cc9a57d8f8061bcb8cbd918c7f58090c |
|
MD5 | 2d3cf0e56cfaa659efaaf9ac15d91652 |
|
BLAKE2b-256 | ac81179ab9190646db28ef9937bc66485b2b2ad17486b2cf7d469dac7b8b979f |
File details
Details for the file leadtools-23.0.0.3-py3-none-macosx_10_9_universal2.whl
.
File metadata
- Download URL: leadtools-23.0.0.3-py3-none-macosx_10_9_universal2.whl
- Upload date:
- Size: 159.3 MB
- Tags: Python 3, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c67951dda6d94ebf7d21c6c0d5a78b55739506012656c91f5266deeac374c62 |
|
MD5 | c675295316a5e1bb84e631ed12d68bdc |
|
BLAKE2b-256 | 215779b137849c55bc34d19a6e36ab23aaac5632a6e53a45ecbced4686308eda |