Difference between revisions of "OCR"

From Open Food Facts wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
== Roadmap ==
 
== Roadmap ==
 
[[OCR/Roadmap]]
 
[[OCR/Roadmap]]
 +
== Exploiting OCR results ==
 +
[[OCR/Results]]

Revision as of 16:45, 30 January 2016

Slack channel

Current state

  • On-demand OCR extraction of ingredients using Tesseract 2 (production) and Tesseract 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

Exploiting OCR results

OCR/Results