sparrow-parse 0.3.7__py3-none-any.whl → 0.3.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sparrow_parse/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.3.7'
1
+ __version__ = '0.3.8'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sparrow-parse
3
- Version: 0.3.7
3
+ Version: 0.3.8
4
4
  Summary: Sparrow Parse is a Python package (part of Sparrow) for parsing and extracting information from documents.
5
5
  Home-page: https://github.com/katanaml/sparrow/tree/main/sparrow-data/parse
6
6
  Author: Andrej Baranovskij
@@ -17,13 +17,14 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Requires-Python: >=3.10
18
18
  Description-Content-Type: text/markdown
19
19
  Requires-Dist: rich
20
- Requires-Dist: transformers==4.41.2
20
+ Requires-Dist: transformers==4.45.1
21
21
  Requires-Dist: sentence-transformers==3.0.1
22
22
  Requires-Dist: numpy==1.26.4
23
23
  Requires-Dist: pypdf==4.3.0
24
24
  Requires-Dist: easyocr==1.7.1
25
25
  Requires-Dist: gradio-client
26
26
  Requires-Dist: pdf2image
27
+ Requires-Dist: mlx-vlm==0.1.1; sys_platform == "darwin" and platform_machine == "arm64"
27
28
 
28
29
  # Sparrow Parse
29
30
 
@@ -1,4 +1,4 @@
1
- sparrow_parse/__init__.py,sha256=V3RDzgFfGW_qKkRklGT6eISHLybQsgfScnd9neXG7Cs,21
1
+ sparrow_parse/__init__.py,sha256=nDN5c_hLef3c3ZFmKN7QOhgRDGgxKZlDHKhzZ-D9x28,21
2
2
  sparrow_parse/__main__.py,sha256=Xs1bpJV0n08KWOoQE34FBYn6EBXZA9HIYJKrE4ZdG78,153
3
3
  sparrow_parse/extractors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  sparrow_parse/extractors/vllm_extractor.py,sha256=mBPgeyMuHUa6jN_OZLVE-426tD4zYnFT61oxebk7XJc,3191
@@ -11,8 +11,8 @@ sparrow_parse/vllm/huggingface_inference.py,sha256=EJnG6PesGKMc_0qGPN8ufE6pSnhAg
11
11
  sparrow_parse/vllm/inference_base.py,sha256=4mwGoAY63MB4cHZpV0czTkJWEzimmiTzqqzKmLNzgjw,820
12
12
  sparrow_parse/vllm/inference_factory.py,sha256=r04e95uPWG5l8Q23yeDqKmvFxLyF991aA2m0hfBTNn8,993
13
13
  sparrow_parse/vllm/local_gpu_inference.py,sha256=aHoJTejb5xrXjWDIGu5RBQWEyRCOBCB04sMvO2Wyvg8,628
14
- sparrow_parse-0.3.7.dist-info/METADATA,sha256=ErE4fDTkcyOrVbgpc6x9AO9cU3Gf8HbEGsbKmK-F0RA,6187
15
- sparrow_parse-0.3.7.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
16
- sparrow_parse-0.3.7.dist-info/entry_points.txt,sha256=8CrvTVTTcz1YuZ8aRCYNOH15ZOAaYLlcbYX3t28HwJY,54
17
- sparrow_parse-0.3.7.dist-info/top_level.txt,sha256=n6b-WtT91zKLyCPZTP7wvne8v_yvIahcsz-4sX8I0rY,14
18
- sparrow_parse-0.3.7.dist-info/RECORD,,
14
+ sparrow_parse-0.3.8.dist-info/METADATA,sha256=eszXQ77bD2K7HAouFLzidLJ5ev2YR7rGDeWcR1tvma4,6275
15
+ sparrow_parse-0.3.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
16
+ sparrow_parse-0.3.8.dist-info/entry_points.txt,sha256=8CrvTVTTcz1YuZ8aRCYNOH15ZOAaYLlcbYX3t28HwJY,54
17
+ sparrow_parse-0.3.8.dist-info/top_level.txt,sha256=n6b-WtT91zKLyCPZTP7wvne8v_yvIahcsz-4sX8I0rY,14
18
+ sparrow_parse-0.3.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5