sclaflin / OpenALPR-HTTP-Wrapper

Thin wrapper around the OpenALPR cli program
MIT License
9 stars 7 forks source link

Allow optional pattern argument to be passed to ALPR #3

Closed KidA001 closed 1 year ago

KidA001 commented 1 year ago

This PR adds the ability to pass a pattern argument to alpr. This argument is optional.

Open to feedback and suggestions. Tried to follow existing patterns.

sclaflin commented 1 year ago

I noticed the docker image for this is obscenely large. I need to update the Dockerfile to use a staged build before I publish it to docker hub. Maybe just build the image locally for now.