From PDF to text #12234
From PDF to text
#12234
-
Greetings! I'm trying to convert PDF to plain text instead of Word format. Is there any way PaddleOCR and do it? Looking forward to your reply! |
Beta Was this translation helpful? Give feedback.
Answered by
hungtrieu07
Sep 6, 2023
Replies: 1 comment
-
You should convert PDF file to images file, and push that images into PaddleOCR with your language. If your language don't support, then need to train a recognition model. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should convert PDF file to images file, and push that images into PaddleOCR with your language. If your language don't support, then need to train a recognition model.