Log Archiving

Articles published in February 2021

[Tutorial] Window10 python3.8 Installing tesserocr

Python packages tesseract with tesserocr and pytesseract, When pip3 fails to install tesserocr, you can use pytest to install it 1。 The testseract-ocr-w64-setup-v5.0.0-alpha.2001127.exe is installed. More versions can be downloaded from



[Tutorial] Kill the CPU vampire canvas nest

I have endured this thing for a long time. At first, I thought the particle effect was very interesting. But later, I found that the CPU consumption of this thing was really cruel. The blogger's Spicy Chicken Book CPU directly occupied 100%. WDNMD Uncle can stand it, and Aunt can't stand it. I checked it online, and they all taught me how to use it, good guy... Let me write down how to shield this thing Directly block the related library, canvas nest, and complete it with Adgua



[Excel] Split the worksheet into separate files (workbooks)

I never thought that I would have such a day... VBA code: Sub Split Worksheet () Dim sht As Worksheet Dim MyBook As Workbook Set MyBook = ActiveWorkbook For Each sht In MyBook. Sheets ...



sitemap