OCR

From Open Food Facts wiki
Revision as of 12:03, 24 January 2016 by Teolemon (talk | contribs)
Jump to navigation Jump to search

Current state

  • OCR extraction of Ingredients using Tesseract 2 (production) and 3 (.net)
  • Uses the French dictionary for all languages
-- /home/off-fr/cgi# grep get_ocr *
Ingredients.pm:use Image::OCR::Tesseract 'get_ocr';
Ingredients.pm: $text =  decode utf8=>get_ocr($image,undef,'fra');

Roadmap

OCR/Roadmap