We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0362f0e + 70580c2 commit 29c4803Copy full SHA for 29c4803
1 file changed
Samples/test_DecodeImagesInFolder.py
@@ -32,7 +32,7 @@
32
try:
33
text_results = reader.decode_file(img)
34
# if your python version is equal to or higher than python3.6, you can use the following code to replace the above code
35
- text_results:List[TextResult] = reader.decode_file(img)
+ #text_results:List[TextResult] = reader.decode_file(img)
36
37
if text_results != None:
38
for text_result in text_results:
0 commit comments