Skip to content

Commit 29c4803

Browse files
authored
Merge pull request #13 from dynamsoft-dbr/ZoroWang-patch-1
Update test_DecodeImagesInFolder.py
2 parents 0362f0e + 70580c2 commit 29c4803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/test_DecodeImagesInFolder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
try:
3333
text_results = reader.decode_file(img)
3434
# 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)
35+
#text_results:List[TextResult] = reader.decode_file(img)
3636

3737
if text_results != None:
3838
for text_result in text_results:

0 commit comments

Comments
 (0)