Update page_files/categorized/Backend/Pdf_ImageExtraction.py
Browse files
page_files/categorized/Backend/Pdf_ImageExtraction.py
CHANGED
|
@@ -5,7 +5,7 @@ import requests
|
|
| 5 |
log = logging.getLogger(__name__)
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
-
|
| 9 |
import fitz # PyMuPDF
|
| 10 |
import json
|
| 11 |
import tempfile
|
|
|
|
| 5 |
log = logging.getLogger(__name__)
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
+
from google import genai
|
| 9 |
import fitz # PyMuPDF
|
| 10 |
import json
|
| 11 |
import tempfile
|