Skip to content

Releases: maxent-ai/ocrpy

ocrpy v.0.3.10

13 Aug 12:13
Compare
Choose a tag to compare
  • Improves the documentation.
  • Overall Code Quality improvements & adds test!

ocrpy v.0.3.9

08 Aug 11:59
Compare
Choose a tag to compare
  • Improves documentation and adds additional tutorials and examples.
  • Adds support for layout parsing via publaynet models

ocrpy v.0.3.8

21 Jul 12:32
Compare
Choose a tag to compare
  • Adds documentation for missing codebase.
  • Update Document classifier and table extractor interface.

ocrpy v.0.3.7

15 Jul 12:04
Compare
Choose a tag to compare
  • Minor updates to setup.py and README.
  • Update Missing requirements.

ocrpy v.0.3.6

05 Jul 10:39
Compare
Choose a tag to compare
  • Adds an experimental DocumentClassifier Module: that lets users classify documents into 16 different categories like invoice, newspaper, resume, reserch-paper etc.
  • minor refactoring

ocrpy v.0.3.5

04 Jul 12:22
06b4ebf
Compare
Choose a tag to compare
  • Minor improvements to codebase.
  • Improves Table Parser - adds support for csv formatter.
  • Adds Pipeline Config.
  • Improves TextOcrPipeline - provides pipeline run info and refactoring.
  • Adds alternate pipeline load and run methods via ocrpy config - yaml files.

ocrpy v.0.3.4

03 Jul 15:33
06b4ebf
Compare
Choose a tag to compare
  • Code formatting and refactoring.
  • Adds support for High level text parser interface via TextParser.

ocrpy v.0.3.3

03 Jul 12:28
27a7b96
Compare
Choose a tag to compare
  • Adds Missing docstrings to Parsers and Readers.
  • Minor improvements to parsers and readers - consistent attribute names and methods.
  • Adds Shared File utils.
  • Overall refactoring of the codebase.

ocrpy v.0.3.2

02 Jul 10:07
Compare
Choose a tag to compare
  • adds core pipeline support
  • adds support for processing files in batch in a directory or cloud bucket(gcs & s3)

ocrpy v.0.3.1

30 Jun 11:47
Compare
Choose a tag to compare
  • Cloud and Local Writer support