Skip to content

Commit

Permalink
Merge pull request #456 from VikParuchuri/dev
Browse files Browse the repository at this point in the history
tqdm fix
  • Loading branch information
VikParuchuri authored Jan 2, 2025
2 parents 1d2da0a + e11f294 commit 4f6a089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion marker/processors/llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from concurrent.futures import ThreadPoolExecutor, as_completed
from typing import Optional

import tqdm
from tqdm import tqdm

from marker.processors import BaseProcessor
from marker.processors.llm.utils import GoogleModel
from marker.schema.blocks import Block
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "marker-pdf"
version = "1.2.1"
version = "1.2.2"
description = "Convert PDF to markdown with high speed and accuracy."
authors = ["Vik Paruchuri <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4f6a089

Please sign in to comment.