redox/recipes/wip/demos/uniocr/recipe.toml
2025-06-06 13:26:38 -03:00

12 lines
203 B
TOML

#TODO xcap crate error
[source]
git = "https://github.com/mediar-ai/uniOCR"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_examples basic batch_processing
"""