sparrow-parse 0.2.1__py3-none-any.whl → 0.2.2__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 +1 -1
- sparrow_parse/extractor/unstructured_processor.py +1 -1
- {sparrow_parse-0.2.1.dist-info → sparrow_parse-0.2.2.dist-info}/METADATA +1 -1
- {sparrow_parse-0.2.1.dist-info → sparrow_parse-0.2.2.dist-info}/RECORD +6 -6
- {sparrow_parse-0.2.1.dist-info → sparrow_parse-0.2.2.dist-info}/WHEEL +0 -0
- {sparrow_parse-0.2.1.dist-info → sparrow_parse-0.2.2.dist-info}/entry_points.txt +0 -0
sparrow_parse/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '0.2.
|
1
|
+
__version__ = '0.2.2'
|
@@ -98,7 +98,7 @@ class UnstructuredProcessor(object):
|
|
98
98
|
if options is None:
|
99
99
|
content = self.process_json_file(file_path)
|
100
100
|
|
101
|
-
if options and "tables" in options and "
|
101
|
+
if options and "tables" in options and "unstructured" in options:
|
102
102
|
content = self.process_json_file(file_path, "form")
|
103
103
|
|
104
104
|
table_content = self.process_json_file(file_path, "table")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sparrow-parse
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: Sparrow Parse is a Python package for parsing and extracting information from documents.
|
5
5
|
Home-page: https://github.com/katanaml/sparrow/tree/main/sparrow-data/parse
|
6
6
|
License: GPL-3.0
|
@@ -1,13 +1,13 @@
|
|
1
|
-
sparrow_parse/__init__.py,sha256=
|
1
|
+
sparrow_parse/__init__.py,sha256=pKh2_hmFNUwG0JxbL18qxdmi_nmFpgRbR8X6IPZr08o,21
|
2
2
|
sparrow_parse/__main__.py,sha256=Xs1bpJV0n08KWOoQE34FBYn6EBXZA9HIYJKrE4ZdG78,153
|
3
3
|
sparrow_parse/data/invoice_1_table.txt,sha256=dsWEASxlVNidpTCQDowCM7SjaUzSqwx7DuydTfaQ7xI,1115
|
4
4
|
sparrow_parse/extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
sparrow_parse/extractor/extractor_helper.py,sha256=fvA7iuGdpW_WFc4jkALBzQbACqlE5x_K9ScW-E6RCoY,13357
|
6
6
|
sparrow_parse/extractor/html_extractor.py,sha256=V_ApbQzS3LmyYM8G0adQy73FqvQob5TGZgRMbOviA9M,9507
|
7
7
|
sparrow_parse/extractor/markdown_processor.py,sha256=dC2WUdA-v2psh7oytruftxYkXdQi72FoEYxF30ROuO0,4506
|
8
|
-
sparrow_parse/extractor/unstructured_processor.py,sha256=
|
8
|
+
sparrow_parse/extractor/unstructured_processor.py,sha256=Vx5ut2aXyIUhj7Lkoz5uONWjx_SbR-i4vNGxPrCPmDQ,6763
|
9
9
|
sparrow_parse/temp.py,sha256=xiRDPkv_fsM9xCcW29TU0LushgYjMaN9_Cwur6RvY1A,859
|
10
|
-
sparrow_parse-0.2.
|
11
|
-
sparrow_parse-0.2.
|
12
|
-
sparrow_parse-0.2.
|
13
|
-
sparrow_parse-0.2.
|
10
|
+
sparrow_parse-0.2.2.dist-info/METADATA,sha256=mbdNeeRvy24A4TJTCQ5irsOuAxb53GMvBAiKtkZc4AA,5582
|
11
|
+
sparrow_parse-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
sparrow_parse-0.2.2.dist-info/entry_points.txt,sha256=H507qotwq3VX4lv5pY9MZYtupKNE1RRb8gEQucPiGi0,52
|
13
|
+
sparrow_parse-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|