File tree Expand file tree Collapse file tree 1 file changed +128
-8
lines changed
pkgs/servers/unstructured-api Expand file tree Collapse file tree 1 file changed +128
-8
lines changed Original file line number Diff line number Diff line change 1313 packages :
1414 with packages ;
1515 [
16- unstructured-api-tools
17- unstructured
18- pydantic
16+ aiofiles
17+ annotated-types
18+ antlr4-python3-runtime
19+ anyio
20+ backoff
21+ beautifulsoup4
22+ cachetools
23+ certifi
24+ cffi
25+ chardet
26+ charset-normalizer
1927 click
28+ coloredlogs
29+ contourpy
30+ cryptography
31+ cycler
32+ dataclasses-json
33+ deprecated
34+ effdet
35+ emoji
36+ et-xmlfile
37+ eval-type-backport
38+ fastapi
39+ filelock
40+ filetype
41+ flatbuffers
42+ fonttools
43+ fsspec
44+ google-api-core
45+ google-auth
46+ google-cloud-vision
47+ googleapis-common-protos
48+ grpcio
49+ grpcio-status
50+ h11
51+ html5lib
52+ httpcore
53+ httpx
54+ huggingface-hub
55+ humanfriendly
56+ idna
57+ iopath
58+ jinja2
59+ joblib
60+ jsonpath
61+ kiwisolver
62+ langdetect
63+ layoutparser
64+ lxml
65+ markdown
66+ markupsafe
67+ marshmallow
68+ matplotlib
69+ mpmath
70+ mypy-extensions
71+ nest-asyncio
72+ networkx
73+ nltk
74+ numpy
75+ olefile
76+ omegaconf
77+ onnx
78+ onnxruntime
79+ opencv-python
80+ openpyxl
81+ packaging
82+ pandas
83+ pdf2image
84+ pdfminer-six
85+ pdfplumber
86+ # pi-heif
87+ pikepdf
88+ pillow
89+ portalocker
90+ proto-plus
91+ protobuf
92+ psutil
93+ pyasn1
94+ pyasn1-modules
95+ pycocotools
96+ pycparser
97+ pycryptodome
98+ pydantic
99+ pydantic-core
100+ pypandoc
101+ pyparsing
102+ pypdf
103+ # pypdfium2
104+ python-dateutil
105+ python-docx
106+ # python-iso639
107+ python-magic
108+ python-multipart
109+ # python-oxmsg
110+ python-pptx
111+ pytz
112+ pyyaml
113+ rapidfuzz
20114 ratelimit
115+ regex
21116 requests
22- pypdf
23- pycryptodome
117+ requests-toolbelt
118+ rsa
24119 safetensors
120+ scipy
121+ six
122+ sniffio
123+ soupsieve
124+ starlette
125+ sympy
126+ timm
127+ tokenizers
128+ torch
129+ torchvision
130+ tqdm
131+ transformers
132+ typing-extensions
133+ typing-inspect
134+ tzdata
135+ unstructured
136+ # unstructured-client
137+ unstructured-inference
138+ # unstructured-pytesseract
139+ urllib3
25140 uvicorn
141+ webencodings
142+ wrapt
143+ xlrd
144+ xlsxwriter
26145 ]
27- ++ packages . unstructured . optional-dependencies . local-inference
146+ ++ google-api-core . optional-dependencies . grpc
147+ ++ unstructured . optional-dependencies . all-docs
28148 ) ;
29- version = "0.0.61 " ;
149+ version = "0.0.82 " ;
30150 unstructured_api_nltk_data = symlinkJoin {
31151 name = "unstructured_api_nltk_data" ;
32152
@@ -44,7 +164,7 @@ stdenvNoCC.mkDerivation {
44164 owner = "Unstructured-IO" ;
45165 repo = "unstructured-api" ;
46166 rev = version ;
47- hash = "sha256-Ucd+SKIES9E5WgKJjg8Vihjc1hMrJ9e956Sb7QlQea8 =" ;
167+ hash = "sha256-mvcARpewqC25x3ZdpM8QB7SjbqGoBL/rtxi90KdKdO8 =" ;
48168 } ;
49169
50170 nativeBuildInputs = [ makeWrapper ] ;
You can’t perform that action at this time.
0 commit comments