Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonlaice authored Aug 31, 2020
1 parent efae8f6 commit a7a68d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import com.eltonlaice.DocumentReader;
Then you should create a DocumentReader instance passing a copy of the document and its type as arguments:

```java
DocumentReader reader = new DocumentReader("/path/docfile.pdf", "NUIT");
DocumentReader reader = new DocumentReader("/path/docfile.pdf", DocumentType.BI);
```

Finally you can extract data from the document like this:
Expand Down Expand Up @@ -69,4 +69,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit a7a68d9

Please sign in to comment.