Skip to main content

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



Python - Version Powered by LEADTOOLS Twitter Follow YouTube Channel Subscribers

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

  1. Register for a LEADTOOLS Portal account by downloading the evaluation SDK.
  2. 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.

  1. Place your LEADTOOLS.LIC and LEADTOOLS.LIC.KEY files at this filepath: <INSTALL DIR>\Leadtools23\Support\Common\License.
  2. 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
  1. 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
  1. 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-2026 Apryse Software Corp., ALL RIGHTS RESERVED and are subject to the LEADTOOLS Software License Agreement.

Free Technical Support

LEADTOOLS support can be reached at support@leadtools.com

For any licensing related questions, please contact sales@leadtools.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

leadtools-23.0.0.6-py3-none-win_amd64.whl (97.0 MB view details)

Uploaded Python 3Windows x86-64

leadtools-23.0.0.6-py3-none-manylinux1_x86_64.whl (62.8 MB view details)

Uploaded Python 3

leadtools-23.0.0.6-py3-none-macosx_10_9_universal2.whl (160.5 MB view details)

Uploaded Python 3macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file leadtools-23.0.0.6-py3-none-win_amd64.whl.

File metadata

  • Download URL: leadtools-23.0.0.6-py3-none-win_amd64.whl
  • Upload date:
  • Size: 97.0 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for leadtools-23.0.0.6-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e16fc34cd0a00dafd0eb81195969c29768ad13da2a763064098f0c0d687041ce
MD5 1ac681c949d419a3aaadea55346a44cd
BLAKE2b-256 2eac412ed31cf5f5a333d89fa6e2d5221579bf2393ce71a572ee6857deb41a48

See more details on using hashes here.

File details

Details for the file leadtools-23.0.0.6-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for leadtools-23.0.0.6-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0c327d00e5337c7ee315e16a50b499d50d31937a212577b0cbb291d08de401dc
MD5 3fb4b50e0d5ddbb28276f2a9d40c9591
BLAKE2b-256 0785ce42bb69e999a98e53330a77421d6e7ac8e04f6a95d730b19d3409ceec40

See more details on using hashes here.

File details

Details for the file leadtools-23.0.0.6-py3-none-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for leadtools-23.0.0.6-py3-none-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0363a7f4a5df93d8b500c31f37dc4ca412a19b25e6a80e01fbc5dfa97c7bd7fc
MD5 9f99bc8675c043d325a0a43d9f274867
BLAKE2b-256 9b008d20ef1c69be8e30df2f50e945e7af35286eaa7cd046c825a123bdc9aa7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page