Skip to content

Commit

Permalink
fix(ocr-service): prettier and lint issue (#775)
Browse files Browse the repository at this point in the history
* base code for clm-ocr adapter

* setup ocr microservice

* setup ocr microservice

* add ocr-s3-service

* feat(ocr-service): added ocr-service, ocr-s3-service and fetch-client

added ocr-service to get ocr clauses for contract document from external service, ocr-s3-service to get hocr files and image files of contract documents from AWS S3 and fetch-client which will work as an adapter to send http requests using node-fetch library.

* refactor(fetch-client): Removed console messages

Removed console logs, added dist and nyc_output to gitignore

* refactor(ocr-service): add readme in ocr-service and ocr-s3-service

add readme in ocr-service and ocr-s3-service

* refactor(ocr-service): add readme

add readme for ocr-service and ocr-s3-service

* refactor(ocr-service): remove fetch-client package and fix readme

remove fetch-client package and fix readme

* refactor(ocr-service): add readme

add readme for ocr-service and ocr-s3-service

* refactor(ocr-service): add node-fetch provider

* refactor(ocr-s3-service): add private true and remove .nyc output

add private true in package.json for ocr-s3-service and remove .nyc_output

* refactor(ocr-s3-service): fix prettier error

fix prettier error for ocr-service and ocr-s3-service

* refactor(ocr-service): fix eslint issue

* refactor(ocr-service): fixed prettier issue and refactor codebase

* refactor(ocr-service): fix prettier issue and refactor codebase

gh-774

* remove unnecessary types from ocr-s3-service

Co-authored-by: akshatdubeysf <77672713+akshatdubeysf@users.noreply.github.com>
  • Loading branch information
kundan-sf and akshatdubeysf authored May 17, 2022
1 parent 8e0c422 commit 4a79629
Show file tree
Hide file tree
Showing 38 changed files with 1,800 additions and 1,193 deletions.
8 changes: 2 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
"@sourceloop/feature-toggle-example",
"@sourceloop/payment-example-backend",
"@sourceloop/payment-example-frontend",
"@sourceloop/user-onboarding-example",
"@sourceloop/ocr-s3-service",
"@sourceloop/ocr-service"
"@sourceloop/user-onboarding-example"
]
},
"clean": {
Expand All @@ -85,9 +83,7 @@
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"packages/core/locales/**",
"@sourceloop/ocr-s3-service",
"@sourceloop/ocr-service"
"packages/core/locales/**"
],
"version": "independent"
}
Loading

0 comments on commit 4a79629

Please sign in to comment.