Changes

Jump to navigation Jump to search
41 bytes added ,  16:21, 21 March 2022
no edit summary
Line 7: Line 7:  
* Each photo, when uploaded is sent to the OCR<ref group="Code">See [https://github.com/openfoodfacts/openfoodfacts-server/blob/main/scripts/process_new_image_off.sh process_new_image_off.sh]  called through [https://github.com/openfoodfacts/openfoodfacts-server/blob/main/conf/incron.conf incron]</ref>
 
* Each photo, when uploaded is sent to the OCR<ref group="Code">See [https://github.com/openfoodfacts/openfoodfacts-server/blob/main/scripts/process_new_image_off.sh process_new_image_off.sh]  called through [https://github.com/openfoodfacts/openfoodfacts-server/blob/main/conf/incron.conf incron]</ref>
 
* you can retrieve the OCR file associated to a photo replacing the <code>.jpg</code> extension in original image by <code>.json</code>
 
* you can retrieve the OCR file associated to a photo replacing the <code>.jpg</code> extension in original image by <code>.json</code>
* some old photos might have [[OCR#Tesseract|Tesseract OCR]] output
      
== Archive ==
 
== Archive ==
    
=== Tesseract ===
 
=== Tesseract ===
Previously we where using tesseract
+
Previously we were using Tesseract on demand (but not storing output)
 
* Uses the French dictionary for all languages
 
* Uses the French dictionary for all languages
 
<pre>
 
<pre>
Line 26: Line 25:  
=== Old OCR results ===
 
=== Old OCR results ===
 
[[OCR/Results]]
 
[[OCR/Results]]
 +
 +
== References ==
 +
<references group="Code" />
 
[[Category:OCR]]
 
[[Category:OCR]]
 
[[Category:Artificial Intelligence]]
 
[[Category:Artificial Intelligence]]
 +
 +
<references group="Code" />
199

edits

Navigation menu