aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-28minor style and text fixesdevelopMatthias Baumgartner
2023-07-28document digestion:Matthias Baumgartner
* plaintext reader * text metrics extractor * text summary extractor
2023-07-26index interface change: adding output to file optionMatthias Baumgartner
2023-07-26bugfixMatthias Baumgartner
2023-07-26code style and type annotation fixesMatthias Baumgartner
2023-07-26refactored naming policy into uri matcherMatthias Baumgartner
2023-07-26indexing app test fixesMatthias Baumgartner
2023-07-25directory name extractorMatthias Baumgartner
2023-07-25Merge branch 'mb/faces' into developMatthias Baumgartner
2023-07-25face reader exception testsMatthias Baumgartner
2023-06-17face reader, face detection and identification extractorsMatthias Baumgartner
2023-04-18url fixMatthias Baumgartner
2023-04-17Merge branch 'mb/iptc' into developMatthias Baumgartner
2023-04-05move file walker into its own moduleMatthias Baumgartner
2023-04-05config file fixMatthias Baumgartner
2023-04-05minor fixesMatthias Baumgartner
2023-04-05IPTC tag extractionMatthias Baumgartner
2023-03-05Merge branch 'mb/diogenes' into developMatthias Baumgartner
2023-03-05build fixesMatthias Baumgartner
2023-03-04namespace refactoring and cleanupMatthias Baumgartner
2023-03-02readme and changelogMatthias Baumgartner
2023-03-02various minor fixesMatthias Baumgartner
2023-03-02reader error: untangle generic from unsupported format errorsMatthias Baumgartner
2023-03-01removed module header stubsMatthias Baumgartner
2023-03-01documentationMatthias Baumgartner
2023-03-01build instructionsMatthias Baumgartner
2023-03-01Integrate main app into packageMatthias Baumgartner
2023-03-01Exif data reader and extractorMatthias Baumgartner
2023-03-01load config from fileMatthias Baumgartner
2023-03-01schema fixesMatthias Baumgartner
2023-02-08Merge branch 'previews' into developMatthias Baumgartner
2023-02-08minor cleanupMatthias Baumgartner
2023-02-08preview extractorMatthias Baumgartner
2023-02-08preview readerMatthias Baumgartner
2023-02-08node naming policyMatthias Baumgartner
2023-01-16Merge branch 'mb/feature' into developMatthias Baumgartner
2023-01-16minor fixesMatthias Baumgartner
2023-01-16info schema and feature testsMatthias Baumgartner
2023-01-16ReaderBuilder optional configMatthias Baumgartner
2023-01-16minor bugfixMatthias Baumgartner
2023-01-16image feature integration testMatthias Baumgartner
2023-01-16minor bugfixesMatthias Baumgartner
2023-01-16unsupported file format exceptionMatthias Baumgartner
2023-01-16random fixesMatthias Baumgartner
2023-01-16bsfs changes propagated to testsMatthias Baumgartner
2023-01-16colors spatial featureMatthias Baumgartner
2023-01-16schema serialization adjustments and appMatthias Baumgartner
2022-12-24ReaderChain and image readerMatthias Baumgartner
2022-12-24documentation: standard vs external importMatthias 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"