Omkar008 commited on
Commit
cfa8ffb
1 Parent(s): d0ea3b3

Update services/utils.py

Browse files
Files changed (1) hide show
  1. services/utils.py +2 -2
services/utils.py CHANGED
@@ -59,8 +59,8 @@ def strcuture_document_data(raw_text:str)->dict:
59
 
60
 
61
  print(f"GPT Response {result}")
62
- result = extract_json_from_string(result)
63
- print(f"Formatted Response : {result}")
64
 
65
  class_object= parser.parse(result)
66
  dict_object=class_object.__dict__
 
59
 
60
 
61
  print(f"GPT Response {result}")
62
+ # result = extract_json_from_string(result)
63
+ # print(f"Formatted Response : {result}")
64
 
65
  class_object= parser.parse(result)
66
  dict_object=class_object.__dict__