Skip to content

Commit

Permalink
Merge pull request #203 from jobu9395/patch-1
Browse files Browse the repository at this point in the history
This image URL does not exist
  • Loading branch information
faustomorales committed Mar 28, 2022
2 parents c941f0a + 55088ac commit 9dd6486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/examples/using_pretrained_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The below example shows how to use the pretrained models.
images = [
keras_ocr.tools.read(url) for url in [
'https://upload.wikimedia.org/wikipedia/commons/b/bd/Army_Reserves_Recruitment_Banner_MOD_45156284.jpg',
'https://upload.wikimedia.org/wikipedia/commons/e/e8/FseeG2QeLXo.jpg',
'https://upload.wikimedia.org/wikipedia/commons/b/b4/EUBanana-500x112.jpg'
]
]
Expand All @@ -32,4 +31,4 @@ The below example shows how to use the pretrained models.
keras_ocr.tools.drawAnnotations(image=image, predictions=predictions, ax=ax)
.. image:: ../_static/readme_labeled.jpg
:width: 768
:width: 768

0 comments on commit 9dd6486

Please sign in to comment.