Skip to content

Commit 0a019b6

Browse files
committed
final captcha-to-text tutorial code, updated documentation
1 parent 94bcb4f commit 0a019b6

File tree

6 files changed

+370
-17
lines changed

6 files changed

+370
-17
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ pip install mltu==0.1.3
1313
Each tutorial has its own requirements.txt file for a specific mltu version. As this project progress, the newest versions may have breaking changes, so it's recommended to use the same version as in the tutorial.
1414

1515
# Tutorials and Examples:
16-
1. [Text Recognition With TensorFlow and CTC network](https://pylessons.com/ctc-text-recognition), code in ```Tutorials\01_image_to_word``` folder;
16+
1. [Text Recognition With TensorFlow and CTC network](https://pylessons.com/ctc-text-recognition), code in ```Tutorials\01_image_to_word``` folder;
17+
2. [TensorFlow OCR model for reading Captchas](https://pylessons.com/tensorflow-ocr-captcha), code in ```Tutorials\02_captcha_to_text``` folder;

0 commit comments

Comments
 (0)