Table Extract from PDF Document
Crop PDF Table
Convert to JPG File and Save
-
Project Name : PDF Table to JPG
-
Create Date : 19/Nov/2020
-
Update Date : 11/Mar/2021
-
Author : Minku Koo
-
E-Mail : corleone@kakao.com
-
Version : 1.2.0
-
Keyword : 'PDF', 'Table', 'Camelot' ,'PDF Extract', 'PYPDF', 'pdf2jpg'
Warning !!
-
If you get Error message like 'utf-8' encoding~ ,then you should update pdf2jpg library.
-
You can see variable named 'output' in 'pdf2jpg' library
-
You must decode that : output = output.decode() ==> output = output.decode("cp949")
-
-
This Project used Camelot Library
경 고 !!
PDF 파일 경로에 한글이 포함되어 있는 경우, 에러가 발생할 수 있습니다.
이럴 경우에는 별도로 pdf2jpg 라이브러리 파일을 열어서
output 변수를 따로 decoding 해주어야 합니다.
기존 output = output.decode() 으로 되어있는 부분을
output = output.decode("cp949") 로 바꾸어주면, 한글 폴더명이 포함되어도 해결됩니다.
Notice
- 이 프로젝트는 Camelot를 활용하여 제작되었습니다.
- Camelot이 테이블을 추출하는 것이 100% 정확하지 않습니다.
- Stream 방식의 경우, Table이 온전히 Crop되지 않습니다. 테이블의 일부가 잘려나갈 수 있습니다.
Original PDF Document
Cropped Table JPG (Lattice Method)
Cropped Table JPG (Stream Method)