Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ocr-service): prettier and lint issue (#775)
* 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