mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Updated Document Layout Analysis (markdown)
@@ -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[] { "(", "[" };
|
||||
|
||||
Reference in New Issue
Block a user