Difference between revisions of "Nutrition facts table data extraction/Hackathon"

From Open Food Facts wiki
Jump to navigation Jump to search
(Created page with "Back to Nutrition facts table data extraction == Prototype == https://world.openfoodfacts.org/hunger-game?type=nutrition == Code == Issue to port to V2, with a link to...")
 
Line 1: Line 1:
 
Back to [[Nutrition facts table data extraction]]
 
Back to [[Nutrition facts table data extraction]]
 +
 +
== Introduction ==
 +
 +
A team of Microsofties is working on using Microsoft Form Recognizer to extract data from nutrition facts table pictures to pre-populate [https://world.openfoodfacts.org/hunger-game?type=nutrition Open Food Facts' Hunger Game data entry and validation form].
  
 
== Prototype ==  
 
== Prototype ==  
https://world.openfoodfacts.org/hunger-game?type=nutrition
+
 
 +
* https://world.openfoodfacts.org/hunger-game?type=nutrition
  
 
== Code ==  
 
== Code ==  
 +
 
Issue to port to V2, with a link to the current prototype code:
 
Issue to port to V2, with a link to the current prototype code:
 
https://github.com/openfoodfacts/openfoodfacts-hungergames/issues/47
 
https://github.com/openfoodfacts/openfoodfacts-hungergames/issues/47
  
 
== Form recognizer ==
 
== Form recognizer ==
 +
 
* Can we do the form recognizer query on the fly from the page ?
 
* Can we do the form recognizer query on the fly from the page ?
 
* Should we do it server side ?
 
* Should we do it server side ?
* We already have an OFF API for inline nutrition that we can also use.
+
* We already have an OFF API for extraction nutrition data from text that we can also use.

Revision as of 15:29, 27 July 2020

Back to Nutrition facts table data extraction

Introduction

A team of Microsofties is working on using Microsoft Form Recognizer to extract data from nutrition facts table pictures to pre-populate Open Food Facts' Hunger Game data entry and validation form.

Prototype

Code

Issue to port to V2, with a link to the current prototype code: https://github.com/openfoodfacts/openfoodfacts-hungergames/issues/47

Form recognizer

  • Can we do the form recognizer query on the fly from the page ?
  • Should we do it server side ?
  • We already have an OFF API for extraction nutrition data from text that we can also use.