Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,16 @@ for line in output_text.strip().splitlines():
|
|
| 96 |
image.save("output.png")
|
| 97 |
```
|
| 98 |
|
| 99 |
-
The output:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |

|
| 102 |
|
|
|
|
| 96 |
image.save("output.png")
|
| 97 |
```
|
| 98 |
|
| 99 |
+
The image and the text (shortened here) output:
|
| 100 |
+
```
|
| 101 |
+
338,17,673,17,673,82,338,82,CONFIDENTIAL
|
| 102 |
+
445,68,478,68,478,97,445,97,-2-
|
| 103 |
+
169,129,193,129,193,157,169,157,6.
|
| 104 |
+
334,129,910,129,910,157,334,157,A suggestion that the light could have been produced by
|
| 105 |
+
169,150,900,150,900,177,169,177,a photo-flash from a high-flying aircraft was discounted. No aircraft
|
| 106 |
+
166,171,856,171,856,198,166,198,was heard at the time and, in any case, no known photo-flash has a
|
| 107 |
+
...
|
| 108 |
+
```
|
| 109 |
|
| 110 |

|
| 111 |
|