Categorygithub.com/phpanhey/LeuchtturmParser
repositorypackage
0.0.0-20240521141338-309ec076d2ae
Repository: https://github.com/phpanhey/leuchtturmparser.git
Documentation: pkg.go.dev

# README

Leuchtturmparser 🕯

This Go project aims to extract menu information from the Leuchtturm's website using OCR (Optical Character Recognition). It parses the extracted data to provide users with a convenient way to view the menu items available for week.

How it works

The project utilizes OCR to extract text from the menu card image fetched from Leuchtturm's website. Once the text is extracted, it parses it to identify the menu items available for week. Users can then view these menu items in a readable format.

Contributing

Contributions are welcome! If you have any ideas for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

Thanks to Leuchtturm's website for providing the menu information. Special thanks to the authors of the libraries used for OCR and web scraping in this project.