Skip to content

v0.2.5

Compare
Choose a tag to compare
@kagermanov27 kagermanov27 released this 14 Jul 11:12
· 2 commits to master since this release
bcbe453
  • Update explanations and add comments for example.rb
  • Update explanations and add comments for example_multiple.rb
  • A new example script for server parameter usage on single parsing
  • A new example script for server parameter usage on multiple parsing
  • A new example script for debugging single parsing
  • A new example script for debugging multiple parsing
  • Update Gemfile with json gem
  • Update Gemfile.lock
  • Update gemspec to add dependencies
  • Update gemspec to bump the version
  • Add 2 new parameters for debugging debug, and no_cache in main library code
  • Fix a minor issue with broken_css and iteration parameters not working with parse_multiple function. (The default values are enough, so no problems were detected in prototyping)
  • Fix the results hash structure for production-ready inference endpoints to look like free inference endpoints (not present in google-local-results-ai-server)
  • Fix the issue with production-ready inference endpoints serving only the results with top key (not present in google-local-results-ai-server)
  • Remove pry gem requirement from the main library code.
  • Update README.md