// Archives

Text Translation using Azure Cognitive Services Translator

In this blog, we describe how to translate text using some simple Python code and the Azure translator service. Azure Text Translator Azure Cognitive Services Translator is a cloud-based service that enables quick and accurate translation across many languages. The translator service can be used for: Language detection One-to-one or one-to-many translation Script transliteration (text …

Train a Custom Computer Vision Model using Detectron2

Training a custom computer vision model to work on your research dataset may be daunting due to the imagined complexities and effort involved. However, some very powerful open-source frameworks, such as Detectron2, have recently been made available to simplify the process. Detectron2 is an open-source framework that implements state-of-the-art computer vision algorithms. Detectron2 comes with …

Better OCR of Research Papers and Newspaper Articles

Optical Character Recognition (OCR) describes a technique whereby computers can read printed text. OCR of newspapers, magazines and research papers has always been challenging due to the unconventional and unusual formatting of the material. Text boxes, images and tables are often overlaid and are difficult (for a computer) to distinguish. Conventional, out-of-the-box OCR software is …