Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
|
|
4 |
from google.cloud import documentai_v1 as documentai
|
5 |
from google.cloud.documentai_v1.types import RawDocument
|
6 |
from google.cloud import translate_v2 as translate
|
|
|
7 |
import zipfile
|
8 |
import io
|
9 |
|
|
|
4 |
from google.cloud import documentai_v1 as documentai
|
5 |
from google.cloud.documentai_v1.types import RawDocument
|
6 |
from google.cloud import translate_v2 as translate
|
7 |
+
from google.api_core.client_options import ClientOptions
|
8 |
import zipfile
|
9 |
import io
|
10 |
|