From bb7d7093f4527eaba92554fbba05539cab1eb200 Mon Sep 17 00:00:00 2001 From: Joshua Mack Date: Mon, 1 Jun 2020 16:21:03 +0000 Subject: [PATCH 1/2] Fixed "supported languages" link The main tesseract project has moved away from github wiki documentation. With this current link, the user can still navigate to the new Data-Files documentation page, but the fragment id is lost along the way so they're not pointed to the right part of the page. --- docs/tesseract_lang_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tesseract_lang_list.md b/docs/tesseract_lang_list.md index 1a18eb6..66b5004 100644 --- a/docs/tesseract_lang_list.md +++ b/docs/tesseract_lang_list.md @@ -1,3 +1,3 @@ # Tesseract Languages -Please check [HERE](https://github.com/tesseract-ocr/tesseract/wiki/Data-Files#data-files-for-version-400-november-29-2016) for supported languages +Please check [HERE](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016) for supported languages From 6df9ef2f1fbb8297f0e0e33084656ffac4e2bd22 Mon Sep 17 00:00:00 2001 From: Joshua Mack Date: Mon, 1 Jun 2020 16:26:09 +0000 Subject: [PATCH 2/2] Fix documentation links in faq.md Core tesseract documentation has moved, so this updates the links in `faq.md` to reflect that. --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index b8dd046..8f0738e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -9,9 +9,9 @@ During the downloading of language model, Tesseract.js will first check if \*.tr ## How can I train my own \*.traineddata? -For tesseract.js v2, check [TrainingTesseract 4.00](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00) +For tesseract.js v2, check [TrainingTesseract 4.00](https://tesseract-ocr.github.io/tessdoc/TrainingTesseract-4.00) -For tesseract.js v1, check [Training Tesseract 3.03–3.05](https://github.com/tesseract-ocr/tesseract/wiki/Training-Tesseract-3.03%E2%80%933.05) +For tesseract.js v1, check [Training Tesseract 3.03–3.05](https://tesseract-ocr.github.io/tessdoc/Training-Tesseract-3.03%E2%80%933.05) ## How can I get HOCR, TSV, Box, UNLV, OSD?