cd5f787220
chore: Update dependencies to fix single-thread warning
...
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixed single-threaded warning provided from the fitz pymupdf library
since the issue does not exist for this new version anymore.
Bump version along the way.
2024-01-18 18:26:00 +01:00
31b878c9eb
refactor: Move Annotations into annotation module
2023-09-20 17:22:29 +02:00
07d4de9a46
docs: Add docstrings
2023-09-20 09:13:04 +02:00
20873e6ef8
Change annotation color to simple rgb tuple
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/static_analysis Pipeline was successful
2023-08-29 22:23:52 +02:00
e325b89c9b
Move all extraction logic into extractor module
...
The publically accessible default interface only contains
the command line command interface and a single run function.
2023-08-29 12:40:36 +02:00
b564ab4792
Add continuous integration pipeline
...
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
Added static analysis (lint, type checking) to be done on each push, and
testing to be done on each master branch commit.
2023-08-29 12:15:10 +02:00
e68b801ca1
Fix color mapping to tag
...
Using the papis-like value getting from the options file we should
now correctly get the values for mapping colors to tags.
Why did they not just implement e.g. a toml reader I wonder?
2023-08-28 16:41:18 +02:00
1bb1b80620
Add debug logging for extractor
2023-08-28 12:53:17 +02:00
a22cc635b2
initial commit
2023-08-28 10:28:06 +02:00