hocr: comment typo

This commit is contained in:
James R. Barlow
2024-12-23 01:46:00 -08:00
parent b7c3ea70ed
commit f71a5ffd61
+1 -1
View File
@@ -396,7 +396,7 @@ class HocrTransform:
)
if hocr_next_box is None:
return
# Render a space this word and the next word. The explicit space helps
# Render a space between this word and the next word. The explicit space helps
# PDF viewers identify the word break, and horizontally scaling it to
# occupy the space the between the words helps the PDF viewer
# avoid combiningthewordstogether.