Skip to content

Latest commit

 

History

History
395 lines (218 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

395 lines (218 loc) · 21.7 KB

Changelog

1.7.2 (2023-07-04)

🌲 Dependencies

1.7.1 (2023-07-04)

📖 Documentation Improvements

🌲 Dependencies

1.7.0 (2023-04-10)

🚀 Features

  • drop duplicate results (55ae5ab)
  • flag parcels equal to zero (59f0db3)

1.6.0 (2023-04-04)

📖 Documentation Improvements

🚀 Features

  • download and combine OCR results (9071c35)
  • filter OCR results for quality (00db2bf)
  • function to join spreadsheet info to results (a69d4cf)
  • strip trailing !s (11f85f0)

🎨 Design Improvements

🐛 Bug Fixes

🌲 Dependencies

1.5.5 (2023-02-23)

🐛 Bug Fixes

  • 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)

🐛 Bug Fixes

  • remove encoding on binary file (085f5ed)

1.5.3 (2023-02-22)

🐛 Bug Fixes

  • binary mode does not take an encoding (d8dfb82)

1.5.2 (2023-02-22)

🐛 Bug Fixes

  • replace task index with time (e5440f9)

1.5.1 (2023-02-22)

🐛 Bug Fixes

  • add missing ci location (c41d171)

1.5.0 (2023-02-22)

🚀 Features

  • create a server for cloud run (0e1469a)

🐛 Bug Fixes

  • convert build to gunicorn (0029ebe)

1.4.1 (2023-02-21)

🐛 Bug Fixes

  • 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)

🚀 Features

  • create cli command to create documentai batch jobs (2afd0ea)
  • ocr images one by one (2577b6a)

🎨 Design Improvements

🐛 Bug Fixes

📖 Documentation Improvements

1.3.1 (2023-02-15)

🐛 Bug Fixes

  • use max dimension instead of max width (87c31c7)

1.3.0 (2023-02-15)

📖 Documentation Improvements

  • update docs for filtering instructions (a4b53c6)

🚀 Features

  • update filtering to remove invalid file types (35ef246)

1.2.2 (2023-02-15)

🐛 Bug Fixes

  • handle code that throws (d70bedd)

📖 Documentation Improvements

  • add a missing step (0233096)
  • add more information about the workflow (157446d)

1.2.1 (2023-02-14)

📖 Documentation Improvements

  • add the command for the workflow (90ec950)

🐛 Bug Fixes

1.2.0 (2023-02-14)

🎨 Design Improvements

🐛 Bug Fixes

  • 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)

🚀 Features

  • 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)

📖 Documentation Improvements

  • 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)

🐛 Bug Fixes

  • remove unnecessary path object (04dd9a8)

1.2.0-2 (2023-02-07)

🐛 Bug Fixes

  • 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)

🐛 Bug Fixes

  • check if the mosaic array has any value (7326ac4)

1.2.0-0 (2023-02-06)

🚀 Features

  • add mosaic option (0cdcd63)
  • create cli options to download, merge, and summarize results (dc90eee)

🐛 Bug Fixes

1.0.0-9 (2023-02-02)

🐛 Bug Fixes

  • add another circle detection multipler (bd4f04a)

1.0.0-8 (2023-02-01)

🐛 Bug Fixes

  • convert pdf pages to bytes preserving image metadata (18c6589)

1.0.0-7 (2023-02-01)

🐛 Bug Fixes

  • try to protect from bad pdf image decoding (2217310)

1.0.0-6 (2023-02-01)

🐛 Bug Fixes

  • guard against no circles found (a4bb1ce)

1.0.0-5 (2023-02-01)

🐛 Bug Fixes

  • create a single item array of an images bytes (ff1e06e)

1.0.0-4 (2023-01-31)

🐛 Bug Fixes

  • add periods to suffix list (25d3a06)
  • fix logging issue where numbers were expected (c379a15)

1.0.0-3 (2023-01-31)

🐛 Bug Fixes

  • 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)

🐛 Bug Fixes

  • create parent folders for file index (2ca84ac)

1.0.0-0 (2023-01-31)

🐛 Bug Fixes

  • correct docopt syntax (ae62f2b)
  • create bounds on circle mask (58eb776)
  • remove duplicate call to np.frombuffer (5c5c8e5)

🚀 Features

  • 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)

🎨 Design Improvements

📖 Documentation Improvements

  • add example for storage cli (8a81b1a)
  • add single image example (555d163)
  • add some words about the CLI (a4b0033)
  • correct example file path (3e228f2)
  • udpate usage for circle and ocr options (b2446cc)
  • update function docstrings (2f6b417)
  • upload doc string style (f9877ac)