Hi I want to use Tesseract to detect numbers in a sudoku puzzle. I already have all my opencv c++ code that will produce a Mat for every cell with a number in it, to run this I am using Cmake to generate the code.I was just wondering how I can install, setup and use tesseract to read the numbers from each cell within this c++ code, as I can only work out how to run it from the command line.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/93a0d413-f0a2-41c4-8944-67c61b0a784f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/65bd7146-d7eb-4ecb-8c6c-8d40bc9344d7%40googlegroups.com.
sudo apt install tesseract-ocr
sudo apt install libtesseract-devTo view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/ebc2089a-7526-4850-924e-fc3633d79845%40googlegroups.com.
Where should it be exactly?
Should it automatocally come with Tesseract or do I need to download or add it?
I did a search on the Pi and it couldn't find A TesseractConfig.cmake file anywhere.
Where should it be exactly?
Should it automatocally come with Tesseract or do I need to download or add it?
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/64319e95-3c44-49bb-8e8e-8650a17f8a8a%40googlegroups.com.
How exactly would I do this? Is it just entering the directory directly into the cmakelists.txt file?
Is there an easy way to find the location of these directories?
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/ff3a4ab9-69a3-463a-bf98-8a4190e327c1%40googlegroups.com.