This commit is contained in:
@@ -640,7 +640,7 @@ class TextFiltering:
|
|||||||
for j in range(len(current_lines_ocr)):
|
for j in range(len(current_lines_ocr)):
|
||||||
if i == j:
|
if i == j:
|
||||||
continue
|
continue
|
||||||
if not current_lines[j]:
|
if not current_lines[j].replace('\n', ''):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
other_line_bbox = current_lines_ocr[j].bounding_box
|
other_line_bbox = current_lines_ocr[j].bounding_box
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "owocr"
|
name = "owocr"
|
||||||
version = "1.19.1"
|
version = "1.19.2"
|
||||||
description = "Japanese OCR"
|
description = "Japanese OCR"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user