naveenvenkatesh commited on
Commit
f0ab5f2
·
1 Parent(s): fc974b7

Update pdftojson.py

Browse files
Files changed (1) hide show
  1. pdftojson.py +1 -1
pdftojson.py CHANGED
@@ -29,7 +29,7 @@ LOGGER.setLevel(log_level)
29
 
30
  class PdftoJson:
31
 
32
- def __init__(self,openai_api_key: str):
33
  """
34
  Initialize the PdftoJson class with OpenAI API key.
35
  """
 
29
 
30
  class PdftoJson:
31
 
32
+ def __init__(self):
33
  """
34
  Initialize the PdftoJson class with OpenAI API key.
35
  """