Running async functions synchronously in Node.js
Recently I found myself researching for ways to run an async function in the main thread in a blocking and synchronous fashion. (more…)
Read more »
Node PDF is a set of tools that takes in PDF files and converts them to usable formats for data processing. The library supports both extracting text from searchable pdf files as well as performing OCR on pdfs which are just scanned images of text… Read more