It can be difficult and frustrating to find a way to convert your scanned Arabic text into a Microsoft Word document. Recently, some websites and optical character recognition (OCR) tools have made improvements in this area, but many still yield undesirable results. The most effective tool I have found is free and available to users…
Category: Technical Support
Creating an IT ServiceDesk using Plumsail Forms, HelpDesk, and MS Flow
I designed the platform using SharePoint on O365, to manage Incident and Service Requests. Both Incident and Service Request are lists on the SharePoint site which when submitted creates a ticket in the HelpDesk system which is by Plumsail Helpdesk. Using MS flow, i managed to create different scenarios where the approvals are required for…
Downloading YouTube videos using Mac Terminal
The first thing we need to do is to open up the Terminal located in /Applications/Utilities/ or simply by invoking Spotlight and typing Terminal. We’re going to install a package called youtube-dl, which is a command-line application that lets you download videos directly from YouTube and a handful of other sites (including Vimeo!). It’s a…