spdf-types 0.2.0-alpha.2

Core types for the spdf workspace: TextItem, ParsedPage, ParseResult, ParseConfig.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "spdf-types"
version = "0.2.0-alpha.2"
authors = ["spdf contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for the spdf workspace: TextItem, ParsedPage, ParseResult, ParseConfig."
homepage = "https://github.com/Fanaperana/spdf"
documentation = "https://docs.rs/spdf-core"
readme = "README.md"
keywords = [
    "pdf",
    "ocr",
    "parsing",
    "text-extraction",
    "tesseract",
]
categories = [
    "text-processing",
    "parser-implementations",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Fanaperana/spdf"
resolver = "2"

[lib]
name = "spdf_types"
path = "src/lib.rs"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"