Export as PDF/A #869
-
Hello, Is this possible with your library? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi @bennetrr 👋 , Colab notebook -> update first pip please to: Two things to note:
Does this answer your question ? |
Beta Was this translation helpful? Give feedback.
-
Here are the files: (I had to rename the second file because GitHub only accepts certain file types) |
Beta Was this translation helpful? Give feedback.
-
@bennetrr |
Beta Was this translation helpful? Give feedback.
Hi @bennetrr 👋 ,
Yes it is :) take a look into the notebooks section (documentation) -> Link to
Export PDF/A
Colab notebook -> update first pip please to:
!pip3 install python-doctr==0.5.1
(ping @charlesmindee post release modifications)Two things to note:
DocumentFile.from_pdf(..).as_images()
toDocumentFile.from_pdf(..)
we need to update this in the notebook 👍export_as_straight_boxes=True
to the predictor if your documents contain rotated textDoes this answer your question ?
Let me know if you have further questions 😃