rajashekar vtforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Mar 24, 2023Automated Invoice Processing with GPT-4 and Amazon Textract: Advanced Entity ExtractionIntroduction 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 challenging and can result in significant delays, inac...Rahat Reza Sulemani and 1 other are discussing this2 people are discussing thisDiscuss·16 likes·1.6K readsGPT 4
rajashekar vtforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 6, 2023Invoice Processing with OCR using Google Vision API and GPT-4This 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 this guide, you'll have a thorough understanding of G...Discuss·16 likes·920 readsOCR
shubham mehlaforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 19, 2023Extracting Data from Charts and Graphs: The OCR Challenge SolutionIntroduction 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 OCR Challenge aimed to develop machine learning sol...Discuss·7 likes·375 readsOCR
shubham mehlaforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 19, 2023Extracting Data from Charts and Graphs: The OCR Challenge SolutionIntroduction 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 OCR Challenge aimed to develop machine learning sol...Discuss·7 likes·375 readsOCR
Rupesh GelalforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 16, 2023Invoice Processing with Azure OCR and GPT-4: An In Depth Step-by-Step GuideThis 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 this guide, you'll have a thorough understanding o...Discuss·5 likes·1.3K readsOCR
Harsh Jainforcodingbit.hashnode.net·Apr 15, 2023Setup OCR API Using FastAPICreate 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 Prompt: Start the Anaconda Prompt. Run the following ...Discuss·26 readsBuild Optical Character Recognition API Using Tesseract and FastAPIPython
Harsh Jainforcodingbit.hashnode.net·Apr 15, 2023Tesseract and Pytesseract for OCRIntroduction 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. These characters can be converted into a machine-read...DiscussBuild Optical Character Recognition API Using Tesseract and FastAPIPython
rajashekar vtforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 6, 2023Invoice Processing with OCR using Google Vision API and GPT-4This 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 this guide, you'll have a thorough understanding of G...Discuss·16 likes·920 readsOCR
rajashekar vtforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Mar 24, 2023Automated Invoice Processing with GPT-4 and Amazon Textract: Advanced Entity ExtractionIntroduction 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 challenging and can result in significant delays, inac...Rahat Reza Sulemani and 1 other are discussing this2 people are discussing thisDiscuss·16 likes·1.6K readsGPT 4
Ian Bakerforian-baker.netimbaker1234.hashnode.net·Mar 21, 2023Using Bash and Tesseract for Efficient OCROCR, 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 creating machine-readable text from images. While there...Discuss·26 readsOCR
Chirag Chauhanforchirag-chauhan.hashnode.net·Feb 25, 2023Extracting skills from Resume without OCR!!!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 extract skills, work experience, contact information, ...Discuss·48 readsOCR
Rohit ChauhanforRj's Blogrj.hashnode.net·Jan 21, 2023Unleashing the Power of OCR: Image Pre-processing Techniques in PythonReading text from images is a common task in optical character recognition (OCR) applications. In this blog post, we will explore different ways to pre-process an image in Python before using OCR to extract the text. Grayscale Conversion: converting...Discuss·1 like·44 readsOCR
prerana karandeforPrerana's blogpreranask.hashnode.net·Dec 11, 2022How to Capture Text from Image using OCR package | Automation AnywhereProblem Statement: To automate the task of extracting text from an image and displaying it. OCR package of Automation Anywhere: The extracted invoice number from the image files Extract P.O. number from PDF files Objectives: We have extracted a text ...Discuss·1 like·69 readsautomation-anywhere