In this article , we are going to learn how can we intergrate styled-components in our React Applications . Overview – styled-components is the result … Read more “Using styled-components in React”
How to increase accuracy of Tesseract
Accuracy of Tesseract OCR in Java What is OCR? OCR stands for “Optical Character Recognition”. It is a technology that recognizes text within a image. … Read more “How to increase accuracy of Tesseract”
Tesseract Vs EasyOcr
In this article, we will use and compare the accuracy of Tesseract and EasyOcr as free popular OCR Engines. WHY DO WE NEED OCR Optical … Read more “Tesseract Vs EasyOcr”
Analysis Of Jackson And Gson
In this blog we will read about the Gson and Jackson Libraries which are used to convert JSON data to Java Object and vice-versa. Gson … Read more “Analysis Of Jackson And Gson”
Dynamic Models in Django
In this article, we will learn how to connect external databases in Django and make a dynamic model for multiple tables in the database. Models … Read more “Dynamic Models in Django”
Apache Superset – A Powerful BI Tool
This Blog will focus on Apache Superset, an open-source business intelligence tool for data collection, exploration, and visualization. It is easy to use, faster and … Read more “Apache Superset – A Powerful BI Tool”
How to read a CSV file from FTP server in Java and store it’s data into the database
In this article, we will learn how to read a CSV (Comma-Separated Values) file from a FTP Server, download it in the local directory and … Read more “How to read a CSV file from FTP server in Java and store it’s data into the database”
Why Docker is getting obsolete
Overview Docker made the world familiar with containers , a technology that completely disrupted the it industry (Imagine spinning of a complete operating system in … Read more “Why Docker is getting obsolete”
Transaction Control in Spring Boot
What is a Transaction? In the real world, we are surrounded by transactions every day. Financial ones, exchange, all interactions between 2 or more independent … Read more “Transaction Control in Spring Boot”
How to read and write XLSX file in java
In this article , we will learn how to read and write excel file (.xlsx) from java code. Since, JDK doesn’t provide direct API to … Read more “How to read and write XLSX file in java”