Skip to content

Commit

Permalink
fix/Removing unused tools (#186)
Browse files Browse the repository at this point in the history
* fix/Removing unused tools

* fix/tools options removal
  • Loading branch information
athul-rs authored Mar 26, 2024
1 parent 2387124 commit 6ec3719
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 2,218 deletions.
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
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

0 comments on commit 6ec3719

Please sign in to comment.