Note about xobject tagging

This commit is contained in:
John Whitington 2024-10-21 15:20:19 +01:00
parent 5f294bf283
commit ec866ee403
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ type structdata =
let structdata = ref [] let structdata = ref []
(* TODO: Tagging in XObjects, move tag state into res () etc. *)
(* TODO: Use Uuseg for proper unicode segmentation. *) (* TODO: Use Uuseg for proper unicode segmentation. *)
let format_paragraph indent j w s = let format_paragraph indent j w s =
let ss = String.split_on_char ' ' s in let ss = String.split_on_char ' ' s in