1.7.2 (2023-07-04)
- get a few more (21fe729)
1.7.1 (2023-07-04)
- update readme (c5c3e1d)
- update packages (a5a992d)
1.7.0 (2023-04-10)
1.6.0 (2023-04-04)
- update docstring (7cefe4c)
- download and combine OCR results (9071c35)
- filter OCR results for quality (00db2bf)
- function to join spreadsheet info to results (a69d4cf)
- strip trailing !s (11f85f0)
- tqdm not in this env (e99e04e)
- q2 package updates (704c6ca)
1.5.5 (2023-02-23)
- add newline character for writeline (8ccede5)
- handle not found cloud storage objects (8d2c661)
- skip files that should not be in the index (9197531)
1.5.4 (2023-02-22)
- remove encoding on binary file (085f5ed)
1.5.3 (2023-02-22)
- binary mode does not take an encoding (d8dfb82)
1.5.2 (2023-02-22)
- replace task index with time (e5440f9)
1.5.1 (2023-02-22)
- add missing ci location (c41d171)
1.5.0 (2023-02-22)
- create a server for cloud run (0e1469a)
- convert build to gunicorn (0029ebe)
1.4.1 (2023-02-21)
- don't do anything if there are no files (e84f72c)
- modify method to operate on 120 files and update the index (0e9f738)
1.4.0 (2023-02-16)
- fix formatting (cd90e34)
1.3.1 (2023-02-15)
- use max dimension instead of max width (87c31c7)
1.3.0 (2023-02-15)
- update docs for filtering instructions (a4b53c6)
- update filtering to remove invalid file types (35ef246)
1.2.2 (2023-02-15)
- handle code that throws (d70bedd)
1.2.1 (2023-02-14)
- add the command for the workflow (90ec950)
- generate a new build (dac5b78)
- add doc string (02c8fa2)
- add another circle detection multipler (cb2a0e6)
- add missing object name to cli convert (0221c8f)
- add periods to suffix list (dc748e2)
- bucket name has gs:// which needs to be removed (7b63474)
- call correct method to upload bytes (b957991)
- catch bomb errors (c27cfab)
- check if the mosaic array has any value (50c771e)
- convert pdf pages to bytes preserving image metadata (d874a69)
- correct docopt syntax (8fdee21)
- correct file saving after refactoring to bytes (b0ff276)
- correct method name (6827300)
- create a single item array of an images bytes (cbb3dda)
- create bounds on circle mask (f7e656e)
- create parent folders for file index (bcc7d29)
- dispose of bytesio and use value (da55494)
- fix logging issue where numbers were expected (926032f)
- guard against empty images list (3f45a42)
- guard against no circles found (bf926e4)
- insert buffered image (4fc42c0)
- make mosaic flag optional (93bcdca)
- pass string to constructor (19b9f2d)
- remove duplicate call to np.frombuffer (18fbe21)
- remove unnecessary path object (79d3f22)
- return correct type (92523e7)
- rstrip any newlines or spaces in file name (e178744)
- strip filenames (34721c7)
- try to protect from bad pdf image decoding (7cfe321)
- add ability to convert pdf's to pils (cfb4e25)
- add function to get bucket file names (7df81b8)
- add logging to row_run.py (b22162b)
- add mosaic option (0da4681)
- add perf_counter (6877cbe)
- add upload_csv function (b963218)
- add write_results function (cda3563)
- build initial row_run.py (c5712f8)
- calculate remaining index (1c7922a)
- connect image convert cli command (5174b8c)
- create cli method to create a file index (cdfd64a)
- create cli options to download, merge, and summarize results (cf5055b)
- filter out deed documents (b5f6f5a)
- implement ocr and circle detection methods (2a3912b)
- add basic workflow steps (12b3c45)
- add example for storage cli (260d359)
- add single image example (4cae43a)
- add some words about the CLI (9f7568a)
- correct example file path (ee032d6)
- udpate usage for circle and ocr options (0ab3dc4)
- update function docstrings (3edfa75)
- update readme (88b2eb5)
- upload doc string style (b419616)
1.2.0-3 (2023-02-07)
- remove unnecessary path object (04dd9a8)
1.2.0-2 (2023-02-07)
- add missing object name to cli convert (3105669)
- call correct method to upload bytes (3adf908)
- correct file saving after refactoring to bytes (262874b)
- dispose of bytesio and use value (8f85446)
- guard against empty images list (db7736f)
- make mosaic flag optional (428b4ac)
- pass string to constructor (dcb45ff)
- return correct type (2816048)
1.2.0-1 (2023-02-07)
- check if the mosaic array has any value (7326ac4)
1.2.0-0 (2023-02-06)
1.0.0-9 (2023-02-02)
- add another circle detection multipler (bd4f04a)
1.0.0-8 (2023-02-01)
- convert pdf pages to bytes preserving image metadata (18c6589)
1.0.0-7 (2023-02-01)
- try to protect from bad pdf image decoding (2217310)
1.0.0-6 (2023-02-01)
- guard against no circles found (a4bb1ce)
1.0.0-5 (2023-02-01)
- create a single item array of an images bytes (ff1e06e)
1.0.0-4 (2023-01-31)
1.0.0-3 (2023-01-31)
- bucket name has gs:// which needs to be removed (4130c24)
- rstrip any newlines or spaces in file name (31f09ba)
1.0.0-2 (2023-01-31)
- create parent folders for file index (2ca84ac)
- correct docopt syntax (ae62f2b)
- create bounds on circle mask (58eb776)
- remove duplicate call to np.frombuffer (5c5c8e5)
- add ability to convert pdf's to pils (9cf0888)
- add function to get bucket file names (a30fc0a)
- add logging to row_run.py (fb6020c)
- add perf_counter (c4bdc62)
- add upload_csv function (5b614e0)
- add write_results function (d85c3d9)
- build initial row_run.py (47d26a5)
- connect image convert cli command (737860a)
- create cli method to create a file index (ccb7c75)
- implement ocr and circle detection methods (7aa59a8)
- add doc string (b756fad)