English

Create MIME messages using Python

MIME (Multipurpose Internet Mail Extensions) is a widely used standard for formatting and exchanging email messages including various media types, such as text, images, audio, and video, within a single email message. In this article, we will discuss how to create EML with images in a HTML body.
June 23, 2023 · 6 min · Margarita Samodurova

Combine Visio Diagrams in Python

Visio files are commonly saved in VSDX or VSD format to provide a convenient way to communicate complex ideas, processes, and structures visually. In this article, we will learn how to combine Visio diagrams in Python.
June 23, 2023 · 3 min · Farhan Raza

Convert OneNote to Markdown Online - Free Converter

Effortlessly convert your OneNote files to Markdown format online using our free and easy-to-use OneNote to Markdown converter tool. Learn how to export your notes from OneNote to Markdown quickly without any software installation.
June 23, 2023 · 4 min · Muzammil Khan

Recognize Text from Scanned PDF in Python

Scanned PDF documents are often challenging to work with due to their lack of searchable or editable text. However, with the power of Optical Character Recognition (OCR) technology, extracting text from scanned PDFs and converting them into searchable or editable formats becomes a reality. In this blog post, you will learn how to perform PDF text recognition with OCR in Python. We will also explore how to extract text from scanned PDF files, convert them into searchable or editable PDFs, and unleash the potential of Python’s OCR capabilities using Aspose.OCR for Python via .NET library.
June 22, 2023 · 4 min · Farhan Raza

Convert PNG to EPS in C#

In this article, you will learn how to convert PNG to EPS in C#. This article provides a step by step guide for converting PNG images to EPS format using Aspose.Page for .NET. Additionally, it provides a free online conversion tool and other useful links.
June 21, 2023 · 4 min · Muzammil Khan

LaTeX Formula Generator

In this article, you will learn how to generate Math equations or formulas online using the LaTeX Formula Generator for free. You will also learn to develop your own LaTeX Math equation generator.
June 19, 2023 · 3 min · Muzammil Khan

Compare Text on Images in Python

Processing and analyzing textual information is a common requirement in various fields. However, dealing with text on images presents a unique challenge. Fortunately, Aspose.OCR for Python via .NET offers powerful libraries and tools to tackle this task efficiently. In this blog post, you will explore how to compare text on images in Python using Optical Character Recognition (OCR) techniques.
June 19, 2023 · 3 min · Farhan Raza

Car License Plate Recognition in Python

License plate recognition has become an essential technology in various applications, from traffic management to law enforcement and parking systems. With the advancements in computer vision and machine learning, it is now possible to implement accurate and efficient car license plate recognition systems using Python. In this blog post, we will learn to create a car license plate recognition system in Python.
June 17, 2023 · 4 min · Farhan Raza

Convert Image to Text with OCR in Python

In this blog post, we will explore how to convert an image to text using Python. Convert JPG, PNG, or other picture formats to extract text from images, automate data entry tasks, or process scanned documents efficiently from within your Python applications.
June 16, 2023 · 3 min · Farhan Raza

Find and Replace Text in PDF using Python

In this article, you will learn how to replace a particular text in a PDF using Python. By writing a few lines of code you can parse the whole PDF to search and replace the desired words/phrases.
June 16, 2023 · 3 min · Usman Aziz