Oh wow this works for azure, not chatgpt

This commit is contained in:
shamoon
2024-02-26 15:45:54 -08:00
parent 3aeb45bf34
commit eacafbcb36
12 changed files with 335 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
azure-ai-formrecognizer = "*"
dateparser = "~=1.2"
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
@@ -35,6 +36,7 @@ langdetect = "*"
mysqlclient = "*"
nltk = "*"
ocrmypdf = "~=15.4"
openai = "*"
pathvalidate = "*"
pdf2image = "*"
psycopg2 = "*"