menu_parser

tool to read images, images formatted like standard restaurant-menu


Keywords
image, reader, menu, parser
License
MIT
Install
pip install menu_parser==0.0.6

Documentation

Menu Parser

It's a very basic command line tool to read images , images formatted like a restaurant-menu. It outputs the text part excluding the numerical part and special character.

Commands

extract_dish --help 

extract_dish                        ( reads a default image)    

extract_dish file_path_to_image     (reads image at path file_path_to_image)

Tesseract-ocr

This tools need tesseract-ocr engine. Help yourself with this --

OCR reads the text extracted image from the full image. Click here