Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/docker-tools-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
type: choice
options: # Define available options
- tool-classifier
- tool-doc-pii-redactor
- tool-indexer
- tool-ocr
- tool-translate
- tool-structure
- tool-text-extractor

Expand All @@ -42,18 +38,6 @@ jobs:
- name: Build tool-classifier
if: github.event.inputs.service_name=='tool-classifier'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/classifier
- name: Build tool-doc-pii-redactor
Comment thread
chandrasekharan-zipstack marked this conversation as resolved.
if: github.event.inputs.service_name=='tool-doc-pii-redactor'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/doc_pii_redactor
- name: Build tool-indexer
if: github.event.inputs.service_name=='tool-indexer'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/indexer
- name: Build tool-ocr
if: github.event.inputs.service_name=='tool-ocr'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/ocr
- name: Build tool-translate
if: github.event.inputs.service_name=='tool-translate'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/translate
- name: Build tool-structure
if: github.event.inputs.service_name=='tool-structure'
run: docker build -t unstract/${{github.event.inputs.service_name}}:${{ github.event.inputs.tag }} ./tools/structure
Expand Down
3 changes: 0 additions & 3 deletions tools/doc_pii_redactor/.dockerignore

This file was deleted.

20 changes: 0 additions & 20 deletions tools/doc_pii_redactor/Dockerfile

This file was deleted.

140 changes: 0 additions & 140 deletions tools/doc_pii_redactor/README.md

This file was deleted.

Empty file removed tools/doc_pii_redactor/__init__.py
Empty file.
8 changes: 0 additions & 8 deletions tools/doc_pii_redactor/requirements.txt

This file was deleted.

13 changes: 0 additions & 13 deletions tools/doc_pii_redactor/sample.env

This file was deleted.

53 changes: 0 additions & 53 deletions tools/doc_pii_redactor/src/config/icon.svg

This file was deleted.

45 changes: 0 additions & 45 deletions tools/doc_pii_redactor/src/config/properties.json

This file was deleted.

40 changes: 0 additions & 40 deletions tools/doc_pii_redactor/src/config/runtime_variables.json

This file was deleted.

Loading