eyes like yours 你那样的眼睛
Oh, you know I have seen 哦,你知道我曾见过
A sky without sun 没有太阳的天空
A man with no nation 一个没有国籍的男人
Saints, captive in chains 圣徒,排着长队的上尉
A song with no name 和一首因为少了想象力
For lack of imagination 而等待着名字的歌
Ya he…
And I have seen 我也曾见过
Darker than ebony 比檀木更黑的东西
Ya he…
And now it seems, that I 而现在看来,
Without your eyes could never be 我只因你的眼睛而存在
My one desire, all I aspire 我唯一的渴望,全部的热望
Is in your eyes forever to live 是永远活在你的眼里
Traveled all over, the seven oceans 到处旅行,飘越七片大洋
There is nothing that I wouldn't give 没有什么我不能献出
Came from Bahrein, got to Beirut 来自巴林,到达贝鲁特(黎巴嫩首都)
Looking for someone comparing to you 一路把别人和你比较
Tearing down windows and doors 流泪的,窗或门(比喻眼睛的)
And I could not find eyes like yours 我找不到像你那样的眼睛
Came from Bahrein, got to Beirut
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eves like yours
Oh, I have just seen 哦,我刚才见到
A woman of means 一个富有的女人
In rags and begging for pleasure 披挂着破布,乞讨快乐
Crossed a river of salt 我穿越了一条盐粒的河
Just after I rode 在那之前
A ship that's sunk in the desert 我驾着一艘沉没在沙漠的船
Ya he…
And I have seen 我曾见过
Darker than ebony 比黑檀木更黑的东西
Ya he…
And now it seems, that I 而现在看来
Without your eyes could never be 没有你的眼睛,我无法存活
My one desire, all I aspire
Is in your eyes forever to live
Traveled all over, the seven oceans
There is nothing that I wouldn't give
Came from Bahrein, got to Beirut
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
Came from Bahrein, got to Beirut
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
What's Up 打印此页
歌手:Non Blondes
25 years of my life and still
I'm trying to get up that great big hill of hope
For a destination
I realized quickly when I knew I should
That the world was made up of this
Brotherhood of man
For whatever that means
So I cry somethimes when I'm lying in bed
To get it all out what's in my head
Then I start feeling a little peculiar
So I wake in the morning and I step
Outside I take deep breath
I get real high
Then I scream from the top of my lungs
What's goin' on
And I say hey
And I say hey what's goin' on
And I say hey
I said hey what's goin' on
And I try, oh my God do I try
I try all the time
In this institution
And I pray, oh my God do I pray
I pray every single day
For a revolution
So I cry sometimes when I'm lying in my bed
To get it all out what's in my head
Then I start feeling a little peculiar
So I wake in the morning and I step outside
I take a deep breaththen I get real high
Then I scream from the top of my lungs
What's goin' on
And I say hey
And I say hey what's goin' on
And I say hey
I said hey what's goin' on
And I say hey
And I say hey what's goin' on
And I say hey
I said hey what's goin' on
25 years of my life and still
I'm trying to get up that great big hill of hope
For a destination
EYES LIKES YOURS
Oh, you know I have seen
A sky without sun
A man with no nation
Saints, captive in chains
A song with no name
For lack of imagination
Ya he
And I have seen
Darker than ebony
Ya he
And now it seems, that I
Without your eyes could never be
My one desire, all I aspire
Is in your eyes forever to live
Traveled all over; the seven oceans
There is nothing that I wouldn´t give
Came from Bahrein, got to Beruit
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
Came from Bahrein, got to Beruit
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
Oh, I have just seen
A woman of means
In rags and begging some for pleasure
Crossed a river of salt
Just after I rode
A ship that´s sunk in the desert
Ya he
And I have seen
Darker than ebony
Ya he
And now it seems, that I
Without your eyes could never be
My one desire, all I aspire
Is in your eyes forever to live
Traveled all over; the seven oceans
There is nothing that I wouldn´t give
Came from Bahrein, got to Beruit
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
Came from Bahrein, got to Beruit
Looking for someone comparing to you
Tearing down windows and doors
And I could not find eyes like yours
读取显示PDF需要借助PDF库,国内SpirePDF可以读取PDF内容,包括文本,以及表格,你可以通过NuGet搜索安装
读取文本内容:
using SpirePdf;
using SpirePdfTexts;
using SystemIO;
using SystemText;
namespace ExtractText
{
internal class Program
{
static void Main(string[] args)
{
//创建一个 PdfDocument 对象
PdfDocument doc = new PdfDocument();
//加载PDF文件
docLoadFromFile("AI数字人pdf");
StringBuilder sb = new StringBuilder();
foreach (PdfPageBase page in docPages)
{
//创建一个PdfTextExtractot 对象
PdfTextExtractor textExtractor = new PdfTextExtractor(page);
//创建一个 PdfTextExtractOptions 对象
PdfTextExtractOptions extractOptions = new PdfTextExtractOptions();
//将 isExtractAllText 设置为true
extractOptionsIsExtractAllText = true;
//从页面中提取文本
sbAppendLine(textExtractorExtractText(extractOptions));
}
//将提取的文本写入 TXT 文件
FileWriteAllText("提取指定页面文本txt", sbToString());
}
}
}
读取表格内容:
using SpirePdf;
using SpirePdfUtilities;
using SystemIO;
using SystemText;
namespace ExtractTable{
class Program
{
static void Main(string[] args)
{
//实例化PdfDocument类的对象
PdfDocument pdf = new PdfDocument();
//加载PDF文档
pdfLoadFromFile("samplepdf");
//创建StringBuilder类的对象
StringBuilder builder = new StringBuilder();
//实例化PdfTableExtractor类的对象
PdfTableExtractor extractor = new PdfTableExtractor(pdf);
//声明PdfTable类的表格数组
PdfTable[] tableLists;
//遍历PDF页面
for (int pageIndex = 0; pageIndex < pdfPagesCount; pageIndex++)
{
//从页面提取表格
tableLists = extractorExtractTable(pageIndex);
//判断表格列表是否为空
if (tableLists != null && tableListsLength > 0)
{
//遍历表格
foreach (PdfTable table in tableLists)
{
//获取表格中的行和列数
int row = tableGetRowCount();
int column = tableGetColumnCount();
//遍历表格行和列
for (int i = 0; i < row; i++)
{
for (int j = 0; j < column; j++)
{
//获取行和列中的文本
string text = tableGetText(i, j);
//写入文本到StringBuilder容器
builderAppend(text + " ");
}
builderAppend("\r\n");
}
}
}
}
//保存提取的表格内容为txt文档
FileWriteAllText("ExtractedTabletxt", builderToString());
}
}
}
欢迎分享,转载请注明来源:品搜搜测评网