mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-05 21:27:37 -04:00
pdfinfo: formatting
This commit is contained in:
@@ -166,7 +166,8 @@ class TextPositionTracker(PDFLayoutAnalyzer):
|
||||
textwidth = font.char_width(cid)
|
||||
textdisp = font.char_disp(cid)
|
||||
item = LTStateAwareChar(
|
||||
matrix, font, fontsize, scaling, rise, text, textwidth, textdisp, self.textstate, *args)
|
||||
matrix, font, fontsize, scaling, rise, text,
|
||||
textwidth, textdisp, self.textstate, *args)
|
||||
self.cur_item.add(item)
|
||||
return item.adv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user