Replies: 3 comments
0 replies
|
Never mind, I actually constructed instances of the "Letter" class with dummy values for font, font size, width, color, etc., in order to initialize the "Word" instances, and it works fine. I am able to reuse all the document layout analysis logic that is included in the library PdfPig. |
0 replies
|
@malv007 I did not have time to reply before but everything you said makes a lot of sense. I'm not sure I'll have time to work on that but the topic is gaining traction UglyToad/PdfPig#1285 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
What do you think would be the best approach of reusing some of the document layout analysis logic available in the PdfPig library for OCR results? In particular, I am interested in being able to reuse reading order detectors and decoration text classifier. I can think of two options:
What are your thoughts?
All reactions