Skip to main content

Text metrics

Project description

Docling metric for text

Text metrics:

  • BLEU
  • edit-distance
  • METEOR
  • Precision
  • Recall
  • F1

Installation

uv sync --all-packages

Usage

from docling_metrics_text import (
    TextMetrics,
    TextPairEvaluation,
    TextPairSample,
)


# Example 1: Compare two similar texts
sample_1 = TextPairSample(
    id="s1",
    text_a="The quick brown fox jumps over the lazy dog.",
    text_b="The fast brown fox leaps over the lazy dog.",
)

text_metrics = TextMetrics()
evaluation_1: TextPairEvaluation = text_metrics.evaluate_sample(sample_1)
print(f"Sample 1 - Similar texts:\n{evaluation_1}\n")


# Example 2: Compare two very different texts
sample_2 = TextPairSample(
    id="s2",
    text_a="Machine learning is a subset of artificial intelligence.",
    text_b="The weather forecast predicts rain tomorrow afternoon.",
)

evaluation_2: TextPairEvaluation = text_metrics.evaluate_sample(sample_2)
print(f"Sample 2 - Different texts:\n{evaluation_2}\n")

Project details


Download files

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

Source Distribution

docling_metrics_text-0.8.0.tar.gz (49.0 kB view details)

Uploaded Source

Built Distributions

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

docling_metrics_text-0.8.0-cp313-cp313-win_arm64.whl (283.1 kB view details)

Uploaded CPython 3.13Windows ARM64

docling_metrics_text-0.8.0-cp313-cp313-win_amd64.whl (297.4 kB view details)

Uploaded CPython 3.13Windows x86-64

docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (986.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

docling_metrics_text-0.8.0-cp313-cp313-macosx_11_0_arm64.whl (803.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

docling_metrics_text-0.8.0-cp312-cp312-win_arm64.whl (283.0 kB view details)

Uploaded CPython 3.12Windows ARM64

docling_metrics_text-0.8.0-cp312-cp312-win_amd64.whl (297.3 kB view details)

Uploaded CPython 3.12Windows x86-64

docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (986.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

docling_metrics_text-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (803.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

docling_metrics_text-0.8.0-cp311-cp311-win_arm64.whl (283.1 kB view details)

Uploaded CPython 3.11Windows ARM64

docling_metrics_text-0.8.0-cp311-cp311-win_amd64.whl (296.7 kB view details)

Uploaded CPython 3.11Windows x86-64

docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (986.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

docling_metrics_text-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (802.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

docling_metrics_text-0.8.0-cp310-cp310-win_arm64.whl (282.1 kB view details)

Uploaded CPython 3.10Windows ARM64

docling_metrics_text-0.8.0-cp310-cp310-win_amd64.whl (295.7 kB view details)

Uploaded CPython 3.10Windows x86-64

docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (985.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

docling_metrics_text-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (802.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file docling_metrics_text-0.8.0.tar.gz.

File metadata

  • Download URL: docling_metrics_text-0.8.0.tar.gz
  • Upload date:
  • Size: 49.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for docling_metrics_text-0.8.0.tar.gz
Algorithm Hash digest
SHA256 4ddd705e9e740ff57be3bbe309a6e27aa62ec53974815f84acf9107bb074f823
MD5 e6f8a9af432de37678588413aa5f7e16
BLAKE2b-256 d60e26c19f889791be2e5fe90255af122a71564384f39e0750b7ea96390543b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0.tar.gz:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 90d0da0a6b0916d0a73c14d29d4c979e5781b24847fea05bc4442d7f99b7b007
MD5 f24a4da265e1b77a4afc8f8851e892b8
BLAKE2b-256 73a844270e24d77677ee90668217e6d9615628abad794574e2d37753c4057394

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-win_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 61c7352e5dd7fd2c412e4c27798f740381c2a692abd0c680cb2301fde78b838c
MD5 1190b74a720c72a51db3eb8283d0f8fc
BLAKE2b-256 fd696557db810062ce651395036a34599b3b4c03a7fb6198dc7882f4b908cec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-win_amd64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 984700cae1d112cde6fce1093debdcb2e6ce9eb084e743cf16e8c2832248ffd3
MD5 63ab39f41d1d6d55fd2063262d80277d
BLAKE2b-256 483172d96ef79cbff948b9b43fba5e9bd522bd658c147990e138fffaa1c25164

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6a4e2f45f6bd54a0573b6f9eb8566899f062ee25cf90b734692434ba7fdf202
MD5 5bdf4143f6e25c87878b8d89d0ec5c02
BLAKE2b-256 23d02f6bf11f575394c0e8a257b5ff60d33aeed163e46ed2171a4c84437c8a7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c322fe209fef1eaf5056878dd0d9b55baa72a2e0e1ddd212418107a618b90ac0
MD5 8b642758ba531c99aa836ac3c1bad98e
BLAKE2b-256 a152843bc52bab87d0c9629d8d2dddf8524bba49418133b85c443bbb3680642b

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59c10830c2d7c1b2e2c5fee0d2179f9696cd0d684026c4397209c4a008daaf8d
MD5 433e4c3fe8eef86e6f9f3329a00fe19c
BLAKE2b-256 d72cef2365919466c1888c9da624ab9a429ec68d7c9eb0b7fab95ecd80c7b67c

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc0d240e998b7476540db0073e5d9752c5e47b0e97b8177bbdfe7f781ef78c0d
MD5 d0a01170debfe144fcaa5ae001acce66
BLAKE2b-256 7da259eec76571b854c96b1f3e1340048c9b86305252f7e3785c134a473d71b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4b738bd2d53e285c5328e7306363419e0d42f601b08271d4720324e2326618d0
MD5 b13509b9ca15e73439abf9925907d094
BLAKE2b-256 34e66364f46263f7035a02f6c60ebcc42e8103c0eb2e400c08e7012d53ddd344

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-win_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94222fb5f67171d55be5687afe6279d24cc27ea2cc09307013eda879715156f6
MD5 cdb067cd3290e6abea4226ea0e9dc177
BLAKE2b-256 30dfdc0c3ac82f68e08c3898384cc97e50ff79fcb7fd4da014ad873f072ee9b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b8f6af9d2c8d6612d79ad4c54fb386d0295cfe2f7fe8ba14db09051d8bf0aa8
MD5 8000803a17f3c46b25e1f58c35b9110d
BLAKE2b-256 392d1c25eabc28692b03f6d11e69ea361ebcd7f22b0ceedee9c436277b0c7d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40a9bc713b6d67c75f6dd579b878fa752f79fd59e15e4fee1b22d95a179b7f8d
MD5 4b8528f3928276dc83e606c2623388f6
BLAKE2b-256 79ff5c9905352d99899a215935dae1b0e16d03c5e4cce518bf54f5596e0242d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 329908ad9dba3e13a947cb73c3b96766128014cb1ef77da1922b578c2bbd22fa
MD5 f1c0e90bbc61f7d25a4f53b7fb313cf9
BLAKE2b-256 03e128df4f907ce95c56ea8494783920cd16622a9aab06b17821f3769a66df54

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 318d441225508cea9bd60aa541a144716943a302f9dd4eba7137afbaaf3e5a40
MD5 a7293b3c5b02181403266be77f144741
BLAKE2b-256 72f232ea11a980a26292f7b1f2a14d6c5bb38540ec68bfb92e773098f1b7136d

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b285bdbfe534435a930eb68782f7c2af0132a8498ca7eb5c9ff80e7b65fec23f
MD5 ffa23d8529b5c70c08513fac564e04ff
BLAKE2b-256 ecad1a442fdeaedf1e5675d9a7925c12861f34a9f168da9486fd5a32a142f7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ea793aacf8f8c462be40fea70ab968bb39f05385028f29f5b26277a8946fc1ee
MD5 341e5cae75ccf16cd215b5d8b9874dac
BLAKE2b-256 149a7425fa131f441f42ed4e36a7884d192d6c3387c7c2aad1528485ed8cfe48

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-win_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d5022f009789bbf94ca28ed3df85e38ce10cf6725246dbfb15498196be142737
MD5 e941d6a7ff30487392b8a219a17d78f1
BLAKE2b-256 521265da63efd25b37926534286bc4c68fc6555e99d2095b64e66c5892ecae89

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-win_amd64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b056941bf1e8ea23b2a608c9c9cee772fea5ba7dd49fea62d99b467651bb3a41
MD5 243776a100c1a6352224290c17e0daeb
BLAKE2b-256 f162c872a947d500805b127cd33b0ba17575bc5d083e3895531d902b74ca8d7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0189a3fc0ac51002d05adcbcb7e0045491e90716327bc361d62f25fde0ae04dc
MD5 1a3e25a34a74fd5029dca300b268f292
BLAKE2b-256 a0d36295f1e44fb600cf2bdcec3200318aa8d6b90900c5972428e2ad18b00d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6f57cdcf2a630ac5bf2bff643a7f8b1403c71eef3b5a65d884df6383edae031
MD5 5d691af5e474c45e77d2adf62d1e5d9c
BLAKE2b-256 a990695c9f8519098deb1cf18041723e39db92010fe27d53d993893d310d193a

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bf679c440ee66ff1b3f49e40e270e224ded8b4e28ae42ec04a0e6127e0a33e6
MD5 2f65e1c4c22ec7eaf1c1a3df00417fb7
BLAKE2b-256 ecb2ba958a96744686661007bae161358f6da6cfb5f9ca4e81ce0d35ad3a89d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b6283f71dec89cecf2331496caad3743420ccf9a282b16bf95b7a7a688aed7d
MD5 9cd856295c48960083d4c5ddde470be3
BLAKE2b-256 cb3356c825ad2a16901601ebb23c6b6b0ad25bc33f1de2719668fdf34ed95dc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 26d8ea7d45e45099cb1be202e711cad82917baafd1bbf8b3274a3ac3323e0960
MD5 13bcfa794479822cda5d56dbd083499d
BLAKE2b-256 a11a9dc0ea674669eafc8e46cadf31242c9652d89ebdb2ceb0dc5ea5392900ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-win_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6832380847c2f71a1ab6faffbecf617952a583a0c37ca3f4c15fa10f5c627a64
MD5 5a2d44a870496d7bf30e1f1ea6a9edf2
BLAKE2b-256 0e805f60eece087358bd3c8e47614488873431cd34f0035ba020e853325762e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-win_amd64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6709e9f321a3fa7ae96bab4cfaa719fc0e2afd9e3cea8307ab669e0d50ab21a
MD5 ddf402887981f4d8a4da471e9e31d57e
BLAKE2b-256 f3f4d11c06b68f71f20b5080191e77675b9275952e677ff3c97e8c2a6d15a202

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efd382da8f4cd6eca712bc769102e8d3c8a0446ebf0a82ad70241ce1789b24df
MD5 5fae9cbb0fb180bd3fc13be3b448e29e
BLAKE2b-256 330bcdc427f256c484bd46683fa641bba824287f3526303bec419279ceb7f5e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d59ef5dc7fc35aa8db75880703cefc7cd9d15be2c25b466431ca7657155ad96f
MD5 dcc4dce3f95ca872ab303b14e5fa4607
BLAKE2b-256 a798fb39c047c044697f4ff2a4078e454c46449e45e0abcd5d23d9e91b8372d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27287659bd0210bb4905cbe0796a0617a47dcde8ffdbb266e4e6d690e012f0d7
MD5 7512025fd87aea5d1e8394ce3f57102e
BLAKE2b-256 7a07790b5acdc8498070e49abb5e7706e8a437357326be7dd9b883f3709e234c

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file docling_metrics_text-0.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for docling_metrics_text-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1b0f26b081ab95d0176c42324c9119b0cecf5a4ca87d316e9fac7fd11d36708
MD5 64833529797c6009750681e645fef82f
BLAKE2b-256 1dd5e0c99f65759c3c68b675b3a09e7837ca789ba3e35cbd7e04281e1cc9fed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for docling_metrics_text-0.8.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yml on docling-project/docling-metrics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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