@repo_science · Post #3711 · 13/11/2023, 13:28
#python#book 📚 Pythonic AI (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
TGINSIGHT SIMILAR POSTS
Canal fuente @python_academy · Post #2193 · 28 sept
Читаем текст с картинки используя Tesseract от Google Google разработал систему Tesseract для извлечения текста из изображений через оптическое распознавание символов. Pytesseract - это удобная оболочка для системы Tesseract, облегчающая её использование. Чтобы извлечь текст из изображения, используйте метод image_to_string. Для работы с русским текстом укажите аргумент lang как 'rus'. Рекомендуется использовать библиотеку pillow для открытия изображений, хотя можно также просто указать путь к файлу. Пример кода: from PIL import Image import pytesseract # Открываем изображение с помощью Pillow image = Image.open('image.jpg') # Используем pytesseract для извлечения текста text = pytesseract.image_to_string(image, lang='rus') print(text) #python#pytesseract
Hashtags
Búsqueda global general
@repo_science · Post #3711 · 13/11/2023, 13:28
#python#book 📚 Pythonic AI (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3696 · 07/11/2023, 16:04
#python#book 📚 Python Coding&Programmind. The Complete Manua Seriesl ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3684 · 01/11/2023, 17:56
#python#book 📓 Effective Python Second Edition ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3672 · 24/10/2023, 22:57
#python#book 📚 MicroPython (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3649 · 15/10/2023, 13:01
#Python#Book 🐍 Mastering Python Networking ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3617 · 28/09/2023, 07:16
#python#book 📚 Codebreaking (2023 - new edit) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3614 · 24/09/2023, 02:02
#python#book 📓 Foundational Python for Data Science 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3589 · 15/09/2023, 01:30
#Python#book 📓 Python Testing with pytest 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3583 · 13/09/2023, 02:49
#python#book 📚 Handbook of Computer Programming with Python (2022) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3582 · 13/09/2023, 02:47
#python#book 📚 Python: 3 books in 1 (2023) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3569 · 07/09/2023, 12:20
#python#book 📓 The Python Book 🔗 book ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3568 · 07/09/2023, 12:00
#python#book 📚 Python Mastery (2023) 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----