|
|
|
@ -100,7 +100,7 @@ def test_list_too_short_for_pattern():
|
|
|
|
|
assert result == []
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
|
with open('ocr/output.txt', 'r') as handle:
|
|
|
|
|
with open('ocr/output_alice.txt', 'r') as handle:
|
|
|
|
|
contents = handle.read()
|
|
|
|
|
splitted = contents.split()
|
|
|
|
|
ll = (pattern(splitted, 8))
|
|
|
|
|