aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils/pdf.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of RETURNCODE_OK. This is not C99.J08nY2025-02-141-5/+4
|
* update deps, linter versionsAdam Janovsky2024-11-191-3/+1
|
* fix new ruff errorsAdam Janovsky2023-11-101-2/+1
|
* fix: OCR with Pytesseract fixed nowGeorgeFI2023-09-251-1/+2
|
* feat: Added pytesseract wrapperGeorgeFI2023-09-201-5/+9
|
* defer few importsAdam Janovsky2023-04-161-2/+9
|
* add flake8-simplify to ruffAdam Janovsky2023-02-031-8/+2
|
* fix some return statementsAdam Janovsky2023-02-031-3/+2
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-1/+1
|
* adds some pylint checks to ruffAdam Janovsky2023-01-271-1/+1
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-9/+10
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* fix OCR txt_path accessAdam Janovsky2022-12-141-2/+6
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+275
- Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`