Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Sep 3, 2019
1 parent ae74539 commit 25542e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 440 files
2 changes: 1 addition & 1 deletion core-fonts
Submodule core-fonts updated 0 files
2 changes: 1 addition & 1 deletion dictionaries
Submodule dictionaries updated 0 files
2 changes: 1 addition & 1 deletion sdkjs
Submodule sdkjs updated 218 files
2 changes: 1 addition & 1 deletion sdkjs-plugins
Submodule sdkjs-plugins updated 92 files
+2 −0 examples/clippy/code.js
+187 −0 examples/example_work_with_another_file/code.js
+26 −0 examples/example_work_with_another_file/config.json
+ examples/example_work_with_another_file/icon.png
+ examples/example_work_with_another_file/icon2.png
+ examples/example_work_with_another_file/[email protected]
+ examples/example_work_with_another_file/[email protected]
+47 −0 examples/example_work_with_another_file/index.html
+40 −0 examples/example_work_with_content_controls_content/code.js
+28 −0 examples/example_work_with_content_controls_content/config.json
+ examples/example_work_with_content_controls_content/icon.png
+ examples/example_work_with_content_controls_content/icon2.png
+ examples/example_work_with_content_controls_content/[email protected]
+ examples/example_work_with_content_controls_content/[email protected]
+10 −0 examples/example_work_with_content_controls_content/index.html
+2 −2 ocr/index.html
+589 −0 ocr/index.js
+4 −0 ocr/jquery-2.2.2.min.js
+6 −0 ocr/ocr.js
+ ocr/tessdata/afr.traineddata.gz
+ ocr/tessdata/ara.traineddata.gz
+ ocr/tessdata/aze.traineddata.gz
+ ocr/tessdata/bel.traineddata.gz
+ ocr/tessdata/ben.traineddata.gz
+ ocr/tessdata/bul.traineddata.gz
+ ocr/tessdata/cat.traineddata.gz
+ ocr/tessdata/ces.traineddata.gz
+ ocr/tessdata/chi_sim.traineddata.gz
+ ocr/tessdata/chi_tra.traineddata.gz
+ ocr/tessdata/chr.traineddata.gz
+ ocr/tessdata/dan-frak.traineddata.gz
+ ocr/tessdata/dan.traineddata.gz
+ ocr/tessdata/deu-frak.traineddata.gz
+ ocr/tessdata/deu.traineddata.gz
+ ocr/tessdata/ell.traineddata.gz
+ ocr/tessdata/eng.traineddata.gz
+ ocr/tessdata/eng0.traineddata.gz
+ ocr/tessdata/enm.traineddata.gz
+ ocr/tessdata/epo.traineddata.gz
+ ocr/tessdata/equ.traineddata.gz
+ ocr/tessdata/est.traineddata.gz
+ ocr/tessdata/eus.traineddata.gz
+ ocr/tessdata/fin.traineddata.gz
+ ocr/tessdata/fra.traineddata.gz
+ ocr/tessdata/frk.traineddata.gz
+ ocr/tessdata/frm.traineddata.gz
+ ocr/tessdata/glg.traineddata.gz
+ ocr/tessdata/grc.traineddata.gz
+ ocr/tessdata/heb.traineddata.gz
+ ocr/tessdata/hin.traineddata.gz
+ ocr/tessdata/hrv.traineddata.gz
+ ocr/tessdata/hun.traineddata.gz
+ ocr/tessdata/ind.traineddata.gz
+ ocr/tessdata/isl.traineddata.gz
+ ocr/tessdata/ita.traineddata.gz
+ ocr/tessdata/ita_old.traineddata.gz
+ ocr/tessdata/jpn.traineddata.gz
+ ocr/tessdata/kan.traineddata.gz
+ ocr/tessdata/kor.traineddata.gz
+ ocr/tessdata/lav.traineddata.gz
+ ocr/tessdata/lit.traineddata.gz
+ ocr/tessdata/mal.traineddata.gz
+ ocr/tessdata/meme.traineddata.gz
+ ocr/tessdata/mkd.traineddata.gz
+ ocr/tessdata/mlt.traineddata.gz
+ ocr/tessdata/msa.traineddata.gz
+ ocr/tessdata/nld.traineddata.gz
+ ocr/tessdata/nor.traineddata.gz
+ ocr/tessdata/osd.traineddata.gz
+ ocr/tessdata/pol.traineddata.gz
+ ocr/tessdata/por.traineddata.gz
+ ocr/tessdata/ron.traineddata.gz
+ ocr/tessdata/rus.traineddata.gz
+ ocr/tessdata/slk-frak.traineddata.gz
+ ocr/tessdata/slk.traineddata.gz
+ ocr/tessdata/slv.traineddata.gz
+ ocr/tessdata/spa.traineddata.gz
+ ocr/tessdata/spa_old.traineddata.gz
+ ocr/tessdata/sqi.traineddata.gz
+ ocr/tessdata/srp.traineddata.gz
+ ocr/tessdata/swa.traineddata.gz
+ ocr/tessdata/swe.traineddata.gz
+ ocr/tessdata/tam.traineddata.gz
+ ocr/tessdata/tel.traineddata.gz
+ ocr/tessdata/tgl.traineddata.gz
+ ocr/tessdata/tha.traineddata.gz
+ ocr/tessdata/tur.traineddata.gz
+ ocr/tessdata/ukr.traineddata.gz
+ ocr/tessdata/vie.traineddata.gz
+640 −0 ocr/tesseract-1.0.19.js
+9,051 −0 ocr/worker.js
+3 −1 symboltable/symboltable.js
2 changes: 1 addition & 1 deletion web-apps-pro

0 comments on commit 25542e2

Please sign in to comment.