Add aws textract, remove chatgpt

This commit is contained in:
shamoon
2024-02-29 09:42:51 -08:00
parent 6e7e40e7a2
commit a0c6d25d9a
7 changed files with 239 additions and 193 deletions

View File

@@ -22,6 +22,7 @@ djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
drf-writable-nested = "*"
bleach = "*"
boto3 = "*"
celery = {extras = ["redis"], version = "*"}
channels = "~=4.0"
channels-redis = "*"
@@ -37,7 +38,6 @@ langdetect = "*"
mysqlclient = "*"
nltk = "*"
ocrmypdf = "~=15.4"
openai = "*"
pathvalidate = "*"
pdf2image = "*"
psycopg2 = "*"