On Tuesday, September 8, 2020 at 9:09:56 AM UTC-4 mit wrote: > Thanks for the suggestions..Will look through it. I mainly need static > tesseract to directly use it in AWS Lambda,and hence I will have to find a > way to build it in linux.
Rather than going to all the trouble of creating static versions of all Tess' dependent libraries (and their dependencies), if this is just for AWS Lambda, why not use a deployment package to bundle up all the dependencies? There doesn't appear to be a specific page for C++, but here's the C# equivalent: https://docs.aws.amazon.com/lambda/latest/dg/csharp-package.html Tom -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/955cd05f-5bd2-4dd1-aab8-61c04172404bn%40googlegroups.com.

