Developing OCR Screenshot Recognition Tool with Python

Developing OCR Screenshot Recognition Tool with Python

Image source from the internet Written by/GitPython You must have used those “OCR tools” that can extract text from images, greatly improving work efficiency. Today, we are going to create a small tool for real-time screenshot recognition. As the name suggests, when the program runs, it can recognize the text in the images you capture … Read more

Post-Editing Practice | How to Configure Machine Translation API

Post-Editing Practice | How to Configure Machine Translation API

Nowadays, translators’ work is completely reliant on computer-assisted translation software. However, for many translators, especially those new to the translation industry, CAT tools have many limitations. Due to the lack of effective memory and terminology databases, translators often translate sentence by sentence, which does not significantly improve translation efficiency. With the advancement of deep learning, … Read more

Voice Recognition Control System Based on Python

Voice Recognition Control System Based on Python

The topic is simple: using voice recognition to identify spoken words and control the movement of graphics based on the content of those words. For example, if you say ‘up’, the graphic on the canvas will move upwards. This article uses the Baidu recognition API (because it’s free). Here’s a flowchart I created: Without further … Read more