You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ RecipeClipper.clipRecipe({
51
51
window: window, // Optional: Pass a custom window object - very useful if you want to use this library with JSDOM
52
52
mlDisable: false, // Optional: Disable the machine learning part of this project
53
53
mlClassifyEndpoint: '', // Optional: Provide the endpoint for the machine learning classification server documented below
54
-
mlModelEndpoint: '' // Optional: Provide the machine learning model endpoint if using local in-browser machine learning
54
+
mlModelEndpoint: '', // Optional: Provide the machine learning model endpoint if using local in-browser machine learning
55
+
ignoreMLClassifyErrors: false, // Optional: Do not throw an error if machine learning classification fails, just return an empty string for that field instead
0 commit comments