Skip to content

Example how to run tesseract OCR using .NET 6 and the library TesseractOCR in a Docker container / Linux.

License

Notifications You must be signed in to change notification settings

AlexZeitler/tesseract-ocr-dotnet6-linux-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesseract-ocr-dotnet6-linux-docker

Example how to run tesseract using .NET 6 and the library TesseractOCR in a Docker container.

cd TeasseractOCROnLInux
./download-tessdata.sh # download english tessdata files
docker build . -t tesseractdotnet # build the container from Dockerfile
docker run -v ${PWD}/tessdata:/app/tessdata -v ${PWD}/in:/app/in tesseractdotnet # run container from image with volume mappings

About

Example how to run tesseract OCR using .NET 6 and the library TesseractOCR in a Docker container / Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published