mirror of
https://github.com/datalab-to/chandra.git
synced 2025-11-29 00:23:12 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2151833414 |
@@ -87,7 +87,7 @@ def save_merged_output(
|
||||
|
||||
# Save extracted images if requested
|
||||
if save_images and result.images:
|
||||
images_dir = file_output_dir / "images"
|
||||
images_dir = file_output_dir
|
||||
images_dir.mkdir(exist_ok=True)
|
||||
|
||||
for img_name, pil_image in result.images.items():
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "chandra-ocr"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
description = "OCR model that converts documents to markdown, HTML, or JSON."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user