Skip to content

Commit

Permalink
pdf, text working
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Chartier committed Sep 20, 2024
1 parent f073855 commit 61e02fc
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 163 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ FROM python:3.10-slim

# Install dependencies
RUN apt-get update && apt-get install -y \
tesseract-ocr \
libtesseract-dev \
poppler-utils && \
tesseract-ocr libtesseract-dev poppler-utils && \
rm -rf /var/lib/apt/lists/*

# Install Python packages
COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt

# Copy app files
COPY main.py /app/main.py
Expand Down
71 changes: 0 additions & 71 deletions echonotes-prompt.md

This file was deleted.

Loading

0 comments on commit 61e02fc

Please sign in to comment.