Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Form check box extraction with XWPFWordExtractor #7
Conversation
|
Hi, this is applied with r1636990, should appear in nightly builds and POI 3.11beta3 and later. |
maybeec
commented
Nov 6, 2014
|
Nice, thanks! |
maybeec
commented
Nov 6, 2014
|
Btw: Will the GitHub mirror be updated from time to time? How is the policy? |
|
Hi, Github-update should happen automatically shortly after the checkin to SVN Dominik. On Thu, Nov 6, 2014 at 8:14 AM, Malte Brunnlieb notifications@github.com
|
maybeec
commented
Nov 6, 2014
|
Ah ok, I just found it on the trunk branch. Thanks. |
maybeec
closed this
Nov 6, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybeec commentedJan 25, 2014
For test issues, we compare automatic filled word forms at least by extracting the documents' text. Therefore it would be great if the XWPFWordExtractor could also extract the values of form check boxes as text to be able to compare their status on text base.
This pull request implements the described feature. Form check boxes in *.docx format will be extracted as |_| for an disabled check box and |X| for an enabled check box.