Commit 687fe123 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.unstructured-inference: add additional inputs

parent 30e1ee47
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -4,14 +4,17 @@
  fetchFromGitHub,
  setuptools,
  # runtime dependencies
  layoutparser,
  python-multipart,
  accelerate,
  detectron2,
  huggingface-hub,
  opencv-python,
  layoutparser,
  onnx,
  onnxruntime,
  transformers,
  detectron2,
  opencv-python,
  paddleocr,
  python-multipart,
  rapidfuzz,
  transformers,
  # check inputs
  pytestCheckHook,
  coverage,
@@ -37,11 +40,14 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  dependencies = [
    layoutparser
    python-multipart
    accelerate
    huggingface-hub
    opencv-python
    layoutparser
    onnx
    onnxruntime
    opencv-python
    python-multipart
    rapidfuzz
    transformers
    # detectron2 # fails to build
    # paddleocr # 3.12 not yet supported