kai-sheng commited on
Commit
ded1a34
·
verified ·
1 Parent(s): b740fc2

Update the max length

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -11,7 +11,7 @@ from keras.preprocessing.sequence import pad_sequences
11
 
12
  app = Flask(__name__)
13
 
14
- MAX_LENGTH = 38
15
 
16
  def format_tesseract_output(output_text):
17
  formatted_text = ""
 
11
 
12
  app = Flask(__name__)
13
 
14
+ MAX_LENGTH = 34
15
 
16
  def format_tesseract_output(output_text):
17
  formatted_text = ""