Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some input metadata could not be copied because it is not permitted in PDF/A. You may wish to examine the output PDF's XMP metadata #771

Closed
alicanidas opened this issue Apr 29, 2021 · 4 comments

Comments

@alicanidas
Copy link

alicanidas commented Apr 29, 2021

Start processing 8 pages concurrently
    2 redoing OCR
    1 redoing OCR
    3 redoing OCR
    4 redoing OCR
    5 redoing OCR
    7 redoing OCR
    6 redoing OCR
    8 redoing OCR
    9 redoing OCR
   10 redoing OCR
   11 redoing OCR
    4 [tesseract] lots of diacritics - possibly poor OCR
Postprocessing...
Some input metadata could not be copied because it is not permitted in PDF/A. You may wish to examine the output PDF's XMP metadata.
Optimize ratio: 1.00 savings: -0.2%
Image optimization did not improve the file - discarded
Output file is a PDF/A-2B (as expected)

how can i fix this pdf a permit in windows

@jbarlow83
Copy link
Collaborator

Run with -v if you want to see what was dropped.

Run with --output-type pdf if you want to disable PDF/A conversion, which generally preserves metadata.

@kpleines
Copy link

How can I use the "--output-type pdf" Fix if I use docker ?

@jbarlow83
Copy link
Collaborator

docker run --rm -i ocrmypdf --output-type pdf - - <input.pdf >output.pdf`

@Xyz00777
Copy link

how can i add the -v to see what it drops?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants