mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:21:57 +08:00
Updated Document Layout Analysis (markdown)
parent
1ace0c75d0
commit
cb2f8eb3ae
@ -64,6 +64,7 @@ using (var document = PdfDocument.Open(@"document.pdf"))
|
||||
```csharp
|
||||
using (var document = PdfDocument.Open(@"document.pdf"))
|
||||
{
|
||||
|
||||
string[] punctuation = new[] { ".", "," };
|
||||
string[] cannotStartWord = new[] { ")", "]", "!", "?", ";", ":" };
|
||||
string[] cannotEndWord = new[] { "(", "[" };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user