Added:
- Ability to run detections on multiple files at once when using PaddleOCR.
- Support for locally installed TesseractOCR.
- Visual TesseractOCR/PaddleOCR server readiness indicator.
Bug fixes:
- Error that could cause every 200th extracted to be discarded and not be used for detection.
- Episode comparison would compare episodes to them self causing it to be inaccurate.
- Improved clean up process to eliminate any memory leak that could happen over a extended run times.
- Various small bug fixes and performance improvements.
- Strem files are now skipped (Thank you Serph91P)