@tess-data/eng
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,4 +9,4 @@ const fs = require('fs'); | ||
const b64Data = str.substring( | ||
str.lastIndexOf("atob("") + 6, | ||
str.lastIndexOf("").split") | ||
str.lastIndexOf("atob(\"") + 6, | ||
str.lastIndexOf("\").split") | ||
); | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@tess-data/eng", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "traineddata for tesseract.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
31290721