This is an automated archive.
The original was posted on /r/golang by /u/KledMainSG on 2023-08-09 07:03:02+00:00.
I am trying to find line metadata from pdf like this:
[
{
pageIndex: 3,
height: 1.55401,
width: 28.1674,
left: 27.5399,
top: 15.0772,
},
{
pageIndex: 3,
height: 1.32637,
width: 37.477,
left: 55.7062,
top: 15.2715,
},
{
pageIndex: 3,
height: 1.55401,
width: 28.7437,
left: 16.3638,
top: 16.6616,
}]
Ive found a blog where they generates character metadata not line metadata and its also in Java
You must log in or register to comment.