Update entity_recognition.py
Browse files- entity_recognition.py +4 -0
entity_recognition.py
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
import json
|
2 |
from config import google_api
|
|
|
|
|
|
|
|
|
3 |
|
4 |
|
5 |
def process_text(extracted_text):
|
|
|
1 |
import json
|
2 |
from config import google_api
|
3 |
+
import os
|
4 |
+
import base64
|
5 |
+
from google import genai
|
6 |
+
from google.genai import types
|
7 |
|
8 |
|
9 |
def process_text(extracted_text):
|