Comparison-of-OCR (KerasOCR, PyTesseract,EasyOCR)

OCR (Optical Character Recognition) is a technology that enables the conversion of document types such as scanned paper documents, PDF files or pictures taken with a digital camera into editable and searchable data. OCR creates words from letters and sentences from words by selecting and separating letters from images. Requirements pip install -r requirements.txt Usage Also you can check the result by one by like: You have to initilaze your object. ocr=OCR(image_folder=”test/”) After that, for keras ocr: for easyocr: ocr.easyocr_model_works() […]

Read more

PIRDS – Prescription Image Recognition and Digitalizing System is a OCR make with Tensorflow

PIRDS – Prescription Image Recognition and Digitalizing System is a OCR make with Tensorflow that digitalises images of Prescription of Handwritten Texts by Doctors. Abstract PIRDS does the Digital transformation of hand-written prescription text using advance image processing techniques and deep learning methods. Image processing techniques helps to create images which are less noisy, and easily understandable for neural networks. Once image with required configuration are obtained, they are fed to neural network model for training. The neural network model […]

Read more

Indonesian ID Card OCR using tesseract OCR

Indonesian ID Card OCR using tesseract OCR KTP OCR is python-flask with tesseract web application to convert Indonesian ID Card to text / JSON Data convert KTP to JSON text preprocessing for enhance the quality of result (in progres) Installation (UBUNTU) KTP OCR needs Python 3+ and tesseract OCR. Currently i’m using Ubuntu 20.0 and its running normaly. To install tesseract OCR Click here Clone GIT Repository git clone https://github.com/revanmd/KTP-OCR.git Go root directory of this project Optionally to use Virtual […]

Read more

Scan, index, and archive all of your paper documents

[ en | de | el ] Important news about the future of this project It’s been more than 5 years since I started this project on a whim as an effort to try to get a handle on the massive amount of paper I was dealing with in relation to various visa applications (expat life is complicated!) Since then, the project has exploded in popularity, so much so that it overwhelmed me and working on it stopped being “fun” […]

Read more