Update svision_client.py
Browse files- svision_client.py +1 -1
svision_client.py
CHANGED
|
@@ -81,7 +81,7 @@ def add_ocr_and_faces(imagen_path: str, informacion_image: Dict[str, Any], face_
|
|
| 81 |
Dict[str, Any]
|
| 82 |
Processed output containing OCR results, face detection data, and annotations.
|
| 83 |
"""
|
| 84 |
-
|
| 85 |
face_col_str = json.dumps(face_col)
|
| 86 |
result = svision_client.predict(
|
| 87 |
image=handle_file(imagen_path),
|
|
|
|
| 81 |
Dict[str, Any]
|
| 82 |
Processed output containing OCR results, face detection data, and annotations.
|
| 83 |
"""
|
| 84 |
+
informacion_image_str = json.dumps(informacion_image)
|
| 85 |
face_col_str = json.dumps(face_col)
|
| 86 |
result = svision_client.predict(
|
| 87 |
image=handle_file(imagen_path),
|