In this blog you will be making your own Spell and Grammar checker by using opensource tool knows as LanguageTool. What is Language Tool? LanguageTool is an open-source grammar tool, also known as the spellchecker for OpenOffice. This library allows you to detect grammar errors and spelling mistakes through a Python script or through a […]
PDF or Portable Document Format is one of the most common documents sharing format. It can have different elements like text, images, tables, or forms in the file. Since there is a lot happening in a single file, it becomes tedious to extract data out of the PDF file. In this post we will use […]
In this blog, we will learn how to generate QR Code using Python with help of qrcode module. What is a QR Code? Often when transacting with digital wallets, we scan the QR Code. Not just any code, QR Code is able to speed up and simplify the transaction process. The existence of a QR […]