Skip to content

Commit

Permalink
conf: v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Jun 11, 2024
1 parent 37929b0 commit 05d8777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.15)
project(TextExtraction VERSION 1.1.4)
project(TextExtraction VERSION 1.1.5)

# options
option(USE_BIDI "should support bi-directional text")
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Options:
-d, --debug /path/to/file create debug output file
```

**New with 1.1.5** - binaries are avaialable for download in the Releases section of the repo.

**New** it is now also possible to use this CLI to **extract tables**. This is still experimental due to how tables
may be represented in many multiple ways, but with enough samples the code can be upgraded to be more able.
When asking for table extraction only tables are output as CSV. std output will show CSV content of the PDF tables. When outputting
Expand Down

0 comments on commit 05d8777

Please sign in to comment.