Skip to content

Releases: amenezes/aiopytesseract

0.5.0

17 Mar 23:21
Compare
Choose a tag to compare

changelog

  • code refactored to improve input data validation

0.4.0

10 Mar 18:54
Compare
Choose a tag to compare

changelog

  • added class models to represent Tesseract Box, Data, OSD and Parameters;
  • improved test coverage.

0.3.0

15 Feb 04:58
Compare
Choose a tag to compare

changelog

  • updated streamlit example app;
  • added example apps for use with Docker or docker-compose;
  • updated docs;
  • added method to list parameters: aiopytesseract.tesseract_parameters;

0.2.0

01 Feb 18:14
Compare
Choose a tag to compare

changelog

  • asyncio.wait_for added for some missed methods;
  • added examples folder with streamlit demo;
  • added templates for: issues, PR and contributing

0.1.0

31 Jan 19:26
Compare
Choose a tag to compare

changelog

  • first public release 🎆