abinash73 commited on
Commit
6bde9a2
·
verified ·
1 Parent(s): b4e5c22

Fixed the error at line 11

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import pdf2image
8
  import numpy as np
9
 
10
  # Initialize PaddleOCR
11
- ocr = PaddleOCR(use_textline_orientation=True, lang='en', show_log=False)
12
 
13
  def extract_text_from_image(image):
14
  """Extract text from image using PaddleOCR"""
 
8
  import numpy as np
9
 
10
  # Initialize PaddleOCR
11
+ ocr = PaddleOCR(use_textline_orientation=True, lang='en')
12
 
13
  def extract_text_from_image(image):
14
  """Extract text from image using PaddleOCR"""