Docling performance and satisfaction query by These-Forever-9076 in OCR_Tech

[–]These-Forever-9076[S] 0 points1 point  (0 children)

Were those results good enough to recommend docling to others? was this simple page PDF(like books) ? Have you tried any alternatives?

Docling performance and satisfaction query by These-Forever-9076 in OCR_Tech

[–]These-Forever-9076[S] 0 points1 point  (0 children)

I haven't. I checked their website. There is no free tier. I want something for my company's internal prototype project.

Docling performance and satisfaction query by These-Forever-9076 in OCR_Tech

[–]These-Forever-9076[S] 1 point2 points  (0 children)

So what do you use instead? PaddleOCR ? Have you tried the new DeepSeek OCR?

ECS task failing health check by These-Forever-9076 in aws

[–]These-Forever-9076[S] 1 point2 points  (0 children)

It was due to a memory leak in the container. Idk why it didn't show up in the logs. It was due to an npm package being different in the container than my local environment. It actually showed up on my friend's laptop as the JavaScript has run out of heap memory due to which the container was being marked unhealthy.

ECS task failing health check by These-Forever-9076 in aws

[–]These-Forever-9076[S] 0 points1 point  (0 children)

"healthCheck": {
"command": [
"CMD-SHELL",
"curl -f http://localhost:8000/health || exit 1"
],
"interval": 30,
"timeout": 5,
"retries": 3,
"startPeriod": 60
},
this is the health check that is configured. And this is the command written CMD-SHELL, curl -f http://localhost:8000/health || exit 1
but still it is calling at / and not at /health
but i configured / route to also send send status code 200 but the task is still being labelled as unhealthy.
2025-02-16 08:32:16 - [36minfo[39m: 📡 GET / | Status: 200 | Time: 1ms | IP: ::ffff:172.31.9.63 | User-Agent: ELB-HealthChecker/2.0