diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-19 19:54:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-19 19:54:35 +0000 |
commit | fd6f77c7ec5aad1d6fe15f42f681820d10f34b93 (patch) | |
tree | 22aec3ae1d7ff778a648cf35854bae2a25c5d27a /devourer.py | |
parent | push before a new branch (diff) | |
download | devourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.tar.gz devourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.zip |
restructing. added a new service to handle the downloading
Diffstat (limited to '')
-rw-r--r-- | devourer/devourer.py (renamed from devourer.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devourer.py b/devourer/devourer.py index 34185ae..e754538 100644 --- a/devourer.py +++ b/devourer/devourer.py @@ -159,6 +159,7 @@ def pdfToText(url: str) -> str: return "" +# FIXME doesnt work for long texts def summarizeText(text: str) -> str: """Summarize the given text using bart.""" |