Replies: 2 comments
-
Try with the latest SDK version 0.3.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It worked! Thanks for the help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I don't think this is a bug but more something I'm doing wrong with my code.
I have a bunch of PDFs that are rotated upside down. I would normally use NAPS2 and do it manually, but I wanted to look for a way to automate it, and re-run OCR on top of it afterwards.
Using Naps2.Sdk, the PDF import/export and the OCR libs here's a piece of code I've been experimenting with:
Everything seems to be working, except when calling the pdfExporter.Export I get:
If I remove the transform, the export works correctly, so I'm sure I'm using the transform the wrong way.
What would be the best way to apply a transform to a pre-existing PDF and export it again?
I am very thankful and appreciate any help on this issue!
Beta Was this translation helpful? Give feedback.
All reactions