Difference between revisions of "OCR"

From Open Food Facts wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
}}
 
}}
 
== Current state ==  
 
== Current state ==  
* On-demand OCR extraction of ingredients using Tesseract 2 (production) and Tesseract 3 (.net)
+
* On-demand OCR extraction of ingredients using Tesseract 2 (production) and Tesseract 3 (.net) and Google Cloud Vision
 
* Uses the French dictionary for all languages
 
* Uses the French dictionary for all languages
 
<pre>
 
<pre>
Line 19: Line 19:
 
[[OCR/Results]]
 
[[OCR/Results]]
 
[[Category:OCR]]
 
[[Category:OCR]]
 +
[[Category:Artificial Intelligence]]

Revision as of 13:43, 19 February 2018

Slack channel

Current state

  • On-demand OCR extraction of ingredients using Tesseract 2 (production) and Tesseract 3 (.net) and Google Cloud Vision
  • 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