How to Use Form Recognizer to Extract Items From Receipt
Table of Contents
In this article, Let’s use Azure Form Recognizer, latest AI-OCR tool developed by Microsoft to extract items from receipt.
Continue reading >>In this article, Let’s use Azure Form Recognizer, latest AI-OCR tool developed by Microsoft to extract items from receipt.
Continue reading >>In this article, we will talk about how to split one column in which contents are concatenated with delimiter like comma to multiple columns. Or use regex expression to extract contents for multiple columns.
Continue reading >>In this article, we will talk about how to extract rows containing specified string or satisfying some conditions.
Continue reading >>In this article, we will talk about how to use map(), apply() and applymap() and when to use one over the other. These methods can apply certain processing over DataFrame Columns and update values or create new columns.
Continue reading >>In this article, we will talk about how to process null/empty data in DataFrame
. In real world, it’s impossible to have values in every row and column of the data. So when we encounter a data set containing null values, we have to decide whether to delete, replace, etc. to handle it according to our needs.
In this article, we will talk about topics below.
Source:dribbble by Syed Zaquan
Continue reading >>In this article, we will talk about topics below.
Continue reading >>