petermr / ami3

Integration of cephis and normami code into a single base. Tests will be slimmed down
Apache License 2.0
17 stars 5 forks source link

Isolation of function to be used in other projects easily #38

Closed frojasg1 closed 4 years ago

frojasg1 commented 4 years ago

Hello, I have a request:

I have located the function that extracts the bounds of an image in the pdf: The function is that:

AbstractPageParser -> getBoundingRect()

I have tried to isolate it in one single class, so I can use it in a project of mine without the need to add the whole dependency of ami3 to my project. But I have found many dependencies, I finally I was not able to isolate it.

Would it be easy to isolate it? Would you do that for me if it is not difficult?

Thank you very much!

frojasg1 commented 4 years ago

Sorry, I have found the issue with my code, so I do not need to use ami3 function.

remkop commented 4 years ago

Closing as per @frojasg1's comment.