Rahul Kumar

Results 3 comments of Rahul Kumar

@m3nu Saw your reply a bit late, I ended up going for a custom parsing for that (using pdfplumber and manually finding the string) I know it's not directly related...

I implemented a custom component to do this for my work, here is the snippet if that helps: ```python import logging from typing import List, Dict, Any, Optional, Union from...

Sounds good, I'll raise a PR, following the implementation patterns.