feat: add document_type column and methods

This commit is contained in:
Tanmay Deep Sharma
2025-06-24 01:47:52 +05:30
parent ed229eb1ae
commit b9d022ab68
5 changed files with 53 additions and 19 deletions
+4
View File
@@ -34,6 +34,8 @@ RUN apk update && apk add --no-cache \
git \
curl \
xz \
poppler-utils \
tesseract-ocr \
&& mkdir -p /var/app \
&& gem install bundler
@@ -128,6 +130,8 @@ RUN apk update && apk add --no-cache \
imagemagick \
git \
vips \
poppler-utils \
tesseract-ocr \
&& gem install bundler
COPY --from=node /usr/local/bin/node /usr/local/bin/