We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9053f9 commit 56d884fCopy full SHA for 56d884f
Backend/NotesToText.py
@@ -13,6 +13,7 @@
13
14
s3 = boto3.client("s3", aws_access_key_id=s3_access_key, aws_secret_access_key=s3_secret_access_key)
15
# Create an instance of APIRouter
16
+
17
router = APIRouter()
18
19
def pdf_to_images(pdf_path, output_folder):
0 commit comments