You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, however, the pdf/a mode of ocrmypdf strips such an acrobat-produced pdf of its OCR layer.
Steps to reproduce
1. Run `ocrmypdf --skip-text input.pdf output.pdf`
2. `pdffonts input.pdf`
3. `pdffonts output.pdf`
The results of 2 and 3 are the same if `--output-type pdf` is used.