io4it 1.0.4.1__tar.gz → 1.0.4.3__tar.gz
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.
- {io4it-1.0.4.1 → io4it-1.0.4.3}/PKG-INFO +7 -3
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/PKG-INFO +7 -3
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/SOURCES.txt +2 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/requires.txt +6 -2
- io4it-1.0.4.3/orangecontrib/IO4IT/utils/mail.py +675 -0
- io4it-1.0.4.3/orangecontrib/IO4IT/utils/offuscation_basique.py +501 -0
- io4it-1.0.4.3/orangecontrib/IO4IT/widgets/OWChatGpt.py +121 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWDeep_Search.py +29 -21
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWExportMarkdown.py +7 -4
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWMarkdownizer.py +45 -13
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWS3Uploader.py +9 -3
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWS3list.py +6 -1
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWSpeechToText.py +6 -5
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWmailLoader.py +47 -21
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWmailSender.py +5 -1
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWwordpdf2docx.py +4 -1
- io4it-1.0.4.3/orangecontrib/IO4IT/widgets/icons/chatgpt.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/setup.py +8 -4
- io4it-1.0.4.1/orangecontrib/IO4IT/utils/mail.py +0 -241
- io4it-1.0.4.1/orangecontrib/IO4IT/utils/offuscation_basique.py +0 -126
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/dependency_links.txt +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/entry_points.txt +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/namespace_packages.txt +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/io4it.egg-info/top_level.txt +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/ocr_function/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/ocr_function/word_converter.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/utils/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/OWS3downloader.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/chart.html +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/nogui.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/ow_file_ext_selector.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owdeepsearch.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owexportmarkdown.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owmailloader.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owmailsender.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/deepsearch.svg +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/download.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/export_md.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/file_extensor.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/list_aws.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/mail_loader.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/mail_writer.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/md.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/speech_to_text.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/upload.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/visualizationer.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons/wordpdf2docx.png +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/IO4IT/widgets/icons_dev/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/orangecontrib/__init__.py +0 -0
- {io4it-1.0.4.1 → io4it-1.0.4.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: io4it
|
|
3
|
-
Version: 1.0.4.
|
|
3
|
+
Version: 1.0.4.3
|
|
4
4
|
Home-page:
|
|
5
5
|
Author:
|
|
6
6
|
Author-email:
|
|
@@ -8,12 +8,16 @@ Keywords: orange3 add-on
|
|
|
8
8
|
Requires-Dist: pylatexenc
|
|
9
9
|
Requires-Dist: docopt
|
|
10
10
|
Requires-Dist: boto3
|
|
11
|
-
Requires-Dist:
|
|
12
|
-
Requires-Dist: docling
|
|
11
|
+
Requires-Dist: opencv-python-headless==4.6.0.66
|
|
12
|
+
Requires-Dist: docling==2.30.0
|
|
13
|
+
Requires-Dist: docling-core==2.26.3
|
|
13
14
|
Requires-Dist: speechbrain
|
|
14
15
|
Requires-Dist: whisper
|
|
15
16
|
Requires-Dist: whisper-openai
|
|
16
17
|
Requires-Dist: pyannote.audio
|
|
17
18
|
Requires-Dist: pyannote-core
|
|
19
|
+
Requires-Dist: pypandoc
|
|
20
|
+
Requires-Dist: pypandoc-binary
|
|
18
21
|
Requires-Dist: wave==0.0.2
|
|
19
22
|
Requires-Dist: scikit-learn
|
|
23
|
+
Requires-Dist: openai
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: io4it
|
|
3
|
-
Version: 1.0.4.
|
|
3
|
+
Version: 1.0.4.3
|
|
4
4
|
Home-page:
|
|
5
5
|
Author:
|
|
6
6
|
Author-email:
|
|
@@ -8,12 +8,16 @@ Keywords: orange3 add-on
|
|
|
8
8
|
Requires-Dist: pylatexenc
|
|
9
9
|
Requires-Dist: docopt
|
|
10
10
|
Requires-Dist: boto3
|
|
11
|
-
Requires-Dist:
|
|
12
|
-
Requires-Dist: docling
|
|
11
|
+
Requires-Dist: opencv-python-headless==4.6.0.66
|
|
12
|
+
Requires-Dist: docling==2.30.0
|
|
13
|
+
Requires-Dist: docling-core==2.26.3
|
|
13
14
|
Requires-Dist: speechbrain
|
|
14
15
|
Requires-Dist: whisper
|
|
15
16
|
Requires-Dist: whisper-openai
|
|
16
17
|
Requires-Dist: pyannote.audio
|
|
17
18
|
Requires-Dist: pyannote-core
|
|
19
|
+
Requires-Dist: pypandoc
|
|
20
|
+
Requires-Dist: pypandoc-binary
|
|
18
21
|
Requires-Dist: wave==0.0.2
|
|
19
22
|
Requires-Dist: scikit-learn
|
|
23
|
+
Requires-Dist: openai
|
|
@@ -14,6 +14,7 @@ orangecontrib/IO4IT/ocr_function/word_converter.py
|
|
|
14
14
|
orangecontrib/IO4IT/utils/__init__.py
|
|
15
15
|
orangecontrib/IO4IT/utils/mail.py
|
|
16
16
|
orangecontrib/IO4IT/utils/offuscation_basique.py
|
|
17
|
+
orangecontrib/IO4IT/widgets/OWChatGpt.py
|
|
17
18
|
orangecontrib/IO4IT/widgets/OWDeep_Search.py
|
|
18
19
|
orangecontrib/IO4IT/widgets/OWExportMarkdown.py
|
|
19
20
|
orangecontrib/IO4IT/widgets/OWMarkdownizer.py
|
|
@@ -37,6 +38,7 @@ orangecontrib/IO4IT/widgets/designer/owspeechtotext.ui
|
|
|
37
38
|
orangecontrib/IO4IT/widgets/designer/owvisualizationer.ui
|
|
38
39
|
orangecontrib/IO4IT/widgets/designer/wordpdf2docx.ui
|
|
39
40
|
orangecontrib/IO4IT/widgets/icons/__init__.py
|
|
41
|
+
orangecontrib/IO4IT/widgets/icons/chatgpt.png
|
|
40
42
|
orangecontrib/IO4IT/widgets/icons/deepsearch.svg
|
|
41
43
|
orangecontrib/IO4IT/widgets/icons/download.png
|
|
42
44
|
orangecontrib/IO4IT/widgets/icons/export_md.png
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
pylatexenc
|
|
2
2
|
docopt
|
|
3
3
|
boto3
|
|
4
|
-
|
|
5
|
-
docling
|
|
4
|
+
opencv-python-headless==4.6.0.66
|
|
5
|
+
docling==2.30.0
|
|
6
|
+
docling-core==2.26.3
|
|
6
7
|
speechbrain
|
|
7
8
|
whisper
|
|
8
9
|
whisper-openai
|
|
9
10
|
pyannote.audio
|
|
10
11
|
pyannote-core
|
|
12
|
+
pypandoc
|
|
13
|
+
pypandoc-binary
|
|
11
14
|
wave==0.0.2
|
|
12
15
|
scikit-learn
|
|
16
|
+
openai
|