Confidence in KTP-OCR using Pytesseract
| | |

Confidence in KTP-OCR using Pytesseract

In previous blog, we already learn how to crop an image https://about.lovia.id/getting-cordinate-and-cropping-an-image-with-opencv/. Then we will learn how to got confidence using pytesseract, After much searching, there was some some ways to got confidence in my KTP-OCR. Pytesseract give us a lot of syntax that can we use, such as : #this line of code will…

Maximizing KTP-OCR Performance using Regular Expression
| |

Maximizing KTP-OCR Performance using Regular Expression

Regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a particular string matches a given regular expression (or if a given regular expression matches a particular string, which comes down to the same thing). we will maximize the performance of KTP-OCR using RE….

Getting Coordinate and Cropping an Image with OpenCV
| |

Getting Coordinate and Cropping an Image with OpenCV

OpenCV is popular library for computer vision. OpenCV is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. OpenCV uses machine learning to detect object/faces in picture. for detecting face,…