Merge in RED/ocr-service from RED-6162 to master
* commit 'c86cabf70a9ec90687c3f123768f2293da49c4ff':
RED-6162 - bumped version
RED-6162 - bumped version
Merge in RED/ocr-service from RED-6162 to master
* commit '6208ff029252884ced189806acd4118cd21530e1':
RED-6182 - version bump
RED-6162 - test issue on bamboo
RED-6162 - test issue on bamboo
RED-6162 - persistence update - identity test
RED-6162 - persistence update - reverse dependency cleanup
Merge in RED/ocr-service from RED-6321 to master
* commit '2d503c74a6fba0b02ac4c92af82a493165e45761':
RED-6321: OCR not working correctly with 3.6.0 *added end() statements to formWriters to write their changes to the PDF contentStream *moved replaceOriginalPageWithOcrPage outside the main OCR Loop since it caused exponential RAM Usage in some cases
*added end() statements to formWriters to write their changes to the PDF contentStream
*moved replaceOriginalPageWithOcrPage outside the main OCR Loop since it caused exponential RAM Usage in some cases
Merge in RED/ocr-service from RED-4988 to master
* commit '334409e4db326945a1eeb86004d79e0b0faeb99c':
RED-4988 Check jacoco version in poms and update to a current compatible version - update platform-dependency, platform-commons-dependency
Merge in RED/ocr-service from shussain/Dockerfile-1677589647499 to master
* commit '4266184456ea4d97fa19b52ff37d5d9fc09dd170':
RED-5718: Update base image version to allow using random user ids
Merge in RED/ocr-service from RED-6280 to master
* commit '742725834933ad74ad582366b2b62015524bedb3':
RED-6280: Performance Test Issue with OCR-Service *removed init/terminate calls again *manual memory cleanup at every opportunity
Merge in RED/ocr-service from RED-6126 to master
* commit 'caff5580dda644451433921a6a66dafe1cfa5dca':
RED-6126: In the OCRService, OCR Text is not applied to Document *refactored Tests with inheritance *called PDFNet init/terminate in tests *don't call init on startup
RED-6126: In the OCRService, OCR Text is not applied to Document *called PDFNet.initialize and terminate before and after message receive *updated comments *renamed some variables
Merge in RED/ocr-service from RED-6126 to master
* commit '0bc4fea2a52c92efaaaf8cf93c2ae02766168a80':
RED-6126: In the OCRService, OCR Text is not applied to Document *removed unnecessary getXObject() call, since it fails for inline_images
Merge in RED/ocr-service from RED-6126-performance-test to master
* commit '37f1e03ebcd5356e0f0b403a5c0cdd20fc133997':
RED-6126: performance-test *refactor to improve cleanness *closed inputStream
RED-6126: performance-test *fixed NullPointerException *fixed StackOverFlowError by ignoring very small images and moving to while loop instead of recursion
RED-6126: performance-test *fixed time calculation
RED-6126: performance-test *improved error logging
RED-6126: performance-test *re-enabled overlap detection *re-creating helper document for every page instead of reusing and adding/removing pages
RED-6126: Performance Tests *moved to streams for pdf file transfer *disabled overlap detection
Merge in RED/ocr-service from RED-4609 to master
* commit '7c71d8ad041f839c21ec26023ee8eaef670a4924':
RED-4609 - added ocr metric, enabled prometheus, added test for metric
Merge in RED/ocr-service from RED-6126 to master
* commit '00cfe9e44948c153857ad59442dbc9349e1d4555':
RED-6126: In the OCRService, OCR Text is not applied to Document *reformatted InvisibleElementRemovalService with new Code Style
RED-6126: In the OCRService, OCR Text is not applied to Document *updated some comments *very slight refactor
RED-6126: In the OCRService, OCR Text is not applied to Document *complete refactor of the OCRService *moved image position retrieval to new class instead of image service *added new tests for image rotation
RED-6126: In the OCRService, OCR Text is not applied to Document *removed private configuration
RED-6126: In the OCRService, OCR Text is not applied to Document *formatted one line
RED-6126: In the OCRService, OCR Text is not applied to Document *reverted application of OCR Text to Document to old state *refactored OCR Service slightly *added meaningful test cases
Merge in RED/ocr-service from RED-6019 to master
* commit 'a96260f77fd5b546a5d27d84f34861742f13ddff':
RED-6019: Remove hidden text when processing OCR *moved InvisibleElementRemovalDto to private inner record of InvisibleElementRemovalService *added comments for color choices
RED-6019: Remove hidden text when processing OCR *moved to release version of platform-dependencies *restored annotationProcessors
RED-6019: Remove hidden text when processing OCR *code refactor *upgrade to java 17
RED-6019: Remove hidden text when processing OCR handled cases: Text which is transparent or is set to not render Elements outside of clipping path Elements that have been painted over by visible and filled Paths unhandled cases: Elements covered by widely stroked path Elements same color as background Any Text set to clipping with its many interactions with other elements