* Added the ability to pass `ocr_languages` to the OCR agent for users who need non-English language packs.
0.4.0
* Added logic to partition granular elements (words, characters) by proximity * Text extraction is now delegated to text regions rather than being handled centrally * Fixed embedded image coordinates being interpreted differently than embedded text coordinates * Update to how dependencies are being handled * Update detectron2 version
0.3.2
* Allow extracting tables from higher level functions
0.3.1
* Pin protobuf version to avoid errors * Make paddleocr an extra again
0.3.0
* Fix for text block detection * Add paddleocr dependency to setup for x86_64 machines