© 2023 Hashnode
#ocr
Hey there! Guess what? Today is an extra special day! We're going to explore how to make the most of Amazon Textract in Salesforce using LWC and Apex. Don't worry, I'll guide you through the process w…
Introduction: Cheque processing is an important task for banks and financial institutions. To automate this process, it is essential to extract all the details of a cheque accurately. This can be done using two techniques - ICR (Intelligent…
Introduction In today's data-driven world, extracting insights from complex data is essential. Graphs help represent this data, but analyzing them can be challenging, especially for non-experts. The O…
This blog will guide you through the process of using Azure OCR to extract text from invoice images and PDFs. You will also learn to utilize GPT-4 to extract entities from the invoices. By the end of …
Create a virtual environment for our API It is a best practice to create a virtual environment whenever you create a new project. You can follow one of the two options below: Using the Anaconda Promp…
Introduction to OCR The term OCR stands for Optical Character Recognition. Optical Character Recognition deals with the problem of recognizing all the different handwritten and printed characters. The…
This blog will guide you through using Google Vision to extract text from invoice images and PDFs. You will also learn to extract their corresponding entities with the help of GPT-4. By the end of thi…
Introduction Invoice processing is an essential task for any business, but it can also be time-consuming and error-prone. With large volumes of invoices coming in daily, manual processing becomes chal…
OCR, or Optical Character Recognition, is a powerful technology that allows us to extract text from images. This can be incredibly useful for a variety of tasks, from digitizing old documents to creat…
Resume parsing is a method of structuring the content present inside the resume. Resume parsers are programs designed to scan the document, analyze it and extract information. A resume parser may extr…