Update the max length
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ from keras.preprocessing.sequence import pad_sequences
|
|
11 |
|
12 |
app = Flask(__name__)
|
13 |
|
14 |
-
MAX_LENGTH =
|
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 = ""
|