일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DFS
- dataframe
- Python
- CNN
- pycharm
- synology
- SPL
- install
- keras
- 알고리즘
- ipad
- pip
- Series
- Splunk
- mean
- Numpy
- 삼성소프트웨어멤버십
- mariadb
- LSTM
- GitHub
- E-P1
- imread
- javascript
- RNN
- pandas
- Button
- SciPy
- index
- GT-S80
- Lotto
Archives
- Today
- Total
목록Extract (1)
잠토의 잠망경
[python] extract highlighted text (highlight된 글자 추출)
https://stackoverflow.com/questions/9099497/how-to-extract-highlighted-parts-from-pdf-files from typing import List, Tuple import fitz # install with 'pip install pymupdf' def _parse_highlight(annot: fitz.Annot, wordlist: List[Tuple[float, float, float, float, str, int, int, int]]) -> str: points = annot.vertices quad_count = int(len(points) / 4) sentences = [] for i in range(quad_count)..
카테고리 없음
2021. 8. 28. 23:00