Skip to content

Commit

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

from datasets import 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.0"
version = "1.2.1"
description = "Convert PDF to markdown with high speed and accuracy."
authors = ["Vik Paruchuri <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1d2da0a

Please sign in to comment.