Changes

Jump to navigation Jump to search
Line 9: Line 9:  
# Choose the relevant file within the insights/ocr directory (in this case: https://github.com/openfoodfacts/robotoff/blob/master/robotoff/insights/ocr/packager_code.py)
 
# Choose the relevant file within the insights/ocr directory (in this case: https://github.com/openfoodfacts/robotoff/blob/master/robotoff/insights/ocr/packager_code.py)
   −
# Write the function
+
* Write the function
 
<pre>
 
<pre>
 
def process_fsc_match(match) -> str:
 
def process_fsc_match(match) -> str:
Line 16: Line 16:  
</pre>
 
</pre>
   −
# Add the function to the processing pipeline
+
* Add the function to the processing pipeline
    
<pre>
 
<pre>
Line 37: Line 37:  
<pre>
 
<pre>
   −
# Grab yourself a sandwich
+
* Grab yourself a sandwich
    
=== Plug it to Robotoff ===
 
=== Plug it to Robotoff ===

Navigation menu