update app params inputs
Browse files- api/core/app.py +1 -1
api/core/app.py
CHANGED
@@ -8,7 +8,7 @@ class Demos:
|
|
8 |
__validation = True
|
9 |
return __validation
|
10 |
@staticmethod
|
11 |
-
def obtener_texto(from_url:str
|
12 |
"""Obtiene texto a partir de una fuente de información: desde url o desde pdf.
|
13 |
|
14 |
args:
|
|
|
8 |
__validation = True
|
9 |
return __validation
|
10 |
@staticmethod
|
11 |
+
def obtener_texto(from_url:str=None,from_pdf:str=None)->str:
|
12 |
"""Obtiene texto a partir de una fuente de información: desde url o desde pdf.
|
13 |
|
14 |
args:
|