feat: markitdown implementation (#486)
* feat: markitdown implementation * fix: code review and docker file: * fix: add markitdown PATH in container * fix: feedback changes * en: readme changed
This commit is contained in:
parent
8af8e59b4f
commit
f2a92aaf39
4 changed files with 52 additions and 0 deletions
|
|
@ -74,9 +74,16 @@ RUN apt-get update && apt-get install -y \
|
|||
texlive-latex-extra \
|
||||
texlive-latex-recommended \
|
||||
texlive-xetex \
|
||||
python3 \
|
||||
python3-pip \
|
||||
pipx \
|
||||
--no-install-recommends \
|
||||
&& pipx install "markitdown[all]" \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Add pipx bin directory to PATH
|
||||
ENV PATH="/root/.local/bin:${PATH}"
|
||||
|
||||
# Install VTracer binary
|
||||
RUN ARCH=$(uname -m) && \
|
||||
if [ "$ARCH" = "aarch64" ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue