Hello everybody! Not so long ago there was a discussion on Facebook – how to clean up the library on a local device? Considering that I mostly read .fb2 files, today’s question will sound like a solution to the problem: we extract data from the .fb2 file. And at the same time we put things in order on the screw 🙂 Continue reading FB-Extractor – extract data from a .fb2 file
Category Archives: Python
How do I read a JSON file in Python?
Hello everybody! Today we’ll try to figure it out: what is JSON and how to read a JSON file in Python? Continue reading How do I read a JSON file in Python?
Windows – Pytesseract library not working
Hello everybody! In case you are looking for an answer to the question “the Pytesseract library does not work” or you see the text “TesseractNotFoundError: tesseract is not installed or it’s not in your path” in Windows – I share my own experience – you need to add the path to Tesseract in the environment variables. And everything will work. And yes, the most annoying thing is to install the library in Python – it’s easy, but it turns out that you also need to install the files on Windows.
You can download the files just in case from link and install: C: /Program Files/Tesseract-OCR/, or google – your boss.
In addition – link to libraries with files of supported languages 🙂
That’s all for the question of why the Pytesseract library does not work 🙂 Thanks for your attention. If you have any questions – write to mail , or in Telegram.
The blog is not abandoned – just summer :)
Hello to all! I want to clarify right away that the blog is not abandoned. Simple – summer … And yes – thanks for reading 🙂
Plans for the near future:
1. German (not given at all :()
2. A couple of programs in Python
3. Some descriptions of interesting Python libraries
4. Let’s continue to deal with Contao
And then we’ll see … And yes – don’t forget to subscribe to my channel at Youtube and Instagram.
Python – getting sound from text
Hello everybody! Today we’ll look at how in Python to solve the problem of getting sound from text. It turns out that this question is solved very simply 🙂 Continue reading Python – getting sound from text