OCR-Form-Tools/scripts
Chia-Sheng Chen 57a9598e8e
Support image redaction with batch processing (#936)
## [0.2.0] - 2021-07-09
### Added
- Support Microsoft Azure Blob Storage as IO by `azure-storage-blob` package.
- Add batch redact CLI (`batch_redact.py`), assuming the folder structure follows FOTT blob storage folder.
    - input: from local folder or from Blob Storage folder
    - output: to local folder or to Blob Storage folder

### Changed
- Extract `redact_image()`, `redact_fott_label()`, and `redact_ocr_result()` function to `redact` namespace for both `redact.py` and `batch_redact.py` to use.
- Change default redact color from black to white.

## [0.1.0] - 2021-06-25
### Added
- Add image redaction.
- Add FOTT label redaction.
- Add OCR result redaction.
- Add simple CLI wrap (`redact.py`) to redact image / FOTT label / OCR result file.
2021-07-12 17:30:14 +08:00
..
redact_cli_py Support image redaction with batch processing (#936) 2021-07-12 17:30:14 +08:00
dump_git_info.js fix: use existing git hash when not in git repository (#682) 2020-11-03 17:05:18 -08:00
dump_git_info.sh Fix the issue that git-commit-info.txt could be override (#683) 2020-11-03 23:36:34 -08:00
generate-changelog.sh First commit 2020-02-03 13:31:46 -08:00