# floor_plan_reader **Repository Path**: flair2005/floor_plan_reader ## Basic Information - **Project Name**: floor_plan_reader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # floor_plan_reader ### THINGS - tesseract (https://github.com/tesseract-ocr/tesseract) ### SETUP 1. Launch cerebrum 2. Open notebook 3. Install tesseract in docker image by typing in notebook `!apt-get update -q && apt-get install -y -q tesseract-ocr` 4. Install python wrapper for tesseract in notebook `!pip install pytesseract` 5. 6. # OCR Optical Character Recognition Is the recognition of text in images. The text is extracted from the image to encoded text. Steps 1. image converted to a bitmap (matrix of black and white dots) 2. image then pre-processed to enhance the accuracy of the process 3.