Spaces:
Sleeping
Sleeping
kanha-upadhyay
commited on
Commit
•
8d34b0a
1
Parent(s):
2669ae8
remove forms to save money
Browse files- boto_client.py +1 -1
boto_client.py
CHANGED
@@ -36,7 +36,7 @@ def analyze_pdf(file_name):
|
|
36 |
features=[
|
37 |
TextractFeatures.LAYOUT,
|
38 |
TextractFeatures.TABLES,
|
39 |
-
TextractFeatures.FORMS,
|
40 |
],
|
41 |
save_image=False,
|
42 |
)
|
|
|
36 |
features=[
|
37 |
TextractFeatures.LAYOUT,
|
38 |
TextractFeatures.TABLES,
|
39 |
+
# TextractFeatures.FORMS,
|
40 |
],
|
41 |
save_image=False,
|
42 |
)
|