Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if uploaded_file is not None:
|
|
29 |
ocr_class = [classify_text(x) for x in ocr_list]
|
30 |
idx = []
|
31 |
for i in range(len(ocr_class)):
|
32 |
-
if ocr_class[i] == '
|
33 |
idx.append(ocr_list[i])
|
34 |
|
35 |
|
|
|
29 |
ocr_class = [classify_text(x) for x in ocr_list]
|
30 |
idx = []
|
31 |
for i in range(len(ocr_class)):
|
32 |
+
if ocr_class[i] == 'CODE':
|
33 |
idx.append(ocr_list[i])
|
34 |
|
35 |
|