aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/lib
AgeCommit message (Collapse)Author
2023-07-26code style and type annotation fixesMatthias Baumgartner
2023-07-26refactored naming policy into uri matcherMatthias Baumgartner
2023-06-17face reader, face detection and identification extractorsMatthias Baumgartner
2023-04-05minor fixesMatthias Baumgartner
2023-04-05IPTC tag extractionMatthias Baumgartner
2023-03-04namespace refactoring and cleanupMatthias Baumgartner
2023-03-01removed module header stubsMatthias Baumgartner
2023-02-08preview extractorMatthias Baumgartner
2023-02-08node naming policyMatthias Baumgartner
2023-01-16minor fixesMatthias Baumgartner
2023-01-16unsupported file format exceptionMatthias Baumgartner
2022-12-24package restructuring: baseMatthias Baumgartner
* Reader and Extractor to respective reader/extractor modules * ReaderBuilder to reader module * ExtractorBuilder to extractor module * Loading module in utils (safe_load, unpack_name) * Pipeline and PipelineBuilder to lib module * errors to utils * documentation: "standard import" and "external import"
2022-12-15bsie/pipeline interface revision:Matthias Baumgartner
* predicates -> principals * schema as property * principals as property * information hiding * full subschema instead of only predicates
2022-12-15import fixesMatthias Baumgartner
2022-12-15imports and init filesMatthias Baumgartner
2022-12-14bsie extraction and info appsMatthias Baumgartner