Tag: Automation (8 articles)

Thumbnail

Learn how to create a powerful Vim function that automatically processes selected code through external Python scripts. This tutorial shows you how to implement RunScriptsOnSelect - a versatile Vim function that detects code type from visual selections and applies appropriate transformations using custom Python processors.

... Read More


Keywords: Vim Automation Python Scripting Code Processing ...
Thumbnail

This article discusses the fascinating concept of extracting text from images using Python and Pytesseract. It covers the installation process of Pytesseract and PIL, and provides a simple code example to extract text from an image. The article also highlights the limitations of Pytesseract and suggests experimenting with different configurations to achieve the best results.

... Read More


Keywords: python Pytesseract OCR optical character recognition image processing ...