Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

OCR #35

Open
sejvlond opened this issue Feb 9, 2016 · 4 comments
Open

OCR #35

sejvlond opened this issue Feb 9, 2016 · 4 comments

Comments

@sejvlond
Copy link

sejvlond commented Feb 9, 2016

For restaurants such as http://www.stravovanihrbek.websnadno.cz/jidelnicek.html would be nice to have some ocr to parse lunch menu :-)

@tomaskadlec
Copy link
Owner

I've made a quick research and it looks possible at least. Generally two approaches are possible:

  • build a service providing OCR
  • use existing service via its public API

The first one makes better sense in our case. The application was originally written to test our containerized infrastructure and deployment process (several diagrams will be published later this week). Adding complexity is somehow desirable.

@tomaskadlec
Copy link
Owner

Custom service using Tesseract, integration with PHP - http://www.sitepoint.com/ocr-in-php-read-text-from-images-with-tesseract/

@tomaskadlec
Copy link
Owner

A PHP wrapper for Tesseract https://github.com/thiagoalessio/tesseract-ocr-for-php

@tomaskadlec
Copy link
Owner

Example OCR services that can be used for the second approach:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants